codeblock link crt0.s by default.
If I want change start code(crt0.s),how to change option in this codeblocks?
thx :P
Hi mmkider,
if you do not want to link the startup code crt0.s by default then you will have to pass the linker options -nocrt0 and the the compiler option -nostartfiles.
Bye,
Mario
thx
I key -nostartfiles in other linker option,it's ok.
:D