Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tools:msp430gcc [2023/10/18 10:33] – [GCC Open Source] darron | tools:msp430gcc [2023/10/18 10:35] (current) – [GCC Open Source] darron | ||
---|---|---|---|
Line 42: | Line 42: | ||
is [[https:// | is [[https:// | ||
- | ==Build compiler | + | ==Build compiler== |
< | < | ||
mkdir -p /opt/src | mkdir -p /opt/src | ||
cd /opt/src | cd /opt/src | ||
- | wget http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/ | + | wget "https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-LlCjWuAbzH/9.3.1.2/ |
- | tar xjvf msp430-gcc-9.2.0.50-source-full.tar.bz2 | + | tar xjvf msp430-gcc-9.3.1.11-source-full.tar.bz2 |
- | cd msp430-gcc-9.2.0.50-source-full | + | cd msp430-gcc-9.3.1.11-source-full |
chmod +x README-build.sh | chmod +x README-build.sh | ||
./ | ./ |