|
1.my host platform is RH4.0,scons-1.2.0.d20090223,disko-1.5.0
2.target is intel Olo,cross compile is
[root@www disko]# arm-linux-g++ --version
arm-linux-g++ (GCC) 3.4.5
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3.my enviroment is
[root@www disko]# env | grep arm-linux
AR=arm-linux-ar
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/arm-linux/bin:/usr/local/arm-linux/bin:/root/bin
LD=arm-linux-ld
CXX=arm-linux-g++
RANLIB=arm-linux-ranlib
CC=arm-linux-gcc
4.build disko with "scons prefix=/opt/gtk enable_media=no".but result is my cross compile has no effect
[root@www disko-1.5.0]# file ./lib/libmmsbase.so
./lib/libmmsbase.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
can you tell me the reason why I failed.
did I miss something in building scons or disko?
|