Hi
I am building a portable project using CCS5.03. The project files are stored in Subversion. Another developer sees the following build error:
Error: Can't find import file: 'C:/SVNProj/MyProj/trunk/Source/PingTest/.config/xconfig_cpsw_example/config.bld'
(not found along 'D:\MyProj\tags\MyTag\.config\xconfig_cpsw_example/; <snip>) config.bld /PingTest/.config/xconfig_cpsw_example line 3 C/C++ Problem
I am wondering whether I was correct in putting config.bld under version control as it appears to be auto-generated. However, another developer, who has a similar environment to mine, did need it.
Should I store config.bld under version control?
If not, how does another developer generate it?
David