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 install

Ps: the destination directory must be into PATH

Yuen Chi Chuen escreveu:
>  
> Dear all,
>  
> I am now trying to setup an ARMulator in Fedora6 Desktop Linux for
> study purpose. But I get a compilation error when compiling the 2.6
> kernel.
>  
> After reading http://www.ucdot.org/archive/tb/tb20020807.shtml, I
> downloaded the following 2 packages:
> 1. arm-elf-20030314.sh from
> http://www.uclinux.org/pub/uClinux/arm-elf-tools/
> 2. uClinux-dist-20090618.tar.bz2 from
> http://www.uclinux.org/pub/uClinux/dist/
>  
> Next, I did the steps below:
> Step1: I installed the arm toolchain, by the command " sh
> arm-elf-20030314.sh" under root account
> Step2: Decompress the uClinux-dist-20090618.tar.bz2. In xconfig, chose
> GDB/ARMulator for Vendor , 2.6 for kernel and uC-libc for the C
> library. After setting, typed the command "make"
>     
> The "make" command in step2 triggered an compilation error
> "arm-linux-gcc: command not found". Since the arm toolchain has no
> arm-linux-gcc, could anyone tell me how I can tackle the problem?
>  
> thx a lot,
> CC YUEN
>  
>
> ------------------------------------------------------------------------
> Yahoo!香港提供網上安全攻略,教你如何防範黑客!*了解更多*
> <http://hk.promo.yahoo.com/security/>
> ------------------------------------------------------------------------
>
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev@uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev@uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev


-- 
Thiago Silveira Alexandre
Security Enginner
Intechne Tecnologia da Informação
(98) 3311 6200
(98) 3311 6219
(98) 8132 1020

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to