On Mon, 2005-07-11 at 09:25 -0400, Antônio Gomes wrote: > Technicly talking, you must to have two 'targets' configured in your > scratchbox sandbox: > > ** a desktop target for devel - including host-gcc (and also externals > vnc client and server running as well) > ** an arm target to perform cross-compilation of your apps.
host-gcc is only meant for building additional "host tools" for Scratchbox (tools that are installed under /scratchbox or /host_usr). You should use an i686-* or i386-* toolchain for a normal x86 development target. Using host-gcc for development might work under normal circumstances, but it results in broken rootstraps etc. We're planning on disabling (or not shipping) the host-gcc by default in a future Scratchbox release because it has caused so much confusion. timo _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
