Hello again,
By default CCS4.1 keeps source files and output files within the Eclipse workspace directory structure. Because of our need to keep the source in subversion, swap between different machines of team members and run builds on a build server it is necessary to keep our files outside of the Eclipse workspace. I now have a CCS4 project that references the source files by means of links to the actual file locations and this works fine except for the following two problems.
1. Because of special memory layout needs we have a custom linker file. This is specified at project creation time or may be specified via the Properties->CCS Build->General tab dialog. However, when a file is selected via the browse button it is copied from the source location to the Eclipse workspace from where it is used.
My question is how can I get the project to use a link top the linker file rather than the copy in the workspace?
2. There is a similar problem with the linker output. While the output file name and extentions may be set in the project properties dialogs the .out and .map files are always placed in the Eclipse workspace. Again for similar reason above we need then to be in our external directory structure where the source is.
How can I direct the output files away from the eclipse workspace directory structure?
Hope you can help,
Regards,
John