-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio IDE
-
CCSIDE-3808
-
CCS_10.0.0
-
Generic
-
Go to Project Properties->Build->Compiler->Advanced Options->Directory Specifier, set Mode to "assisted manual" and then specify the --obj_directory where you would like to place the object files.
-
Project fails to build when source file is a linked resource to a file inside a sub-directory.
For example when the main project directory contains linked resource main.c whose resolved location is /source/main.c (where source is a sub-directory in the main project directory). The build fails to create the "source" sub-directory to place the main.obj into.