From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22397 invoked by alias); 5 Jan 2012 21:29:40 -0000 Received: (qmail 22389 invoked by uid 22791); 5 Jan 2012 21:29:40 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Jan 2012 21:29:25 +0000 Received: by iacb35 with SMTP id b35so1789117iac.0 for ; Thu, 05 Jan 2012 13:29:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.43.53.1 with SMTP id vo1mr4571656icb.2.1325798964494; Thu, 05 Jan 2012 13:29:24 -0800 (PST) Received: by 10.42.29.199 with HTTP; Thu, 5 Jan 2012 13:29:24 -0800 (PST) Date: Thu, 05 Jan 2012 21:29:00 -0000 Message-ID: Subject: ld.real: execvp: No such file or directory From: Piotr Grudzinski 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-01/txt/msg00012.txt.bz2 Hello, I'm having problem building crosstool for ARM no-mmu system (see below): [INFO ] ================================================================= [INFO ] Installing C library [EXTRA] Copying sources to build dir [EXTRA] Applying configuration [EXTRA] Building C library [ERROR] make[1]: *** [lib/ld-uClibc.so] Error 1 [ERROR] [ERROR] >> [ERROR] >> Error happened in: main[scripts/crosstool-NG.sh] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' And from build.log file: [ALL ] LD ld-uClibc-0.9.30.2.so [ALL ] ld (ld-elf2flt): error trying to exec '/home/piotr/x-tools/arm-unknown-linux-uclibc/bin/ld.real': execvp: No such file or directory [ALL ] collect2: ld returned 255 exit status [ERROR] make[1]: *** [lib/ld-uClibc.so] Error 1 [ALL ] make[1]: *** Waiting for unfinished jobs.... [ALL ] make[1]: Leaving directory `/home/piotr/toolchain-build/.build/arm-unknown-linux-uclibc/build/build-libc' The ld.real program is in: /home/piotr/x-tools/arm-unknown-linux-uclibc/arm-unknown-linux-uclibc/bin directory. I my /home/piotr/x-tools/arm-unknown-linux-uclibc/bin directory there is a arm-unknown-linux-uclibc-ld.real file. It looks like the build system is looking for ld.real in a wrong directory or arm-unknown-linux-uclibc-ld.real should be used instead. Any suggestions how/where to fix this problem? Best Regards, Piotr -- For unsubscribe information see http://sourceware.org/lists.html#faq