Re: [Mspgcc-users] Linking problem

2012-10-04 Thread Ian82
You'll want to specify the processor when compiling and linking. msp430-gcc -mmcu=xxx main.o -o main.elf replace xxx with the processor that you are using like msp430f149 Thanks Adam, I guess that

Re: [Mspgcc-users] Linking problem

2012-10-04 Thread Adam Ford
You'll want to specify the processor when compiling and linking. msp430-gcc -mmcu=xxx main.o -o main.elf replace xxx with the processor that you are using like msp430f149 There are linker scripts to tell ld (invoked by gcc) how to link and where the vector table goes, where rom starts, rom sta