Re: [Mspgcc-users] Question about start-up

2006-01-05 Thread Chris Liechti
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

Re: [Mspgcc-users] Question about start-up

2006-01-05 Thread Peter Jansen
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

[Mspgcc-users] Question about start-up

2006-01-05 Thread Christopher E Piggott
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