Hi, I am a newbie to programming and I am encountering the following error while working with keil for programming ADuCM360 : Include "C:\\ADuCMxxxV1.3\\code\\ADuCM360\\examples\\project\\sensor.ini"
#include <stdio.h> ^ *** error 10: Syntax error
I had included the .ini file under target options-> debug after encountering the problem of access violation. Can anyone please help me understand why this is happening so.
Thanks a million !
You sure you should make such an include in an ini file?
Note that the ini files are used by the debugger/simulator. And while they support a simulator language that looks very much like C, the language is not C.