Tool/software: Code Composer Studio
Hi
I am trying to update my PDK liberary form 1.0.5 to 1.0.9. I download the latest SDK. My code comples fine with PDK_1_0_5, but it occurs the following error with PDK_1_0_9. Does anyone have idea on this?
akefile:165: recipe for target 'ICB_FW_LP.out' failed
C:\ti\pdk_am57xx_1_0_9\packages\ti\drv\mmcsd\lib\am572x\a15\release\ti.drv.mmcsd.aa15fg(MMCSD_v1.oa15fg): In function `MMCSD_v1_open':
C:\ti\PDK_AM~1\packages\ti\drv\mmcsd/src/v1/MMCSD_v1.c:736: undefined reference to `MuxIntcP_create'
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [ICB_FW_LP.out] Error 1
gmake: *** [all] Error 2
makefile:161: recipe for target 'all' failed