Hi, after inlining some functions with extern inline the compiler complains with such an error:
/tmp/cc6pr2zi.s:25749: Error: operand out of range: -513 And without this i do get other errors: msp430-gcc -Wl,-s,-O,--verbose -mmcu=msp430x149 -Os -o aout.elf ergo2001.o assem.o ram_load.o ergo2001.o: In function `Com_Shell': ergo2001.o(.text+0xb5d2): internal error: unsupported relocation error ergo2001.o(.text+0xb5d8): internal error: unsupported relocation error ergo2001.o(.text+0xb5f2): internal error: unsupported relocation error ergo2001.o(.text+0xbad0): internal error: unsupported relocation error msp430-objcopy -O ihex aout.elf aout.elf.a43 msp430-objdump -DS aout.elf >aout.elf.lst msp430-objdump: aout.elf: no symbols Any ideas?
