Wednesday, August 24, 2011

gcc-linaro not found on OpenWRT

--2011-03-29 19:34:17--  http://downloads.openwrt.org/sources/gcc-linaro.tar.bz2
Resolving downloads.openwrt.org... 78.24.191.177
Connecting to downloads.openwrt.org|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-03-29 19:34:17 ERROR 404: Not Found.

Download failed.
similar to this
https://forum.openwrt.org/viewtopic.php?id=29329 
 
The reason is OpenWRT build system don't know what version of gcc linaro to use. 
Solve that by going into "make menuconfig" and enabling the following option:
[*] Advanced configuration options (for developers)--->
[*]   Toolchain Options  --->  
GCC compiler Version (gcc 4.5.x with Linaro enhancements)  --->
(X) gcc 4.5.x with Linaro enhancements 
 
 
 

No comments:

Post a Comment

RISC-v emulator

Changes are based on https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html For Ubuntu/Debian, in addition to sud...