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.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a0ef07a2fdeae72c,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lion O Newsgroups: comp.lang.ada Subject: Build a new cross-compiler Date: Mon, 21 Mar 2011 14:40:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1300743634 13897 127.0.0.1 (21 Mar 2011 21:40:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 21 Mar 2011 21:40:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.7.145.1; posting-account=dGmSXAoAAABUYLKq1x8ICZtMjBrzu24H User-Agent: G2/1.0 Xref: g2news2.google.com comp.lang.ada:19321 Date: 2011-03-21T14:40:34-07:00 List-Id: Hi, I recently bought an DSO201 board, which is an open-source digital oscilloscope, 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 implementation) 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 about making a cross-compiler myself for it, and I do not have any idea of how can I do it. Is there exist generic big tutorial for making a cross-compiler? Ideas? Regards.