Path: utzoo!attcan!uunet!aplcen!samsung!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!ames!vsi1!altos!megadon!clp From: frank@odetics.com (Frank Merrow) Newsgroups: comp.unix Subject: Re: Motorola S Record -> COFF problem Message-ID: <2202@megadon.UUCP> Date: 13 Oct 90 08:31:10 GMT References: <3729@se-sd.SanDiego.NCR.COM> Sender: clp@megadon.UUCP Organization: Odetics, Inc., Anaheim, CA Lines: 21 Approved: clp@megadon.UUCP In-Reply-To: <2167@megadon.UUCP> In article <2167@megadon.UUCP> you write: >My mom has a problem: > > She has a cross compiler that produces S Records instead of executables. > > She has a target machine running UNIX that expects executables in > COFF format. > >The compiler is from Oasys and the target machine is a >ModComp machine running a real time UNIX varient called REALIX. Hi, First the key to everything is the LINKER not the compiler. Second check your manual carefully since it seems to me that OASYS WILL produce COFF records. In fact we have one project here (using OASYS) where we dump the COFF records directly into our emulator, but have to run a special utility to generate S2 records when we need to blow proms. Frank frank@odetics.com