Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
When i build my programme this erreur appear can you help me to resolve this
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.
abdelkader ZAABOUBI said:"../easylink/EasyLink.c", line 309: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 445: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 502: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 589: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 687: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 750: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 815: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 931: error #20: identifier "RF_EventCmdError" is undefined
"../easylink/EasyLink.c", line 961: error #20: identifier "RF_EventCmdError" is undefined
This is a common error message. See the below link for more explanation:
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/568592
Hence, you need to include the header file that defines RF_EventCmdError.
Thanks
ki
abdelkader ZAABOUBI said:please can you show me how to includ RF_EventCmdError and where i can change it,
Do you know which header file it is defined? If so, you need to include the header file to the source file using it. If you don't know which header file and you are using one of TI's examples from the SDK, the experts in the device forum would know best.