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.
When I try to compile our code in CCS v6.1.1.00022, I get the above error and the compilation fails. I have talked with our developers and they are not seeing the error on their side. This occurs when I try to build a Project.
Any help?
I need a more complete view of what occurred. Please save off the Console (not Problems view) build log and attach it to your next post. Please see this forum post for the details.
Thanks and regards,
-George
Build of configuration Debug for project Svcm1.docxThanks for the response George!!
I am attaching the build log from the Console that you wanted to look at. Let me know what you see!! Also, let me know that you got the file ok.
Thank You so much for your assistance!!
Walter
Further investigation shows these 6 incompatible declarations.
"../src/CanOpen/CO_Application.c", line 887: error #148: declaration is incompatible with "void NMS_Event(unsigned char, unsigned short)" (declared at line 341 of "C:/Users/wa025063/SD20/VCM_SUPERVISOR_APP/apps/Vcm/CanStackSrc/Include/NMS.h") "../src/CanOpen/CO_Application.c", line 1033: error #148: declaration is incompatible with "void GOE_ErrorEvent(unsigned short, GOE_t_ERR_INFO)" (declared at line 100 of "C:/Users/wa025063/SD20/VCM_SUPERVISOR_APP/apps/Vcm/CanStackSrc/CRT/GOE.h") "../src/CanOpen/CO_Application.c", line 1097: error #148: declaration is incompatible with "void USR_NMS_Event(unsigned char, CRT_t_CMDS **, unsigned char *, CRT_t_CMD_RESP **, unsigned short)" (declared at line 300 of "C:/Users/wa025063/SD20/VCM_SUPERVISOR_APP/apps/Vcm/CanStackSrc/Include/APP.h") "../src/CanOpen/CO_Application.c", line 1374: error #148: declaration is incompatible with "void PDO_Timeout_RxPDO(unsigned char, unsigned short)" (declared at line 636 of "C:/Users/wa025063/SD20/VCM_SUPERVISOR_APP/apps/Vcm/CanStackSrc/Include/PDO.h") "../src/CanOpen/OBD_com.c", line 845: error #148: declaration is incompatible with "const uint16_t IXX_ab_PDO_k_RXPDODIR_SIZE[2]" (declared at line 91 of "..\src\CanOpen\OBD_com.h") "../src/CanOpen/OBD_com.c", line 948: error #148: declaration is incompatible with "const uint16_t IXX_ab_PDO_k_TXPDODIR_SIZE[2]" (declared at line 95 of "..\src\CanOpen\OBD_com.h")
Please take a close look at the source lines indicated. I am confident these errors are present as described.
Thanks and regards,
-George