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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a0ef07a2fdeae72c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!f18g2000yqd.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Build a new cross-compiler Date: Tue, 22 Mar 2011 06:52:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7c26fbed-03e3-49b2-94cb-01ac22d5b177@f18g2000yqd.googlegroups.com> References: NNTP-Posting-Host: 94.197.127.230 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1300801934 23157 127.0.0.1 (22 Mar 2011 13:52:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Mar 2011 13:52:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f18g2000yqd.googlegroups.com; posting-host=94.197.127.230; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux armv7l; en-GB; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:19333 Date: 2011-03-22T06:52:13-07:00 List-Id: On Mar 21, 9:40=A0pm, Lion O wrote: > Hi, > I recently bought an DSO201 board, which is an open-source digital oscill= oscope, and found out some C codes and some .hex files generated using it. > But I would prefer to write new functionality codes (for example, a FFT i= mplementation) in Ada. Unfortunately, no idea of how could start it. > I started to look for cross-compilers for it (maybe win-x86 to DSO201 or = linux, unix, whatever) and guess that nothing came up. So I was thinking ab= out making a cross-compiler myself for it, and I do not have any idea of ho= w can I do it. > Is there exist generic big tutorial for making a cross-compiler? Ideas? > > Regards. +othis is ARM =80ortex-M3 based? yes it is possible, I am currently doing something similar to what you want. I am hitting a bare machine with a zero footprint runtime. keep an eye on me https://github.com/lucreti= a, i'll be adding a blinking light sample soon. Luke