Author Topic: Native Development  (Read 6443 times)

YoG

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
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.
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
    • View Profile
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 »
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

YoG

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
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.
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