Hi all,
I need to use Bluetooth i/f, so I need to install Bluez-5.5; to do this I need to install some libraries, one of these is dbus-1.6.10.
I have a problem with configuring dbus (only with dbus);
the folder with the target file system is:
/home/zedboard/rootfs64M
and I use this command:
groupadd -g 18 messagebus &&
useradd -c "D-Bus Message Daemon User" -d /home/zedboard/rootfs64M/var/run/dbus
-u 18 -g messagebus -s /home/zedboard/rootfs64M/bin/false messagebus
tt
export LDFLAGS=-Wl,-L/home/zedboard/rootfs64M/usr/lib,-lexpat
export CPPFLAGS=-I/home/zedboard/rootfs64M/usr/includett
./configure
--host=arm-xilinx-linux-gnueabi
--prefix=/home/zedboard/rootfs64M/usr
--sysconfdir=/home/zedboard/rootfs64M/etc
--localstatedir=/home/zedboard/rootfs64M/var
--libexecdir=/home/zedboard/rootfs64M/usr/lib/dbus-1.0
--with-console-auth-dir=/home/zedboard/rootfs64M/run/console/
--without-systemdsystemunitdir
--disable-systemd
--disable-static
the result is:
...
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... yes
checking for gcc... arm-xilinx-linux-gnueabi-gcc
checking whether the C compiler works... no
configure: error: in `/home/zedboard/git_folder/dbus-1.6.10':
configure: error: C compiler cannot create executables
See `config.log' for more details
zedboard:>
and then it stops!
I cannot understand why only for this package the compiler does not work, while with the other packages I do not have any problems
As anyone had and solved this kind of problem?
best regards,
Roberto