OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: tfischer on August 04, 2006, 10:54:21 am

Title: Gcc On Zaurus C3200
Post by: tfischer on August 04, 2006, 10:54:21 am
Hello,

I am new to Zaurus and just got mine C3200. I wonder if there is version of gcc that can be installed on the C3200 and it has the Objective-C libraries included. I would like to practice ObjectiveC on my Zaurus
Basically I need to compile and link Objective C objects just like on PC Linux or Unix.

gcc main.m -o prog1 -l objc

Any help will be greatly appreciated
Thank you
Tomas
Title: Gcc On Zaurus C3200
Post by: koen on August 04, 2006, 10:56:34 am
'ipkg update && ipkg install gcc gcc-symlinks'
Title: Gcc On Zaurus C3200
Post by: tfischer on August 04, 2006, 06:59:57 pm
Quote
'ipkg update && ipkg install gcc gcc-symlinks'
[div align=\"right\"][a href=\"index.php?act=findpost&pid=137450\"][{POST_SNAPBACK}][/a][/div]

Thanks for reply. When I enter that command I get "Cannot find package gcc in /usr/lib/ipkg/lists. Check the spelling and maybe run 'ipkg update'.

I checked the spelling and ran ipkg update but same result. What am I doing wrong?

Thank you very much for your help.
Tomas
Title: Gcc On Zaurus C3200
Post by: samot on August 30, 2006, 06:38:54 pm
I got it installed but where are al the includes? I don't have stdio.h. Did I do something wrong? Do I have to install other packages?
Title: Gcc On Zaurus C3200
Post by: YoG on August 31, 2006, 05:42:51 am
Quote
I got it installed but where are al the includes? I don't have stdio.h. Did I do something wrong? Do I have to install other packages?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140249\"][{POST_SNAPBACK}][/a][/div]

ipkg install libc6-dev

YoG.