News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to change crt0.S to my init code in this codeblocks tool?

Started by mmkider, September 25, 2008, 09:11:06 AM

Previous topic - Next topic

mmkider

codeblock link crt0.s by default.
If I want change start code(crt0.s),how to change option in this codeblocks?


thx :P

mariocup

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

mmkider