From mboxrd@z Thu Jan 1 00:00:00 1970 From: Indraneel Subject: Problem in linking with montavista toolchain for omap2420 Date: Sun, 28 Jan 2007 17:23:03 +0530 Message-ID: <1169985183.16634.24.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7BIT Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org Hi, I'm trying to cross-compile a program using the montavista tool chain for arm_v5t_le architecture for the omap2420(h4 board). I get the following error when linking a simple c program: $ arm_v5t_le-gcc -DPOSIX -DMD=2 rz.c /opt/montavista/devkit/arm/v5t_le/lib/gcc-lib/armv5tl-hardhat-linux/3.3.1/../../../../armv5tl-hardhat-linux/bin/ld: cannot find libc.so.6 collect2: ld returned 1 exit status Surprisingly i couldn't find any file or link by the name libc.so.6 in the toolchain, although there was /opt/montavista/devkit/arm/v5t_le/target/usr/lib/libc.so Other info gcc version 3.3.1 (MontaVista 3.3.1-7.0.15.0500230 2005-02-20) --with-sysroot=/opt/montavista/devkit/arm/v5t_le/target GNU ld version 2.14 20030612 (MontaVista 2.14-11.0.7.0500230 2005-02-20) PATH=/opt/montavista/devkit/arm/v5t_le/bin:$PATH I have searched for the error but couldn't find anything definitive. Can anyone provide any clues as to what is wrong and how can i solve this linking issue? Any pointers will be appreciated. Regards, Indraneel