Hi,
I am having problems trying to build a CCS project that I have been given by a partner company. They have no problems building the code, however when I attempt to build the code, completely unaltered, I get the following errors (that the partner company does not get when comparing log files). I wish to be able to build the code on my own PC with the intent of eventually taking updating the code in-house.
(We are both using XDS510PP JTAG Emulators, CCS 3.1 and Windows XP.)
Error, Don't know how to build file "C:\CCStudio_v3.1\MyProjects\ae2 08-11-12\ae2\ae2cfg.tcf"
"init.c", line 1179: error: argument of type "va_list" is incompatible with parameter of type "char *"
1 error detected in the compilation of "init.c".
"main_ae2.c", line 15: fatal error: could not open source file "ae2cfg.h"
1 fatal error detected in the compilation of "main_ae2.c".
Compilation terminated.
As far as I understand, it looks like "ae2cfg.tcf" is at least causing some of my problems. It is the only of my project files that is in the "Documents" folder, which is not what I would expect. (Please see attached screenshot). Is this relevant to the problem at hand? If not are there any other suggestions as to things I may have missed?
Any help with this matter would be greatly appreciated.