Hello,
I use CC v3.3 to build my project (I do not use the makefile). The following is an excerpt from my build log. I am wondering how to change the link file, debug.lkf. I could not see anything in the spru187n.pdf doc. I'm sure this is easy, but can anyone help? What I am trying to do is make two different builds with the same source files withotu having to clean the previous build. Thanks!!
[ufpga.cpp] "C:\Program Files\Texas Instruments\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -k -rtti -as -ox -ol1 -o3 -fr"./debug33rom" -fs"./debug33rom" -ft"./debug33rom" -d"_DEBUG" -d"AE_SOL" -d"PWM_DAC" -mo -ml3 -mr1 -mv6710 -@"../../../Debug.lkf" "ufpga.cpp"
[vectors.asm] "C:\Program Files\Texas Instruments\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -k -rtti -as -ox -ol1 -fr"./debug33rom" -fs"./debug33rom" -ft"./debug33rom" -d"_DEBUG" -d"AE_SOL" -d"PWM_DAC" -mo -ml3 -mr1 -mv6710 -@"../../../Debug.lkf" "vectors.asm"
[version.cpp] "C:\Program Files\Texas Instruments\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -k -rtti -as -ox -ol1 -fr"./debug33rom" -fs"./debug33rom" -ft"./debug33rom" -d"_DEBUG" -d"AE_SOL" -d"PWM_DAC" -mo -ml3 -mr1 -mv6710 -@"../../../Debug.lkf" "version.cpp"
"version.cpp", line 13: warning: variable "MakeThisFileCompile" was declared but never referenced
[Linking...] "C:\Program Files\Texas Instruments\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
Build Complete,
0 Errors, 1 Warnings, 0 Remarks.