请问一下,利用如下代码在cfg文件分配BIOS.heapSize时候,会跳出一条警告,然后我用的malloc函数也算不能使用的,执行程序就会跳入exit.c不知道什么原因
/*
* The BIOS module will create the default heap for the system.
* Specify the size of this default heap.
*/
BIOS.heapSize =0x00100000;
BIOS.heapSection = "systemHeap";
产生的warning如下:
Description Resource Path Location Type
#10247-D null: creating output section "systemHeap" without a SECTIONS specification 716_algorithm C/C++ Problem