From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28884 invoked by alias); 2 Feb 2012 12:40:45 -0000 Received: (qmail 28873 invoked by uid 22791); 2 Feb 2012 12:40:44 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_CX X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Feb 2012 12:40:29 +0000 Received: by pbaa12 with SMTP id a12so2231176pba.0 for ; Thu, 02 Feb 2012 04:40:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.72.73 with SMTP id b9mr7611726pbv.67.1328186428653; Thu, 02 Feb 2012 04:40:28 -0800 (PST) Received: by 10.68.238.138 with HTTP; Thu, 2 Feb 2012 04:40:28 -0800 (PST) In-Reply-To: <4F2A702F.4090702@atmel.com> References: <4F2947D4.2080703@atmel.com> <201202012147.12051.yann.morin.1998@free.fr> <4F2A702F.4090702@atmel.com> Date: Thu, 02 Feb 2012 12:40:00 -0000 Message-ID: Subject: Re: Built arm-none-eabi with multilib for x86_64-unkown-linux-gnu with crosstool-ng-1.14.0 From: Trevor Woerner To: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2012-02/txt/msg00021.txt.bz2 On Thu, Feb 2, 2012 at 6:14 AM, Per Arnold Blaasmo wrote: > So I believed that since GCC and Binutils was built with --with-multilib > option that Newlib would just pick up that. I built the arm-cortex_a8-linux-gnueabi sample and enabled multilib: $ ./arm-cortex_a8-linux-gnueabi-gcc -v Using built-in specs. Target: arm-cortex_a8-linux-gnueabi Configured with: /home/trevor/devel/crosstool/1.14.0/work-area/arm-cortex_a8-linux-gnueabi/build/src/gcc-4.4.6/configure --build=x86_64-build_unknown-linux-gnu --host=x86_64-build_unknown-linux-gnu --target=arm-cortex_a8-linux-gnueabi --prefix=/home/trevor/devel/crosstool/1.14.0/x-tools/arm-cortex_a8-linux-gnueabi --with-sysroot=/home/trevor/devel/crosstool/1.14.0/x-tools/arm-cortex_a8-linux-gnueabi/arm-cortex_a8-linux-gnueabi/sysroot --enable-languages=c,c++ --with-arch=armv7-a --with-cpu=cortex-a8 --with-tune=cortex-a8 --with-float=soft --with-pkgversion='crosstool-NG 1.14.0' --enable-__cxa_atexit --disable-libmudflap --disable-libgomp --disable-libssp --with-gmp=/home/trevor/devel/crosstool/1.14.0/work-area/arm-cortex_a8-linux-gnueabi/build/arm-cortex_a8-linux-gnueabi/build/static --with-mpfr=/home/trevor/devel/crosstool/1.14.0/work-area/arm-cortex_a8-linux-gnueabi/build/arm-cortex_a8-linux-gnueabi/build/static --with-ppl=/home/trevor/devel/crosstool/1.14.0/work-area/arm-cortex_a8-linux-gnueabi/build/arm-cortex_a8-linux-gnueabi/build/static --with-cloog=/home/trevor/devel/crosstool/1.14.0/work-area/arm-cortex_a8-linux-gnueabi/build/arm-cortex_a8-linux-gnueabi/build/static --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --enable-threads=posix --enable-target-optspace --disable-nls --enable-multilib --with-local-prefix=/home/trevor/devel/crosstool/1.14.0/x-tools/arm-cortex_a8-linux-gnueabi/arm-cortex_a8-linux-gnueabi/sysroot --enable-c99 --enable-long-long Thread model: posix gcc version 4.4.6 (crosstool-NG 1.14.0) When I ask the compiler to list the multilibs I get: $ ./arm-cortex_a8-linux-gnueabi-gcc -print-multi-lib .; I only have a little experience with multilib-enabled tools, but I assume something is missing? -- For unsubscribe information see http://sourceware.org/lists.html#faq