nobody wrote on Thursday, January 11, 2007:
When you link in malloc the linker will attempt to find the data segment called HEAP (or some other similar name). This section will be needed within the linker script. I should take a look at the IAR manual for the malloc function, or heap description.
Dave.