mips: Upgrade toolchain to version 2017.10-08#47
mips: Upgrade toolchain to version 2017.10-08#47jia200x wants to merge 4 commits intoRIOT-OS:masterfrom
Conversation
|
Can someone test if the toolchain works as expected? |
|
I will test. |
Dockerfile
Outdated
| wget -q http://codescape.mips.com/components/toolchain/2017.10-07/Codescape.GNU.Tools.Package.2017.10-07.for.MIPS.MTI.Bare.Metal.CentOS-5.x86_64.tar.gz -O- \ | ||
| | tar -C /opt -xz | ||
|
|
||
| ENV PATH $PATH:/opt/mips-mti-elf/2016.05-03/bin |
There was a problem hiding this comment.
This one also needs to be adapted /opt/mips-img-elf/2017.10-08/bin
|
FIrst the name changed from It also does not compile
So there is some work to do. |
|
If someone still has the old archive, it could be hosted on the riot server until the support is updated. |
|
We do have the extracted toolchain in the deployed containers. While not preferable at all, we could tar.gz that up and use until someone finds the original file or we fix the compilation errors. |
|
I updated the PR with the URL to the latest release and updated the PATH variable. |
|
Found the issue I had while testing, I downloaded the 'IMG' archive instead of the 'MTI' one. |
|
Obsoleted by #76. |
This PR fixes the MIPS toolchain link, as stated in #46
Issues/PRs references
Tracking the needed changes to update the toolchain: RIOT-OS/RIOT#10009