From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6733 invoked by alias); 23 Jul 2009 10:40:58 -0000 Received: (qmail 6722 invoked by uid 22791); 23 Jul 2009 10:40:58 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f210.google.com (HELO mail-fx0-f210.google.com) (209.85.220.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Jul 2009 10:40:52 +0000 Received: by fxm6 with SMTP id 6so713310fxm.24 for ; Thu, 23 Jul 2009 03:40:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.178.140 with SMTP id z12mr194119hbf.120.1248345648090; Thu, 23 Jul 2009 03:40:48 -0700 (PDT) In-Reply-To: <5cd84ac80907230240s435cb157wc816e9525c514baa@mail.gmail.com> References: <5cd84ac80907230240s435cb157wc816e9525c514baa@mail.gmail.com> From: Olivier Perron Date: Thu, 23 Jul 2009 10:40:00 -0000 Message-ID: <5cd84ac80907230340l2a3daf48m1fb78d4b36798a77@mail.gmail.com> Subject: Compiling arm-cortex_a8-linux-gnueabi with crosstool-ng fails To: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00036.txt.bz2 Hello all, I try to build a cross compiler for the OMAP3430 (basically a ARM Cortex A8 core). For this purpose I use croostool-ng (mercurial snapshot as 1.4.1 does not support cortex-a8 at all and the mercurial snapshot do provide a config file for the cortex a8) Currently the build fails at "Installing C library" stage: [ALL=A0 ]=A0=A0=A0 ../sysdeps/unix/sysv/linux/syslog.c:1: warning: switch -mcpu=3Dcortex-a8 conflicts with -march=3D switch [ALL=A0 ]=A0=A0=A0 In file included from ../sysdeps/unix/sysv/linux/syslog.= c:10: [ALL=A0 ]=A0=A0=A0 ../misc/syslog.c: In function '__vsyslog_chk': [ALL=A0 ]=A0=A0=A0 ../misc/syslog.c:123: sorry, unimplemented: inlining fai= led in call to 'syslog': function body not available [ALL=A0 ]=A0=A0=A0 ../misc/syslog.c:155: sorry, unimplemented: called from = here Some information about my configuration: Host: Debian SID with gcc-4.3.3 crosstool-ng: mercurial version ct-ng-hg_default@1430_933eee133cbf arm-cortex_a8-linux-gnueabi config is the one that is shipped with the crosstool-ng mercurial snapshot, I just changed the linux version to be 2.6.27.10 instead of 2.6.29 Any help to solve this issue will be greatly appreciated ! Thanks Olivier -- For unsubscribe information see http://sourceware.org/lists.html#faq