From: acottrel AT magna DOT com DOT au (Andrew Cottrell) Newsgroups: comp.os.msdos.djgpp Subject: Re: cross-compiler set-up with DJGPP Date: Fri, 12 Sep 1997 03:04:02 GMT Organization: Magna Data - Internet Solutions Provider Lines: 34 Message-ID: <3418afeb.16698651@news.magna.com.au> References: <3417E318 DOT FD6E6C7A AT pistilmac1 DOT chinalake DOT navy DOT mil> NNTP-Posting-Host: saccess-06-119.magna.com.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have built a DJGPP Cross compiler MS-DOS->Intel 960, but the linker was DAO (Dead On Arival). You will need to get the full GCC source tree. You will need to install bash to get the Un*x shell's to work. Besides the linker the only other major problem was that I could not find any C++ library for use with the cross compiler. You will find NEWLIB on CYGNUS.COM which is a C library suitable from a cross compiler. Let me know how you go. Regards, Andrew www.magna.com.au/~acottrel >I have downloaded DJGPP and installed it on my system, and it is working >fine. However, the main thrust of my development is to be able to >cross-compile for other processors (i.e., 68k, SPARC, PPC, etc.), which >will be running the VxWorks real-time operation system. > >This is something that GCC supports. To install this capability onto my >PC, and be able to run it with DJGPP, is it as simple as downloading the >cross-compiler sources from the GCC page, and build these using DJGPP? >Or is there something more to it than that? Or should I be asking a >different news group? > >Any help/pointers/pity would be greatly appreciated. > >TIA > >Joseph Hansen >hansen AT iwvisp DOT com >