Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
I get this error when writing the code for SPI
**** Build of configuration Debug for project CAN ****
"D:\\ti\\ccs\\utils\\bin\\gmake" -k -j 16 all -O
Building file: "../SPI.c"
Invoking: C2000 Compiler
"D:/ti/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="D:/Users/joshu/workspace_v12/CAN" --include_path="D:/ti/C2000Ware_4_03_00_00/device_support/f2837xd/common/include" --include_path="D:/ti/C2000Ware_4_03_00_00/driverlib/f2837xd/driverlib/inc" --include_path="D:/ti/C2000Ware_4_03_00_00/device_support/f2837xd/headers/include" --include_path="D:/ti/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --advice:performance=all --define=CPU1 --define=_DUAL_HEADERS -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="SPI.d_raw" "../SPI.c"
>> Compilation failure
subdir_rules.mk:51: recipe for target 'SPI.obj' failed
"D:\ti\C2000Ware_4_03_00_00\device_support\f2837xd\common\include\driverlib.h", line 44: fatal error #1965: cannot open source file "inc/hw_memmap.h"
1 catastrophic error detected in the compilation of "../SPI.c".
Compilation terminated.
gmake: *** [SPI.obj] Error 1
gmake: Target 'all' not remade because of errors.