This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: m68k-unknown-coff


Hi,

Goran Chutura wrote:
> 1. What is the proper order for making a
> cross-compiler? If I try to build libraries first, it
> fails because m68k-coff-gcc does not exist.
> 2. What header files should be included and from
> where?
> 3. Which library should I build, glibc or newlib?
The trick is:
	1. configure and make binutils first
	2. unpack newlib!
	3. configure and make gcc (configure option
	--with-headers=../newlib-1.8.2/newlib/libc/include/
	or wherever you've unpacked your newlib)
	4. configure and make newlib
Usually you will choose newlib (glibc is quite oversized and has a lot
of pitfalls for embedded systems).

Regards,
	Stefan.
-- 
-----------------------------------------------------------------------    
Dipl.-Ing. Stefan M. Petters                   http://www.rcs.ei.tum.de
Institute for Real-Time Computersystems (RCS)      fon +49/89-289-23629 
Technische Universitaet Muenchen, D-80290 Muenchen fax +49/89-289-23555

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]