解决办法:
参见ok6410移植百科全书。 (注: 该文件中使用了这两个类,C++允许在文件中这样声明其他地方定义的类,减少头文件的相互包含关系,加快编译速度)
错误十二:缺少头文件
asm/page.h: No such file or directory
解决办法:
参见ok6410移植百科全书。
错误十三:类型转换错误
home/work/armqt/qtlibsource/qt-x11/include/qvalue stack.h: In member function 'T QValueStack
xml/qxml.cpp:513: instantiated from here
/home/work/armqt/qtlibsource/qt-x11/include/qvalue stack.h:57: 错误:不能从'QValueListIterator
/home/work/armqt/qtlibsource/qt-x11/include/qvalue stack.h: In member function 'T QValueStack
xml/qxml.cpp:2502: instantiated from here
/home/work/armqt/qtlibsource/qt-x11/include/qvalue stack.h:57: 错误:不能从'QValueListIterator
解决办法:
参见ok6410移植百科全书。