Re: Hello World and 405GP with my gcc cross compiling.
From: Peter Ryser <hidden> Date: 2001-01-19 01:49:54
Try the following:
${prefix}/bin/${target}-gcc -g -c hello.c
${prefix}/bin/${target}-ld -o hello ${prefix}/${target}/lib/crt0.o hello.o -lc
-lg
- Peter
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/