Christopher E Piggott schrieb:
In mspgcc, where does the rest of the code that makes up the startup
function come from (where is the source)? The mspgcc FAQ says:
The standard library includes a start-up module that
prepares the environment for applications written in C.
But th
Hi Chris,
>...snip
The code is in gcc/config/msp430/libgcc.S
I was thinking, alternatively, that perhaps if I write a function and
force the linker to place it at .init1 that might give me a convenient
way to still use the default startup code, but link in my own hardware
initialization. Is t
In mspgcc, where does the rest of the code that makes up the startup
function come from (where is the source)? The mspgcc FAQ says:
The standard library includes a start-up module that
prepares the environment for applications written in C.
But the only source file I can find in