>Sorry, no, I didn't compile gcc for myself. In the instructions for
>compiling the 2.2.x kernel there's a line saying that gcc 2.7.2.2
>should be sufficient. It that only valid for non-ARM platforms?

It's actually true for the ARM as well if you have the right flavour of GCC, 
though I think the remark was originally intended for Intel only.

>If gcc 2.7.2.2 is an ELF gcc, then I may just comment it out, but if it

The version number of GCC and the binary format it produces aren't directly 
related.  If you have gcc 2.7.x the chances are it is configured for a.out but 
ELF versions also exist.  Similarly you can use the newer compilers for both 
a.out and ELF if you so desire.

The actual business of building a compiler has been covered here before and 
several people now have notes on their web pages.  Check the mailing list 
archives.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to