This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

error #20: identifier "ddr_heap" is undefined

Other Parts Discussed in Thread: SYSBIOS

移植C6678的demo图像处理例程在EVMK2H上。在micp_process.h中44行#define DDR_HEAP (HeapMem_Handle_to_xdc_runtime_IHeap(ddr_heap))中的ddr_heap找不到定义。而在C6678的原历程中也是在生成的Debug——configPkg——package——cfg中的image_processing_openmp_evmc6678l_pe66.c中的36008行

const ti_sysbios_heaps_HeapMem_Handle ddr_heap = (ti_sysbios_heaps_HeapMem_Handle)((ti_sysbios_heaps_HeapMem_Handle)&ti_sysbios_heaps_HeapMem_Object__table__V[0]);

求点播