Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

Cyclone V SOC FPGA: gcc not found with gcc-linaro-arm-linux-gnueabihf installed

Altera_Forum
Honored Contributor II
2,090 Views

I have followed the instruction here to setup toolchain https://rocketboards.org/foswiki/documentation/gitgettingstarted as below: 

$ cd ~ $ wget https://launchpad.net/linaro-toolchain-binaries/trunk/2012.11/+download/gcc-linaro-arm-linux-gnueabihf-4.7-2012.11-20121123_linux.tar.bz2 $ tar xjf gcc-linaro-arm-linux-gnueabihf-4.7-2012.11-20121123_linux.tar.bz2 $ export CROSS_COMPILE=~/gcc-linaro-arm-linux-gnueabihf-4.7-2012.11-20121123_linux/bin/arm-linux-gnueabihf-  

 

i have check the env var been set correctly with the CROSS_COMPILE. 

However I still not able to compile any file. 

It still always prompt out this error for everything I tried to install 

 

/bin/sh: gcc: command not foundmake: *** Error 127 make: *** Error 2  

 

Anyone encounter this before? 

Is there any solution for this? 

Thanks.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
867 Views

Issue solved....

0 Kudos
Altera_Forum
Honored Contributor II
867 Views

Can you tell how you were able to resolve this?

0 Kudos
Reply