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

Title: Where Do I Begin?
Post 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!
Title: Where Do I Begin?
Post by: Greg2 on July 09, 2006, 03:11:07 pm
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)
Title: Where Do I Begin?
Post by: lpotter on July 09, 2006, 08:14:32 pm
Quote
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)

Quote
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.
Quote
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.