
15 Apr
2009
15 Apr
'09
12:38 p.m.
Jostein Austvik Jacobsen wrote:
I'm trying to cross compile boost 1.38 for the gumstix motherboard (ARM) like this:
wget --tries=10 http://heanet.dl.sourceforge.net/soruceforge/boost/boost_1_38_0.tar.gz tar xzf boost_1_38_0.tar.gz cd boost_1_38_0 echo "using gc : `${GUMSTIXTOP}/tmp/cross/arm-angstrom-linux-gnueabi7bin/g++ -v 2>&1 | tail --1 | awk '{print $3}'`
If 'using gc : ...' is what your script uses, then it's the bug. You should have used 'gcc'. - Volodya