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]

linking to MRI generated code


In my application it would be benificial to be able to link gcc compiled code using the egcs linker with code generated by a MRI compiler, linker, and run time library which is stored in EPROM.  The processor is a Motorola 68332.  Has anyone tried something like this before?  Would the runtime library routines likely by compatible?  Would the symbol table produced by the MRI linker likely be readable by the EGCS linker?  Any help would be appreciated.