During modifying code the following errors occured: linking... Error: L6406W: No space in execution regions with .ANY selector matching Sector .bss(globals.o).
Error: L6407W: Sections of aggaregate size 0x258c bytes could not fit into .ANY selector(s).
I'm using a LPC2366
Thanks for any help Peter
Try increasing your ram size, or reducing the number of global variables you have declared in globals.o.
I didn't expect this, but it helps! Thanks.