![]() ![]() |
Nov 8 2004, 01:21 PM
Post
#1
|
|
|
Group: Members Posts: 125 Joined: 5-October 04 Member No.: 4,882 |
My goal is to get the qtopia sdk going so I can start playing with code.
I'm on redhat 9. I've followed the HOWTO to the letter, but when I get to the point where I try to compile the example... [root@localhost root]# source dev-x86-qpe.sh Altered environment for Sharp Zaurus Development x86 [root@localhost root]# cd example/ [root@localhost example]# tmake -o Makefile example.pro [root@localhost example]# make gcc -o example main.o example.o examplebase.o moc_example.o moc_examplebase.o -L/opt/Qtopia/lib -lqpe -lqte main.o(.text+0x1d): In function `main': : undefined reference to `QPEApplication::QPEApplication[in-charge](int&, char**, QApplication::Type)' main.o(.text+0x3e): In function `main': : undefined reference to `QPEApplication::showMainWidget(QWidget*, bool)' main.o(.text+0x46): In function `main': : undefined reference to `QPEApplication::exec()' main.o(.text+0x59): In function `main': : undefined reference to `QPEApplication::~QPEApplication [in-charge]()' ... etcetera etcetera Any ideas? -Daniel howto link: http://zaurususergroup.com/modules.php?op=...ompiler%20Setup |
|
|
|
Nov 9 2004, 09:08 AM
Post
#2
|
|
|
Group: Members Posts: 125 Joined: 5-October 04 Member No.: 4,882 |
Hey guys, thanks for no replies
Anyways, I got the 1.7 SDK up and running finally. I decided fighting gcc296 wasn't worthwhile. -Daniel |
|
|
|
Nov 9 2004, 12:45 PM
Post
#3
|
|
|
Group: Members Posts: 125 Joined: 5-October 04 Member No.: 4,882 |
Just a followup. I have gotten the example application to compile and run on my C860 after spending most of the day banging my head against my desk.
If anyone needs a hand, I'll try and help. The gist of it was, use the dev-x86-qpe.sh and dev-arm-qpe.sh files from the HOWTO, but use the qtopia 1.7 sdk. Since I improperly removed 1.5 before installing 1.7, I got all kinds of BS, until I got rid of them both completely and forced a reinstall of the 1.7 rpm. Then, although I could compile for x86, compiling for arm gave me all kinds of reference undefined errors. I had to add libs in the tmake.conf (thankfully I found a post in google cache that lead me to it), and then finally it compiled for arm, but wouldn't run on the C860. I had to remove -lqtopia from the tmake.conf. Now I'm flying high, with the equivalent of hello world running on my z! Good luck. -Daniel |
|
|
|
Nov 9 2004, 01:18 PM
Post
#4
|
|
![]() Group: Members Posts: 366 Joined: 4-November 03 From: Slovakia Member No.: 850 |
Hey, thanks for the legwork! I wish this was useful to me
z. |
|
|
|
Nov 9 2004, 02:06 PM
Post
#5
|
|
|
Group: Members Posts: 1,176 Joined: 3-October 03 From: UK Member No.: 547 |
It's always more fun working it out yourself
Anyways there were some nasty problems with gcc 2.9.6. I used the gcc_old RPM package (gcc 2.6.5), but then I have SuSE. If you're using gcc 3.x then you'll run into compatibility issues with libraries on the Sharp ROM because they changed the way libraries are linked between 2.9.x and 3.x |
|
|
|
Nov 9 2004, 03:52 PM
Post
#6
|
|
|
Group: Members Posts: 58 Joined: 22-August 03 From: Houston / London Member No.: 374 |
If you write an app under qtopia 1.7 and then try t o run it on a Z with qtopia 1.5, are there any problems with the libraries? Or is it strictly differences in what apps and small features are included?
|
|
|
|
Nov 9 2004, 03:54 PM
Post
#7
|
|
|
Group: Members Posts: 1,497 Joined: 12-November 03 From: Germany Member No.: 907 |
No problems. You need to ship libqtopia1 though, which contains a couple of things new since qtopia 1.5.x
|
|
|
|
Nov 9 2004, 07:11 PM
Post
#8
|
|
|
Group: Members Posts: 125 Joined: 5-October 04 Member No.: 4,882 |
zenyatta, tumnus, and the rest, thanks for the support.
Sounds like the "most compatible" setup is gcc 2.95 and qtopia 1.5. That's because 2.96 has issues, and 1.7 requires you ship the new libqtopia. I'll try to get this working soon, since I am now aware I may run into compatibility issues sticking with 1.7 and gcc 3.x. It'd be nice to be able to switch between 1.5 and 1.7, though. Anyone doing that? Is it possible to stick with the latest and greatest without "shipping" the new library, if you know what you're calling? Mickeyl - if you feel like throwing a n00b a bone, how do you go about shipping libqtopia? Do you just install it next to the older libqtopia? -Daniel |
|
|
|
Nov 10 2004, 01:44 AM
Post
#9
|
|
|
Group: Members Posts: 1,497 Joined: 12-November 03 From: Germany Member No.: 907 |
libqpe is not really the "older" libqtopia as both provide different classes (iirc, I don't follow qtopia ver y closely) Yes, you would just install libqtopia1.
|
|
|
|
Nov 10 2004, 08:41 AM
Post
#10
|
|
|
Group: Members Posts: 125 Joined: 5-October 04 Member No.: 4,882 |
That would explain why I had to remove libqtopia (-lqtopia) from the tmake.conf... it doesn't exist on my Z.
-Daniel |
|
|
|
Nov 10 2004, 11:10 AM
Post
#11
|
|
![]() Group: Members Posts: 451 Joined: 27-November 03 From: Brisbane, Australia Member No.: 1,001 |
The 1.7 sdk can be used to create apps for Sharp rom, provided you remove the -lqtopia from tmake.conf as he has done, and thus would not need to install libqtopia.
Qtopia is backwards compatible. |
|
|
|
Dec 15 2005, 02:56 PM
Post
#12
|
|
|
Group: Members Posts: 10 Joined: 15-December 05 From: Karlsruhe, Germany Member No.: 8,716 |
QUOTE(lpotter @ Nov 10 2004, 09:10 PM) The 1.7 sdk can be used to create apps for Sharp rom, provided you remove the -lqtopia from tmake.conf as he has done, and thus would not need to install libqtopia. Qtopia is backwards compatible. I have the same problem with SDK 1.7 and SuSE 9.3. But from this thread I cannot undestand what I must do to compile it? I removed -lqtopia from tmake, but the same problems. HEEELP !!! Thank you. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 11:32 AM |