Larry Barello wrote: > Anyone know how I can tell GCC linker to skip the C runtime (e.g. crtm128.o) > so I can roll my own specialized version? I think if you compile all the .c files with gcc -c then run the linker separately, the crt file is left out by default. Another way might be to use the -mno-crt0 option to gcc.
Message
Re: [AVR-Chat] RE: GCC C runtime help
2005-05-18 by Russell Shaw