klikklak
Oh neat, it's a ... field.
Since I don't have a Caanoo, I started messing with compiling Qt for the Wiz.
Steps taken so far:
added GPH_SDK_WIZ/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/ to PATH
mkspec/qws/linux-arm-g++/qmake.conf as is.
./configure -embedded arm -opensource -xplatform qws/linux-arm-g++ -big-endian -host-big-endian -prefix /mnt/sd/qt
configure goes through, it's without tslib since I had trouble getting it to recognize it.
make
and make crashes with the following:
text/qfontengine_ft.cpp: In member function 'bool QFontEngineFT::init(QFontEngine::FaceId, bool, QFontEngineFT::GlyphFormat)':
text/qfontengine_ft.cpp:708: warning: converting to 'int' from 'qreal'
{standard input}: Assembler messages:
{standard input}:2498: Error: register or shift expression expected -- `orr r3,r2,lsl#16'
{standard input}:2509: Error: register or shift expression expected -- `orr r2,r3,lsl#16'
{standard input}:8474: Error: register or shift expression expected -- `orr r1,r3,lsl#16'
{standard input}:8485: Error: register or shift expression expected -- `orr r3,r1,lsl#16'
make[1]: *** [.obj/release-shared-emb-arm/qfontengine_ft.o] Virhe 1
the russian forums had the same error (Wiz russian, translated), but they didn't resolve it.
If anyone has any ideas, it'd be nice. I'll post updates as I go along.
Steps taken so far:
added GPH_SDK_WIZ/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/ to PATH
mkspec/qws/linux-arm-g++/qmake.conf as is.
./configure -embedded arm -opensource -xplatform qws/linux-arm-g++ -big-endian -host-big-endian -prefix /mnt/sd/qt
configure goes through, it's without tslib since I had trouble getting it to recognize it.
make
and make crashes with the following:
text/qfontengine_ft.cpp: In member function 'bool QFontEngineFT::init(QFontEngine::FaceId, bool, QFontEngineFT::GlyphFormat)':
text/qfontengine_ft.cpp:708: warning: converting to 'int' from 'qreal'
{standard input}: Assembler messages:
{standard input}:2498: Error: register or shift expression expected -- `orr r3,r2,lsl#16'
{standard input}:2509: Error: register or shift expression expected -- `orr r2,r3,lsl#16'
{standard input}:8474: Error: register or shift expression expected -- `orr r1,r3,lsl#16'
{standard input}:8485: Error: register or shift expression expected -- `orr r3,r1,lsl#16'
make[1]: *** [.obj/release-shared-emb-arm/qfontengine_ft.o] Virhe 1
the russian forums had the same error (Wiz russian, translated), but they didn't resolve it.
If anyone has any ideas, it'd be nice. I'll post updates as I go along.