Ubuntu10.04搭建嵌入式ARM Linux开发环境

make的时候出现很多这样的错误。


arm-linux-g++ -Wl,-O1 -Wl,-rpath,/opt/EmbedSky/qt-4.5/__install/arm/lib -o hello main.o hello.o moc_hello.o -L/opt/EmbedSky/qt-4.5/__install/arm//lib -lQtGui -L/tslib-1.4/lib -L/opt/EmbedSky/qt-4.5/__install/arm//lib -lts -lQtNetwork -lQtCore -lm -lrt -ldl -lpthread
/opt/EmbedSky/qt-4.5/__install/arm//lib/libQtCore.so: undefined reference to `syscall@GLIBC_2.0'
/opt/EmbedSky/qt-4.5/__install/arm//lib/libQtCore.so: undefined reference to `strdup@GLIBC_2.0'
/opt/EmbedSky/qt-4.5/__install/arm//lib/libQtCore.so: undefined reference to `backtrace_symbols@GLIBC_2.1'
/opt/EmbedSky/qt-4.5/__install/arm//lib/libQtCore.so: undefined reference to `clearerr@GLIBC_2.0'
/opt/EmbedSky/qt-4.5/__install/arm//lib/libQtGui.so: undefined reference to `usleep@GLIBC_2.0'
/opt/EmbedSky/qt-4.5/__install/arm//lib/libQtGui.so: undefined reference to `access@GLIBC_2.0'

作者: 铮铮卡穆   发布时间: 2011-04-02

X86版本的可以正常编译,正常运行,ARM版本的就这样

作者: 铮铮卡穆   发布时间: 2011-04-02