Dan Shimshoni wrote:


For that I need to build a 32 bit gcc compiler on the x86_64 machine
(cross compiler).
There are various tools for buildings such a cross compiler. One is
Dan Kegel tool:  http://kegel.com/crosstool/

Another tool is Cross-Compiled Linux From Scratch:
http://cross-lfs.org/view/1.1.0/x86_64/introduction/chapter.html

I want to add that "make ARCH=i686" (on the 64 bit machine) gave me errors
(and also trying to passing various gcc 32 bit arch flags ).

It seems to me that both these tools are more complicated then needed.
That's because you don't appreciate the complexity of the task :-)

But you are right, there is a better way to build cross compilers - crosstool-ng (http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool)

Using it building a cross compiler is simple as:

hg clone http://ymorin.is-a-geek.org/hg/crosstool-ng
./configure make
make install
cd /your/development/directory
ct-ng help
ct-ng menuconfig
ct-ng build


Gilad



--
Gilad Ben-Yossef
Chief Coffee Drinker & CTO
Codefidence Ltd.

Web: http://codefidence.com
Cell: +972-52-8260388
Tel: +972-8-9316883 ext. 201
Fax: +972-8-9316884
Email: gi...@codefidence.com

Check out our Open Source technology and training blog - http://tuxology.net

        "Now the world has gone to bed
         Darkness won't engulf my head
         I can see by infra-red
         How I hate the night."

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to