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,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!u39g2000pru.googlegroups.com!not-for-mail From: Bryan Newsgroups: comp.lang.ada Subject: Cross compilation problem Date: Thu, 30 Apr 2009 07:37:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: <89fc88e1-b4db-4e43-b938-83628d3aea3a@u39g2000pru.googlegroups.com> NNTP-Posting-Host: 192.88.212.32 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1241102275 23869 127.0.0.1 (30 Apr 2009 14:37:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 30 Apr 2009 14:37:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u39g2000pru.googlegroups.com; posting-host=192.88.212.32; posting-account=VyiI7goAAADnYO20HLB-PkcGb_pAfCa4 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5632 Date: 2009-04-30T07:37:55-07:00 List-Id: 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?