-ma20 -msr20 is an incoherent combination of flags: you are asking for
20-bit object sizes and 20-bit support in interrupts in an application that
uses 16-bit code and data pointers.
Use the -mmemory-model option to select a supported combination (medium is
recommended), and don't use attributes o
Hello,
I'm trying compile my firmware using msp430-gcc using 20 bits. I can very
well compile using source directives (__attribute__((__a20__))) But if I
try compile using -ma20 and -msr20 options it doesn't work and then this
error appears:
/usr/local/msp430/bin/msp430-gcc ./LCDL.o ./TLC5941.o