I have a project on codecomposer studio named "test". I have two other projects on CCS named say "x" and "y". To test my test cases i need to include and link the resources of project "x" and project "y" into project "test". I have done that by adding the entries for the project "x" and "y" to the linked resources field in file ".project" of "test" project. But as both the projects "x" and project "y" has their own main functions, i am getting multiple declaration error for main function when i tried to compile the "test" project. I am able to link my other functions from both project "x" and "y" successfuly, but as i cannot rename my main function in any of the project, it is creating the problem. Is there any way to solve this?
Thanks in advance.