OESF Portables Forum

General Forums => General Discussion => Topic started by: baldo on July 25, 2006, 09:48:36 am

Title: Help Installing Toolchains?!
Post by: baldo on July 25, 2006, 09:48:36 am
(Hope this is in the right section)

I'm in the process of installing a toolchain for a Stareast Intel IXDP425 and i'm having a problem with gcc-3.4.4. I'm running Suse 10.1 and when i run "make" i get the following error

make[2]: arm-linux-ar: Command not found
make[2]: *** [libgcc.a] Error 127
make[2]: Leaving directory `/stareast/Network_Processor_Project/SnapGear_cd/tools/arm-linux/gcc-3.4.4/arm-linux/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/stareast/Network_Processor_Project/SnapGear_cd/tools/arm-linux/gcc-3.4.4/arm-linux/gcc'
make: *** [all-gcc] Error 2

i've tried this on another pc and it works fine - also the file arm-linux-ar exists, is there possibly a linking error? any help would be most appreciated!!
thank you
Title: Help Installing Toolchains?!
Post by: lardman on July 25, 2006, 09:59:03 am
No idea what that toolchain is for, but I'd suggest you ensure that the binaries are somewhere on the $PATH as they don't currently seem to be.

BTW, that means alter the $PATH, not move the binaries.

Si
Title: Help Installing Toolchains?!
Post by: koen on July 25, 2006, 09:59:45 am
try using OE (www.openembedded.org), the generated toolchain works great on my IXP4xx hardware