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.

Q:Add pre-define symbol ,but "NO CHIP DEFINED"

Other Parts Discussed in Thread: CCSTUDIO

This is error log:

"F:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h", line 267: fatal error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)

This is my project file:
"["Compiler" Settings: "Debug"]
Options=-g -fr"$(Proj_dir)\Debug" -i"D:\project\code\dsp\ti\ndk_test\inc" -d"CHIP_C6455" -d"_INCLUDE_NIMU_CODE" -d"_INCLUDE_IPv6_CODE" -d"_NDK_EXTERN_CONFIG" -mv6400
"
In my opinion,"-d"_INCLUDE_NIMU_CODE" -d"_INCLUDE_IPv6_CODE" -d"_NDK_EXTERN_CONFIG ".can be found in my project file,it meansI had add chip define in pre-define symbol .
In my "csl_chiphal.h",i did not find c6455 define.
Thanks for your favor.