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... again


Sorry about that last mail.

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>make LANGUAGES=c
Makefile:91: *** missing separator.  Stop.

the makefile says:
88)
89) # For GNUmake: let us decide what gets passed to recursive makes.
90) MAKEOVERRIDES =
91) @SET_MAKE@
92)

What is wrong?

Jan