From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9e256d9e59c69db2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-29 07:02:42 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!europa.eng.gtefsd.com!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada crosscompiler for a Intel 386 target Date: 29 Nov 1994 08:22:02 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3bf9tq$5ua@gnat.cs.nyu.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-11-29T08:22:02-05:00 List-Id: Paul Grabow asks "We are looking for a crosscompiler (including an Ada development environment) that can create an executable for an Intel 386 processor. It would be nice if the crosscompiler could run under UNIX (or Linux) on a 386/486. Sun would be okay, too. THis is a little confusing because the target environment is not clear (bear board, DOS, Linux ?....) But it is worth pointing out that it is quite practical to build versions of GNAT that cross-compile from any host supporting GCC to any target supporting GCC (that's quite a lot of possible cross-compilers, well into the tens of thousands :-) THe only trick is tasking, depending on whether the target environment is Posix-threads compliant, you may have to do a fair amount of fiddling to get tasking working.