gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-users] Cross-compiling doesn't find chrpath/g++


From: Tomalak Geret'kal
Subject: [gpsd-users] Cross-compiling doesn't find chrpath/g++
Date: Fri, 17 Feb 2012 12:33:16 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

Guys

On x86 FC11, I'm following the notes in build.txt to build gpsd 3.4 for ARM, basically doing the following:

   cd gpsd-3.4
echo "target = 'arm-none-linux-gnueabi'" > .scons-option-cache echo "prefix = '/usr/local/arm-2009q1/arm-none-linux-gnueabi/'" >> .scons-option-cache
   scons

The executables build for ARM ok, but the shared libraries don't (though native chrpath 1.4 *is* installed).

Apparently g++ can't be found either:

   scons: Reading SConscript files ...
   Checking for chrpath... (cached) no
   chrpath is not available, forcing static linking.
   Checking whether the C++ compiler works(cached) no

Despite:

   ls -l /usr/local/arm-2009q1/bin/arm-none-linux-gnueabi-g++
-rwxr-xr-x. 2 root root 200980 2009-05-21 19:27 arm-none-linux-gnueabi-g++


The build is using arm-none-linux-gnueabi-gcc (which also sits in /usr/local/arm-2009q1/bin/) quite happily.

How come it can't find chrpath/g++?

Thanks for any insight...

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]