Results 1 to 5 of 5
hi,
I'm using eclipse helios sdk, cdt-master 7.0.1, GNU ARM Eclipse Plug-in 0.5.3.
I have installed the codesourcery lite toolchain and it sets the PATH automatically
to it's bin directory.( ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-06-2011 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
Eclipse Doubt!!!!!!
hi,
I'm using eclipse helios sdk, cdt-master 7.0.1, GNU ARM Eclipse Plug-in 0.5.3.
I have installed the codesourcery lite toolchain and it sets the PATH automatically
to it's bin directory.( I have cross checked this using ENV command).
when I build a project, I'm getting the following error:
/bin/sh: arm-none-eabi-gcc: command not found
getting same error for other toolchins too.
can you help me?
- 03-06-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
So, what are the files in the toolchain bin directory that is in the PATH environment for Eclipse?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-06-2011 #3Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
The following files are in the bin directory..
arm-none-linux-gnueabi-addr2line
arm-none-linux-gnueabi-ar
arm-none-linux-gnueabi-as
arm-none-linux-gnueabi-c++
arm-none-linux-gnueabi-c++filt
arm-none-linux-gnueabi-cpp
arm-none-linux-gnueabi-g++
arm-none-linux-gnueabi-gcc
arm-none-linux-gnueabi-gcc-4.4.1
arm-none-linux-gnueabi-gcov
arm-none-linux-gnueabi-gdb
arm-none-linux-gnueabi-gdbtui
arm-none-linux-gnueabi-gprof
arm-none-linux-gnueabi-ld
arm-none-linux-gnueabi-nm
arm-none-linux-gnueabi-objcopy
arm-none-linux-gnueabi-objdump
arm-none-linux-gnueabi-ranlib
arm-none-linux-gnueabi-readelf
arm-none-linux-gnueabi-size
arm-none-linux-gnueabi-sprite
arm-none-linux-gnueabi-strings
arm-none-linux-gnueabi-strip
- 03-06-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
Note that the shell is looking for arm-none-eabi-gcc, yet the file is named arm-none-gnueabi-gcc. Try creating a soft link from arm-none-gnueabi-gcc to arm-non-eabi-gcc. If that works, or at least gets further in the build process, then create similar links for the other executables.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-09-2011 #5Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
It works for gcc and failed when I'm using g++.. really confusing..
also I followed the same procedure for GNUARM toolchain.. the file names are identical.. but eclipse didn't pick that toolchain..
any suggestions??


Reply With Quote

