Forum: Compiler & IDEs mspgcc: Kann nur bis 1 k linken ?


von Werner (Gast)


Lesenswert?

Hallo,

mein aktuelles Projekt für einen MSP430F147 hat nun die Größe von 1 k 
überschritten, und nun will der Linker das ganze nicht mehr linken:

Linking: myproj.elf
msp430-gcc  -MMD -MP -MF .dep/myproj.elf.d obj/main.o obj/test.o 
obj/global.o --output myproj.elf
msp430-ld: region data is full (myproj.elf section .data)
msp430-ld: address 0x2a4 of myproj.elf section .bss is not within region 
data
msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section 
.data [0000ffcc -> 0001006d]
C:\Programme\WinAVR\utils\bin\make.exe: *** [opc1430-0001.elf] Error 1


Zum compilieren habe ich folgende Optionen benutzt:

msp430-gcc -c -mmcu=msp430x147 -O2 -Wall -g -DMODULE_ID=0001 -MMD -MP 
-MF .dep/test.o.d test.c -o obj/test.o


Hätte jemand einen Tip für mich was ich falsch gemacht habe ?

MfG

Werner

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.