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,ASCII Path: g2news2.google.com!postnews.google.com!w7g2000pre.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Build a new cross-compiler Date: Tue, 22 Mar 2011 13:21:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 90.194.162.198 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1300825296 25955 127.0.0.1 (22 Mar 2011 20:21:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Mar 2011 20:21:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w7g2000pre.googlegroups.com; posting-host=90.194.162.198; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.16) Gecko/20110302 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:19355 Date: 2011-03-22T13:21:36-07:00 List-Id: On Mar 22, 6:26=A0pm, Lion O wrote: > I could think a way of using Lego Mindstorms platform for generating Cort= ex-32 executables (but maybe it's a lack of knoledgement of mine, do not ha= ve idea). Can you think a way for it? It could be a good option. > I like Luke's too, it looks that Tamp (the microkernel he talked about) p= rovides a good learningship. That compiler would work for you, -mcpu=3Dcortex-m3 but you would still require a HW support lib (BSP). As for TAMP, it's currently non-existent, just been trying to get a compiler - this does build, read that docs I've put up. What I'm playing with at the moment will provide more information and a solid example of hitting bare hardware with GNAT. Keep an eye on my GitHub profile, I'll be adding more projects for this kind of thing :D Luke.