> gcc -o program program.c That generates an executable doesn't it? Surely you mean...
gcc -s program.c (or on my Archie, cc -s program.c) I suppose no-one has ported GCC to the SAM? :)
> gcc -o program program.c That generates an executable doesn't it? Surely you mean...
gcc -s program.c (or on my Archie, cc -s program.c) I suppose no-one has ported GCC to the SAM? :)