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
-
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
-
'ipkg update && ipkg install gcc gcc-symlinks'
-
'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
-
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?
-
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.