I got an error as below:
Error[e183]: Static overlay map generation (-xo) is not supported for the MSP430 processor.
and found a solution
--> In IAR EW430, go to Project -> Options -> Category: Linker -> Tab: List. Uncheck the Static Overlay Map checkbox.
I unchecked the Static Overlay Map checkbox and rebuild all.
But it popped out a nre error:
--> Fatal Error[e163]: The command line symbol "_HEAP_SIZE" in xxx.xcl
-Z(DATA)DATA16_I,DATA16_Z,DATA16_N,HEAP+_HEAP_SIZE=0200-0A00 is not defined.
Can anyone help me??