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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a7ccacf6df5b27fa X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!b6g2000pre.googlegroups.com!not-for-mail From: anhvofrcaus@gmail.com Newsgroups: comp.lang.ada Subject: Re: Cross compilation problem Date: Fri, 1 May 2009 07:39:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <87bca663-fdf8-4349-be8c-608cf46ff48c@b6g2000pre.googlegroups.com> References: <89fc88e1-b4db-4e43-b938-83628d3aea3a@u39g2000pru.googlegroups.com> NNTP-Posting-Host: 149.32.224.34 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1241188792 15365 127.0.0.1 (1 May 2009 14:39:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 May 2009 14:39:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b6g2000pre.googlegroups.com; posting-host=149.32.224.34; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5642 Date: 2009-05-01T07:39:52-07:00 List-Id: On Apr 30, 7:37=A0am, Bryan wrote: > I have been trying to create a gcc cross compiler from cygwin to ARM > for a project at work and managed to get it somewhat functional but I > have run into a problem that is preventing all but my most basic tests > from compiling. I am receiving an error that states I am violating the > No_Implicit_Dynamic_Code restriction and I have tracked this down to > the compiler generating dynamic code on the stack for certain > features. Does anyone know how I can fix this issue in the compiler? > Or is this occurring because there is no official ARM Linux port for > the compiler? I have the same problem event I was building gcc-4.4.0 GNAT for host cygwin itself. It is interesting is that GNAT distribution (gcc-4.3.2) under current cygwin does not have this problem. Therefore, there must be a way to build GNAT / GCC-4.3.2 correctly using the older version of GNAT. I will pursue this problem once I have some time. Anh Vo