On 14 aug 2006, at 17:44, Peter Vreman wrote: > And you need GNU (cross)binutils for the > target platform Or you can compile to assembler code, copy all assembler files and the linker script to the target machine and assemble/link there (which is what I always do). Jonas