Peter Mueller <peter.o.muel...@gmx.de> writes: > /cygdrive/c/mspgcc/lib/gcc-lib/msp430/3.2.3/../../../../msp430/lib/msp2/libc.a(m > alloc.o)(.text+0x1e): In function `malloc': > /cygdrive/c/mspgcc-source/msp430/msp430-libc/src/stdlib/malloc.c:21: > internal er > ror: unsupported relocation error
Sorry, I've never used malloc on MSP430, and I guess most others don't use it either. It isn't very useful when you only have 2 kilobytes of RAM (or less) to play with. Can't you change your code to use statically allocated memory instead? Regards, --Daniel