QUOTE(pgas @ Feb 26 2006, 03:26 PM)
could you include a bit more of the log?
I suspect it used the wrong compiler ie the gcc for x86 instead of the one for arm
try export CC=/opt/cross/arm/3.4.5-xscale-softvfp/bin/armv5tel-cacko-linux-gcc
before running ./configure
I've just started to try out the cross compiler (using Gentoo, not using vmware). Is there any reason why CC is not defined by 'runsdk.sh'? I mean isn't that what I want
all the time? Or are there situations where CC ought to be something else? And ditto for:
CXX=armv5tel-linux-g++
LDFLAGS="-Wl,-rpath-link,/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib
-- cheers