OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: speculatrix on May 14, 2007, 03:44:55 pm

Title: Compiling On Z - What Package For Includes
Post by: speculatrix on May 14, 2007, 03:44:55 pm
I have a v small program I want to compile on the zaurus itself, I have installed  gcc & gcc-symlinks  packages but still missing the include files.

I've tried various searches such as "ipkg list | grep -i include" to no luck

any one happen to know? I don't want to have to keep hoping to stumble on it; tried searching the forums but nothing obvious.

thanks!
Title: Compiling On Z - What Package For Includes
Post by: YoG on May 15, 2007, 01:24:20 am
I managed to configure native compilation by installing: gcc, gcc-symlinks, binutils, libc6-dev and make.
Then I was able to compile console applications natively.

You may want to search the forums for native compilation.

YoG.
Title: Compiling On Z - What Package For Includes
Post by: speculatrix on May 15, 2007, 07:08:34 pm
"native compilation", that's the magic keywords I couldn't think of!

thanks very much for that.
Title: Compiling On Z - What Package For Includes
Post by: Hrw on May 16, 2007, 06:58:37 am
ipkg install task-native-sdk?