5 Dec 14:47
configure error, looking for libraries in wrong directory, what did i wrong?
Hello I am trying to use gentoo embedded method to get some libraries (at this time) for my cirrus ep9307 arm9 based computer. I use crosscompiler toolchain produced by script from cirrus logic website instead of crossdev (crossdev failed to do that) I use the attached script armemerge. But if i try something like - # ./armemerge -va libsdl - i get this error configure:2420: checking for C compiler default output file name configure:2423: 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 conftest.c >&5 /usr/local/arm/ep93xx-eabi-d1/lib/gcc/arm-linux-uclibcgnueabi/4.1.2/../../../../arm-linux-uclibcgnueabi/bin/ld: cannot find /lib/uclibc_nonshared.a the not founded file is present in one of the LDFLAGS -L directories, but it still tries to load it from absolute /lib path If i made there a symlink, then it goes trough it and stops at a next file also not founded at /lib Do somebody know what is wrong and what to do with?(Continue reading)
RSS Feed