OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: tirant on July 09, 2006, 01:20:12 pm
-
Hello,
First of all, excuse my poor English as it's not my main language.
I would like to begin developing some software for my Zaurus (C760 and Cacko ROM). As I understood, Cacko's Rom is compatible with Sharp ROM, so I need the Official QTOPIA SDK (found here www.qtopia.net ). I would like to do it on a host computer running UBUNTU, so my questions are:
1) Do i need a toolchaing for cross compiling, or it's already included on qtopia sdk?
2) Does the QTOPIA SDK contain all the software I need to develop for the zaurus?
3) If I want to develop using SDL libraries for the Zaurus, what should i do?
4) Is there a way to test my software on my computer before copying it to the zaurus?
Thanks!
-
I'm going to point you to some how-to docs for help:
https://www.oesf.org/index.php?title=Developing (https://www.oesf.org/index.php?title=Developing)
https://www.oesf.org/index.php?title=SDL (https://www.oesf.org/index.php?title=SDL)
-
Hello,
First of all, excuse my poor English as it's not my main language.
I would like to begin developing some software for my Zaurus (C760 and Cacko ROM). As I understood, Cacko's Rom is compatible with Sharp ROM, so I need the Official QTOPIA SDK (found here www.qtopia.net ). I would like to do it on a host computer running UBUNTU, so my questions are:
1) Do i need a toolchaing for cross compiling, or it's already included on qtopia sdk?
Yes, you will need an arm-linux-gcc 2.95 toolchain.
http://www.qtopia.net/modules/developers/q...s-Compile_Tools (http://www.qtopia.net/modules/developers/qtopia.php?linkFile=developers/Qtopia_Cross-Compile_Tools)
2) Does the QTOPIA SDK contain all the software I need to develop for the zaurus?
It contains headers and binaries for you to test on your desktop, and then link for the Sharp device.
3) If I want to develop using SDL libraries for the Zaurus, what should i do?
4) Is there a way to test my software on my computer before copying it to the zaurus?
Yes, you just run the Qvfb (Qt Virtual Frame Buffer) application, and run your app with the -qws argument.