[uClinux-dev] Errors when compile uClinux with CodeSourcery tool chains

2007-11-09 Thread Mike Wu
Hi, I want to use the CodeSourcery tool chains to compile uClinux-dist-20070130. But I don't know where to specify the compiler. I used the following command to compile, but it failed: > export PATH=/home//Linux/arm-2007q3/bin:$PATH > make arch=ARM CROSS_COMPILE=arm-uclinuxeabi- lib_only .

Re: [uClinux-dev] Errors when compile uClinux with CodeSourcery tool chains

2007-11-10 Thread David McCullough
Jivin Mike Wu lays it down ... > Hi, > I want to use the CodeSourcery tool chains to compile > uClinux-dist-20070130. > But I don't know where to specify the compiler. I used the following > command to compile, but it failed: > > export PATH=/home//Linux/arm-2007q3/bin:$PATH > > make arch

Re: [uClinux-dev] Errors when compile uClinux with CodeSourcery tool chains

2007-11-11 Thread Greg Ungerer
Hi Mike, Mike Wu wrote: I want to use the CodeSourcery tool chains to compile uClinux-dist-20070130. But I don't know where to specify the compiler. I used the following command to compile, but it failed: export PATH=/home//Linux/arm-2007q3/bin:$PATH make arch=ARM CROSS_COMPILE=arm-ucl