2009-06-17 80 views
1

製作,當我得到這個輸出,並不能找出與Qt的生成錯誤

$./configure -embedded arm -xplatform qws/linux-arm-g++ -opensource 

配置後爲什麼:

../../src/corelib/arch/qatomic_arm.h:在功能char q_atomic_swp(volatile char*, char)': ../../src/corelib/arch/qatomic_arm.h:125: warning: address requested for RET ' 已宣告無效register' global/qlibraryinfo.cpp: In function qt_core_init_boilerplate()': 全球/ qlibraryinfo.cpp:581:__builtin_exit' undeclared (first use this function) global/qlibraryinfo.cpp:581: (Each undeclared identifier is reported only once for each function it appears in.) global/qlibraryinfo.cpp:573: warning: statement with no effect global/qlibraryinfo.cpp:573: warning: statement with no effect global/qlibraryinfo.cpp:574: warning: statement with no effect global/qlibraryinfo.cpp:574: warning: statement with no effect global/qlibraryinfo.cpp:575: warning: statement with no effect global/qlibraryinfo.cpp:576: warning: statement with no effect global/qlibraryinfo.cpp:576: warning: statement with no effect global/qlibraryinfo.cpp:577: warning: statement with no effect global/qlibraryinfo.cpp:578: warning: statement with no effect global/qlibraryinfo.cpp:578: warning: statement with no effect global/qlibraryinfo.cpp:579: warning: statement with no effect global/qlibraryinfo.cpp:580: warning: statement with no effect global/qlibraryinfo.cpp:580: warning: statement with no effect make[1]: *** [.obj/release-shared-emb-arm/qlibraryinfo.o] Error 1 make[1]: Leaving directory /home/bsalmi/Desktop/qt-embedded-linux-opensource-src-4.5.1/src/ corelib' make:*** [sub-corelib-make_default-ordered]錯誤2

任何人都可以告訴我什麼可能是問題或要看什麼?

謝謝 布萊斯

回答