Tool/software:
Hi all,
Simple question. Does Code Composer Studio (v12.8) have some sort of subfolder limit?
I have a source file named ApplicationImageVerify.c. This, normally, resides in Source/Bootloading/ApplicationImageVerify/
However, this results in a compile error. See following (ignore folder names)
gmake: *** No rule to make target '../Source/subfolder1/subfolder2/subfolder3/ApplicationImageVerify.c', needed by 'Source/subfolder1/subfolder2/subfolder3/ApplicationImageVerify.obj'.
gmake: Target 'all' not remade because of errors.
However, when i move the file to the root of Source/Bootloading, the program compiles just fine!
Note, while testing, the header does not change location.
I've added a subfolder in Source/Subfolder1/Subfolder2/Subfolder3
When i add the file to Subfolder1, there is no issue.
When i add the file to Subfolder2, there is no issue.
When i add the file to Subfolder3, the issue arises. This continues for all additionally added subfolders.
Why is this???


