OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: summer00 on June 09, 2004, 10:25:34 pm

Title: what is Qtopia and Embedix?
Post by: summer00 on June 09, 2004, 10:25:34 pm
do i need both Otopia and Embedix in order to cross-compile?
what is the purpose for having both of them?
i can use  /..../Embedix/tools/bin/gcc to cross compile...why there is a need of Qtopia?thanks
Title: what is Qtopia and Embedix?
Post by: cmisip on June 09, 2004, 11:18:21 pm
Qtopia will give your programs a graphical user interface.   If you simply wish to compile programs that run on the terminal, you shouldn\'t need it.
Title: what is Qtopia and Embedix?
Post by: summer00 on June 09, 2004, 11:34:27 pm
can i cross compile (configure script) just by using Embedix?
Title: what is Qtopia and Embedix?
Post by: lardman on June 14, 2004, 06:15:04 am
Yes.

$ source dev-qpe-arm.sh
$ ./configure --host-arm-linux
$ make
Title: what is Qtopia and Embedix?
Post by: summer00 on June 16, 2004, 12:31:37 am
but im using gcc3.2.2, heard it requires gcc 2.9.5 ?
Title: what is Qtopia and Embedix?
Post by: Ashitaka on June 21, 2004, 11:30:29 pm
I guess you don\'t have any problem with the version of the compiler...
...except if you are compiling programs which use libraries already on the Zaurus. For example, you can use any compiler to compile simple terminal applications, but to compile Qtopia applications, if you want them to run with Sharp\'s original ROM, you have to use the 2.95 toolchain. Well I guess it\'s not a problem with GCC, but more with glibc and binutils which are included in the toolchain...