Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Cross compilation on Suns. Message-ID: <44509@nigel.ee.udel.edu> Date: 13 Feb 91 08:59:44 GMT Sender: usenet@ee.udel.edu Lines: 11 I have just developed a small program that will convert GNU a.out files to MINIX-68K files. You just have to pass the options -r and -d to the linker, and the program will convert the a.out file to MINIX-68K file, it converts the header, copies text,data, converts the symbol table, and writes out the GEMDOS relocation info. I can post it tomorrow. Is is meant to be called somehow from gcc-ld. C.v.W.