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]

Re: linux hosted 68k cross compiler


Hi,

michael dorin wrote:
> 
> Help!
> 
> I have been trying for two days following several lists of instructions
> and I can't seem to build a cross compiler which will run on Linux that
> builds 68k code for an embedded target.  I don't need any libraries
> I just want to build and assemble 68k code!
> 
> My current attempt gives me:
> 
> ../src/bfc/cisco-core.c: In function 'cisco_core_file_p'
> ../src/bfc/cisco-core.c: 188 'SIGEMT' undeclared

Yes i've been experiencing such a way, so i moved SIGEMT in a SIGxxx
which is the same (take your favorite workstation and find SIGEMT in
your includes files
then you should find his brother).

If you just want to produce S files format to upload (whitout any C
functions support),
then no matter you use coff elf or aout files format, you just have to
tell
your cross-linker (GAS expected) : -oformat srec

Mine cross-assembler works fine this way.

> 
> Is there someplace that has a binary version of these ready?
> Can somebody give me idiot proof instructions? (Including files to get
> etc. for linux hosted 68k development)
> 
> Is there a DOS 68k compiler out there?
> 
> Please help!
> 
> -Mike Dorin



-- 
-------------------------------------------------------------
THIEBOLT Francois \ You think your computer run too slow ?
UPS Toulouse III  \ - Check nobody's asked for tea !
thiebolt@irit.fr  \ "The Hitchikers Guide to the Galaxy" D.Adams
-------------------------------------------------------------