crt0 and crt1 -- What's the difference?
Posted
by Earlz
on Stack Overflow
See other posts from Stack Overflow
or by Earlz
Published on 2010-04-25T21:13:27Z
Indexed on
2010/04/25
22:33 UTC
Read the original article
Hit count: 247
Hello, recently I've been trying to debug some low level work and I could not find the crt0.S for the compiler(avr-gcc) but I did find a crt1.S
What is the difference between these two files? Is crt1 something completely different or what?
© Stack Overflow or respective owner