mikehitekp wrote on Friday, May 20, 2011:
I have used freeRTOS from around v4, for Atmel ARM7 and IAR. I have now moved, and have to use Keil, and Cortex M3 (NXP LPC1788 ultimately), but am playing with v7 and timers.
I am having problems compiling the above Keil demo, firstly because Fujitsu_source/core_cmFunc.h nad core_cmInstr.h are not included, and (when found and added possibly in the wrong place!) the Full build ends up saying:
linking…
.\output\RTOSDemo_Keil.axf: Error: L6406W: No space in execution regions with .ANY selector matching Section .bss(heap_2.o).
.\output\RTOSDemo_Keil.axf: Error: L6407W: Sections of aggregate size 0xf000 bytes could not fit into .ANY selector(s).
.\output\RTOSDemo_Keil.axf: Not enough information to list image symbols.
.\output\RTOSDemo_Keil.axf: Not enough information to list the image map.
.\output\RTOSDemo_Keil.axf: Finished: 2 information, 0 warning and 2 error messages.
Target not created
The other targets build OK!
Any thoughts about this please. I don’t (yet) understand the Keil tools.
Regards Mike