I am working on TMS320F28069(CCS: 6.1.1, compiler: 6.1.10), trying to make the project portable. The files are linked to the project (relative to PROJECT_LOC).
When the project is built from different project paths, the binaries change. when tried to analyse the obj file, I saw that the absolute project path is a part of obj & since this changes, the binaries also change.
I tried to copy the files to the project & build it. Now the CLA code does not fit -memory overflowing (no change in the file. CLA had plenty of memory before this change - 180).
only change to the build will be the relative path to the includes than the previous absolute path.
1. why is the project absolute path & not the relative path included in the obj? Is there some setting which I missed?
2. why does the CLA code overflow if I just change how the files are linked to project? how can I resolve this?