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


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

Building a cross compiler...


help! I am new on this. I need to build a cross-compiler on my win95-system
for 68K, H8 and i8251 for embedded systems. I have downloaded the entire
djgpp packet and gcc-2.8.0 and binutils-2.8.1 so far. The install says I
need to configure my host, target and build machine with something like
this:

D:\GNU\build\gnu\gcc-2.8.0>configure go32 --target=m68k-coff
Configuring GCC for go32
File `config.h' created
File `hconfig.h' created
File `tconfig.h' created
File `tm.h' created
File `md' created
File `aux-output.c' created
File `multilib.h' created
D:\GNU\build\gnu\gcc-2.8.0>