This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bluez-libs (under uclinux)


Hi,
 My croos-compiling is driving me crazy. I use arm-elf
tools with an ARM7TDMI. I'm trying to cross-compile
bluezlibs and these are the steps we have followed:

export GCC=arm-elf-gcc
export CC=arm-elf-gcc
export CXX=arm-elf-c++
export AS=arm-elf-as
export LD=arm-elf-ld
export NM=arm-elf-nm
export RANLIB=arm-elf-ranlib

./configure --host=arm-elf
--includedir=/targets/LxNETES/project/linux/include
--libdir=/targets/LxNETES/project/linux/lib

And it works well, and after I write:

[root at tatianalinux bluez-libs-2.4]# make
Making all in include
make[1]: Cambiando a directorio
`/targets/LxNETES/project/apps/bluez-libs-2.4/include'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio
`/targets/LxNETES/project/apps/bluez-libs-2.4/include'
Making all in src
make[1]: Cambiando a directorio
`/targets/LxNETES/project/apps/bluez-libs-2.4/src'
/bin/sh ../libtool --mode=link
/usr/local/arm-elf/bin/arm-elf-gcc  -Wall -g -O2  -o
libbluetooth.la -rpath
/targets/LxNETES/project/linux/lib -version-info 1:2:0
bluetooth.lo hci.lo
rm -fr .libs/libbluetooth.la .libs/libbluetooth.*
.libs/libbluetooth.*
/usr/local/arm-elf/bin/arm-elf-gcc -shared 
bluetooth.lo hci.lo   -Wl,-soname -Wl, -o .libs/
/usr/local/arm-elf/arm-elf/bin/ld.real: cannot open
output file .libs/: Is a directory
collect2: ld returned 1 exit status
make[1]: *** [libbluetooth.la] Error 1
make[1]: Saliendo directorio
`/targets/LxNETES/project/apps/bluez-libs-2.4/src'
make: *** [all-recursive] Error 1


PLEASE HELP !!!
I'M A STUDENT AND MY PROJECT DON'T FIND SOLUTION !!! 

___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe at sources dot redhat dot com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]