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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.126.12 with SMTP id mu12mr35750191obb.13.1426010430047; Tue, 10 Mar 2015 11:00:30 -0700 (PDT) X-Received: by 10.140.20.247 with SMTP id 110mr530127qgj.17.1426010430001; Tue, 10 Mar 2015 11:00:30 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!hl2no8905877igb.0!news-out.google.com!db6ni44597igc.0!nntp.google.com!hl2no8905873igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 10 Mar 2015 11:00:29 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.106.97.11; posting-account=-iT6ZQoAAAAlqBCInAc-vB6x1soT8Jhq NNTP-Posting-Host: 84.106.97.11 References: <3fda0da9-7a54-41f3-b226-1e4f67e08803@googlegroups.com> <87vbi9ry0o.fsf@adaheads.sparre-andersen.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT serial comm under FreeBSD - PROGRAM_ERROR raised From: darek Injection-Date: Tue, 10 Mar 2015 18:00:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:192456 Date: 2015-03-10T11:00:29-07:00 List-Id: On Tuesday, 10 March 2015 16:09:09 UTC+1, Simon Wright wrote: > Jacob Sparre Andersen writes: > > > You could look into how the package is implemented for other Unix > > platforms (e.g. Linux), and see if that can easily be ported to FreeBSD. > > I wouldn't expect it to be too hard. > > GCC 4.9.1 and 5.0 have implementations for Linux and mingw. Hi All, As a work around I use the 32bit gcc/GNAT compiler on Linux and copy the executable to the FreeBSD machine. It works well due to the FreeBSD-Linux compatibility layer. Cheers, Darek