What are the files documentscfg* and how do I control them? (specifically, documents.cdb, documentscfg.cmd, documentscfg.h, documentscfg.h28, documentscfg.s28, documentscfg_c.c)
When I compile my project, it creates these files in C:\ , not in the project directory. It also puts documentscfg.obj and documentscfg_c.obj in the proper project\debug directory, but sticks this other stuff in C:\ Additionally, it cannot link because hundreds of symbols are multiply defined - both in documentscfg.obj, and in the file where they are actually defined.
What is this stuff, how do I control it, and why is it doubling defined functions?
This is in Version 3.3.82.13 but I'm told the project (which I got from someone else) was written in that version, so it *should* work.
Oops, processor is a TMS320F2812
Lost,
David