This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Object file directory issue



Hi, 

I met one issue that the object files for "Debug" and "Release" always affect each other.

As you know that we can specify the object file directory in CCS4 configuration by option "--obj_directory -fr", so I did following two tests:

First try:

Specified same directory for both Debug and Release

Build the two versions, but the later one would not call the compiler but use the previous-generated  object files directly.

Second try:

Specify different directories for Debug and Release

Failed to link for it found symbols redefined in two object files, it means the linker would search both the two object file directories.

So how can I fix this issue? Is anywhere to tell the linker the right object file path for each configuration?

Thanks very much by advance!