Gentoo Archives: gentoo-embedded

From: Jakub Ladman <ladmanj@×××××.cz>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] configure error, looking for libraries in wrong directory, what did i wrong?
Date: Wed, 05 Dec 2007 13:48:46
Message-Id: 200712051447.37854.ladmanj@volny.cz
1 Hello
2
3 I am trying to use gentoo embedded method to get some libraries (at this time)
4 for my cirrus ep9307 arm9 based computer.
5
6 I use crosscompiler toolchain produced by script from cirrus logic website
7 instead of crossdev (crossdev failed to do that)
8
9
10 I use the attached script armemerge.
11 But if i try something like -
12 # ./armemerge -va libsdl
13 - i get this error
14
15 configure:2420: checking for C compiler default output file name
16 configure:2423:
17 arm-linux-uclibcgnueabi-gcc -Os -pipe -L/home/ladmanj/cirrus/gentoo/lib -L/home/ladmanj/cirrus/gentoo/usr/lib -L/usr/local/arm/ep93xx-eabi-d1/lib -I/usr/local/arm/ep93xx-eabi-d1/include
18 conftest.c >&5
19 /usr/local/arm/ep93xx-eabi-d1/lib/gcc/arm-linux-uclibcgnueabi/4.1.2/../../../../arm-linux-uclibcgnueabi/bin/ld:
20 cannot find /lib/uclibc_nonshared.a
21
22 the not founded file is present in one of the LDFLAGS -L directories, but it
23 still tries to load it from absolute /lib path
24
25 If i made there a symlink, then it goes trough it and stops at a next file
26 also not founded at /lib
27
28 Do somebody know what is wrong and what to do with?
29
30 Thank you very much
31 Jakub Ladman

Attachments

File name MIME type
armemerge application/x-shellscript

Replies