Having gotten past the compiling phase in my effort to port the TI
Sports Watch code to mspgcc, I'm moving on to the linking phase.
I'm getting the following error:
c:\users\paul\documents\programming\texas_instruments\ez430\mspgcc4\bin\..\lib\gcc\msp430\4.4.3\..\..\..\..\bin\msp430-ld.exe:
build/chronos.430 section `.text' will not fit in region `text'
c:\users\paul\documents\programming\texas_instruments\ez430\mspgcc4\bin\..\lib\gcc\msp430\4.4.3\..\..\..\..\bin\msp430-ld.exe:
section .vectors loaded at [0000ff80,0000ffff] overlaps section .text
loaded at [00008000,00012bbd]
c:\users\paul\documents\programming\texas_instruments\ez430\mspgcc4\bin\..\lib\gcc\msp430\4.4.3\..\..\..\..\bin\msp430-ld.exe:
region `text' overflowed by 11324 bytes
I don't really know where to start. The mspgcc docs are no help. I know that
both IAR and CCS use a linker command file, but I don't know how to implement
such in mspgcc.
Anypointers are appreciated.
Thanks,
Paul