Re: Re: Re : [uClinux-dev] An error in building uClinux-dist-20090618

2009-11-05 Thread Lennart Sorensen
On Thu, Nov 05, 2009 at 08:58:18AM +0800, Yuen Chi Chuen wrote:   thx Len Sorensen,   Sorry for typing wrongly in previous email. I did type make CROSS_COMPILE=arm-elf-. However, it turns out an error include/linux/compiler-gcc.h:86: linux/compiler-gcc2.h: No such file or directory.

Re: Re: Re: [uClinux-dev] An error in building uClinux-dist-20090618

2009-11-05 Thread Greg Ungerer
list uclinux-dev@uclinux.org *傳送日期﹕* 2009/11月/5 (四) 7:26:50 AM *主題:* Re: Re: [uClinux-dev] An error in building uClinux-dist-20090618 On Wed, Nov 04, 2009 at 07:11:36PM +0800, Yuen Chi Chuen wrote: thx phil, In /usr/local/bin/, there's an arm-elf-gcc. So in command prompt, I typed make

Re: [uClinux-dev] An error in building uClinux-dist-20090618

2009-11-04 Thread thiago
cross compile the gcc compiler for the arm-linux- platform Step 1: Download the source code of the gcc compiler Step 2: decompress the source code Step 3: after visit the directory and run the command ./configure --target=dest directory --prefix=arm-linux Step 4: make Step 5: make

Re: Re: [uClinux-dev] An error in building uClinux-dist-20090618

2009-11-04 Thread Lennart Sorensen
On Wed, Nov 04, 2009 at 07:11:36PM +0800, Yuen Chi Chuen wrote: thx phil,   In /usr/local/bin/, there's an arm-elf-gcc. So in command prompt, I typed make CROSS_COMPILE = arm-elf. However, as attachment shows, it turns out an error include/linux/compiler-gcc.h:86: linux/compiler-gcc2.h: No