Part Number: AM5728
Tool/software: Code Composer Studio
Hi
I followed SPRU523 and added NDK core stack to my own project. In the properties of the project, i select all the products and added the library ti.osal.aa15fg and its path'${TI_PDK_INSTALL_DIR}/packages/ti/osal/lib/tirtos/am572x/a15/release', some errors occurs in building the project:
ERRORS:
makefile:150: recipe for target 'cr_rtos_a15_test.out' failed
C:\ti\pdk_am57xx_1_0_11\packages\ti\drv\emac\lib\am572x\a15\release\ti.drv.emac.aa15fg(emac_drv_v4.oa15fg): In function `EMAC_setupCpswInitConfig':
/oe/bld/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/emac-lld-rtos/01.00.03.11-r0/build/ti/drv/emac/src/v4/emac_drv_v4.c:543: undefined reference to `Osal_malloc'
/oe/bld/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/emac-lld-rtos/01.00.03.11-r0/build/ti/drv/emac/src/v4/emac_drv_v4.c:549: undefined reference to `Osal_malloc'
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [cr_rtos_a15_test.out] Error 1
gmake: *** [all] Error 2
makefile:146: recipe for target 'all' failed
**** Build Finished ****
I also compare my project with the exampleProject ‘NIMU_BasicExample_evmAM572x_armExampleproject’. but i haven't seen any differences.Could you tell me which library does the Osal_malloc belongs to?