I\'ve installed Qtopia-1.7.0 on my rh 9.0 linux together with the croos compiler sotfware, described like in
http://docs.zaurus.com/index.php?id=linux_...ler_setup_howto. If I try to build the example application for x86 no problem. If I try the same for arm cross compiling, I get always a link error.
arm-linux-gcc -o example main.o example.o examplebase.o moc_example.o moc_examplebase.o -L/opt/Qtopia-1.7.0/sharp/lib -L/opt/Qtopia-1.7.0/sharp/lib -lqpe -lqtopia -lqte
/opt/Qtopia-1.7.0/sharp/lib/libqpe.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [example] Fehler 1
I use the gcc version 2.95.2 19991024 (release) of the arm package.
The same done with Qtopia-1.5.0 makes no problem. Therefore my question to all. Do I need another Crosscompiler version for Qtopia-1.7.0? It seems so and if yes, where can I get it?
:evil: Axel