Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Select language:
English
French
German
Hungarian
Italian
Norwegian
News:
Home
Help
Search
Calendar
Members
View the memberlist
Search For Members
Login
Register
OESF Portables Forum
»
Everything Else
»
Archived Forums
»
Distros, Development, and Model Specific Forums
»
Zaurus - Everything Development
»
OpenZaurus/Opie/Qtopia
»
Native Development
← previous
next →
Print
Pages: [
1
]
Author
Topic: Native Development (Read 6447 times)
YoG
Jr. Member
Posts: 56
Native Development
«
on:
August 29, 2006, 01:07:54 pm »
Hi,
I've seen
hrw's message
that native development should work.
So I went and installed:
gcc
binutils
and libc6-dev.
and compiled helloWorld.c with out a problem (and it even runs!)
Code:
[Select]
#include
int main(void)
{
printf("Hello World!\n");
return 0;
}
Now I wish to compile some apps for opie (with gui and everything...) the question is:
is it possible?
and if it is:
how?
Thanx,
YoG.
Logged
C860 Autobuilt Angstrom (OPIE) & Zubuntu 9.04 dual boot using kexec
SanDisk SDHC 4GB, Agiwara Sys-Com CF 1GB, Sandisk CF 256MB, Socket BT, Linksys WCF12 Wifi card, RoyalTek RBT-1000 Bluetooth GPS
yogzlog.blogspot.com
Hrw
Hero Member
Posts: 1366
Native Development
«
Reply #1 on:
August 29, 2006, 04:21:43 pm »
ipkg install qmake libqpe-dev libqte-dev libopie*-dev (maybe some more packages)
then unpack and run qmake?
oops.. looks like we lack qmake..
«
Last Edit: August 29, 2006, 04:22:51 pm by Hrw
»
Logged
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website
Misc embedded hardware.
YoG
Jr. Member
Posts: 56
Native Development
«
Reply #2 on:
August 30, 2006, 02:43:53 am »
I think moc and uic are also required for compiling qt gui.
YoG.
Logged
C860 Autobuilt Angstrom (OPIE) & Zubuntu 9.04 dual boot using kexec
SanDisk SDHC 4GB, Agiwara Sys-Com CF 1GB, Sandisk CF 256MB, Socket BT, Linksys WCF12 Wifi card, RoyalTek RBT-1000 Bluetooth GPS
yogzlog.blogspot.com
Print
Pages: [
1
]
← previous
next →
OESF Portables Forum
»
Everything Else
»
Archived Forums
»
Distros, Development, and Model Specific Forums
»
Zaurus - Everything Development
»
OpenZaurus/Opie/Qtopia
»
Native Development