Xref: utzoo comp.edu:3980 comp.sys.m68k:2085 sci.electronics:17234 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!mintaka!ai-lab!mobot!bleck From: bleck@mobot.ai.mit.edu (Olaf Bleck) Newsgroups: comp.edu,comp.sys.m68k,sci.electronics Subject: Looking for a 68000 c library. Keywords: 68000 VME single-board Message-ID: <12972@life.ai.mit.edu> Date: 25 Jan 91 18:57:14 GMT References: <1991Jan21.155049.2346@sunee.waterloo.edu> <1991Jan21.200235.27183@sis.uucp> Sender: news@ai.mit.edu Distribution: na Organization: MIT Artificial Intelligence Laboratory Lines: 8 I'm generating code for a standalone 68000 (no 68881, no nothing) by compiling C programs with gcc (actually cross-compiling on a sparc). Gcc emits calls to routines to handle stuff like long arithmetic and floating point. Does anyone out there have a library of routines to do this kind of stuff -- something I can link in with a minimum of trouble? Thanks.