Hello Robert,

if you are used to cross-compiling for ARM on Ubuntu,
could you explain how to configure everything?

i have installed the cross compiler via sudo apt-get install 
gcc-arm-linux-gnueabi
(don't know if that is ok for the Angstrom ?)

i'm trying to cross-compile the NTP source code from NTP.org,
which is using autoconf,
but i'm getting an error which i don't understand:

when i run the configure, it gives me the error:
configure: error: crossing compiling: use 
--with-yielding_select=yes|no|manual

i added a config.site file including the CC, LDflags and CPPFLAGS to have 
the correct reference:
CC=arm-linux-gnueabi-gcc-4.7
LDFLAGS=-L/usr/lib/gcc-cross/arm-linux-gnueabi/4.7
CPPFLAGS="-I/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include 
-I/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include-fixed"

and my parameters of my configure look like this:
./configure --host=arm-unknown-linux-gnueabi --build=x86_64-unknown-linux
 
Is there anything else i need to be able to crosscompile this successfully 
for Angstrom?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to