BartSimpson hat geschrieben:Du must eine komplette tool-chain bauen. angefangen mit den binutils über den crosscompiler bis hin zu den C libs
Ich hab ein BoardSupportPackage für das Board. Allerdings lässt sich mein QT nicht dafür kompilieren. Derzeit bekomme ich folgende Fehler
In file included from /opt/emlix/netdcu6/include/sys/types.h:31,
from /opt/emlix/netdcu6/include/stdlib.h:433,
from ../../../include/QtCore/../../src/corelib/tools/qvector.h:36,
from ../../../include/QtCore/qvector.h:1,
from ../../../include/QtCore/QVector:1,
from symbols.h:29,
from scanner.h:27,
from moc.h:27,
from moc.cpp:24:
/opt/emlix/netdcu6/include/bits/types.h:127:3: error: #error
/opt/emlix/netdcu6/include/bits/types.h:136: error: ‘__UQUAD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:140: error: ‘__UQUAD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:142: error: ‘__UWORD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:144: error: ‘__SQUAD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:149: error: ‘__UQUAD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:172: error: ‘__SQUAD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:176: error: ‘__UQUAD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:180: error: ‘__UQUAD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:182: error: ‘__SWORD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:186: error: ‘__off64_t’ does not name a type
/opt/emlix/netdcu6/include/bits/types.h:191: error: ‘__SWORD_TYPE’ does not name a type
/opt/emlix/netdcu6/include/sys/types.h:46: error: ‘__loff_t’ does not name a type
/opt/emlix/netdcu6/include/sys/types.h:57: error: ‘__ino64_t’ does not name a type
und viele mehr, nachdem ich wie folgt konfiguriert hab:
./configure -prefix /usr/local/Trolltech/Qt-4.1.0-mips -platform qws/linux-x86-g++ -xplatform qws/linux-mips-g++ -I/opt/emlix/netdcu6/include -L/opt/emlix/netdcu6/lib
Irgendwie scheint er mit den Libs nicht klarzukommen.
Hast vielleicht eine Idee, woran das liegen könnte?
Danke!
Sumpi