Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!wuarchive!udel!mmdf From: lalonde@torolab2.vnet.ibm.com (Glen Lalonde) Newsgroups: comp.os.minix Subject: gcc. Message-ID: <47880@nigel.ee.udel.edu> Date: 17 Mar 91 01:41:12 GMT Sender: mmdf@ee.udel.edu Lines: 10 I am looking for the gcc-as(gas) doc, if you know of a site which has archive mail server access and the doc please let me know. I tried to compile the Mac Minix mm with gcc, since mm is the smallest of the three OS parts. There is a two line assembler routine in head.s that was unresolved with I tried to bind. Thus I need to convert the macminix head.s to gcc-as format so I can get a gcc based .o to bind with. I don't think one would have any trouble compiling the fs though. For the kernel one would need to convert crtso.s to gcc-as format since it has a few mac hacks in it. Thus I need the gcc-as doc.