Hi,
I am using the lib files in "pspdrivers_02_10_01\packages\ti\psp\platforms\evmOMAPL138\lib" for my project.
(CCS4, SYS/BIOS 6_21_03_21, CGT 6.1.20, pspdrivers 02_10_01, xdc 3_16_03_36)
I made some changes in soc_OMAPL138.h in cslr of psp drivers "pspdrivers_02_10_01\packages\ti\psp\cslr".
I compiled uing "xdc clean -PR ." and "xdc -PR ." in "pspdrivers_02_10_01\" but getting following errors.
======== .libraries [./packages/ti/psp/blkmedia] ========
cl674 src/blkmedia.c ...
"src/blkmedia.c", line 78: fatal error: could not open source file "ti/rtfs/ebs/include/rtfs.h"
1 fatal error detected in the compilation of "src/blkmedia.c".
Compilation terminated.
>> Compilation failure
gmake[1]: *** [package/lib/lib/DA830/Debug/ti.psp.blkmedia.filesystem/src/blkmedia.o674] Error 1
xdctools_3_16_03_36\gmake.exe: *** [packages/ti/psp/blkmedia,.libraries] Error 2
What is the procedure to compile platforms\evmOMAPL138\lib files if there are any changes in cslr folder.
thanks, Durga