Linker Gurus,
I'm seeing some strange behavior with C28 CGT v6.1.0. I have two nearly identical projects both using the same tool chains and options. One builds fine without warnings while the other throws warning about a missing build attribute. As you can see below everything (including the library its complaining about) appear to be the same. Any ideas what could cause this?
Thanks,
Trey
Good Project:
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000"
-v28
-ml
-g
--define="_DEBUG"
--define="LARGE_MODEL"
--define="FLASH"
--diag_warning=225
-z
--stack_size=0x380
-m"LED-ColorMix.map"
--warn_sections
-i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib"
-i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include"
-i"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_examples/LED_Boost_PC"
--reread_libs
--rom_model
-o "LED-ColorMix.out"
"./SciCommsGui.obj"
"./PWM_DualUpDwnCnt_Cnf.obj"
"./PWM_1ch_UpDwnCnt_Cnf.obj"
"./PWMDRV_DualUpDwnCnt.obj"
"./PWMDRV_1ch_UpDwnCnt.obj"
"./LED_Boost_PC_Main.obj"
"./LED_Boost_PC_ISR.obj"
"./LED_Boost_PC_DevInit_F2802x.obj"
"./CNTL_2P2Z.obj"
"./ADC_SOC_Cnf.obj"
"./ADCDRV_1ch.obj"
"../F28027_FLASH_LED-ColorMix.cmd"
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_headers/cmd/F2802x_Headers_nonBIOS.cmd"
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_common/lib/IQmath.lib"
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_common/lib/driverlib.lib"
<Linking>
'Finished building target: LED-ColorMix.out'
Bad Project:
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000"
-v28
-ml
-g
--define="_DEBUG"
--define="LARGE_MODEL"
--define="FLASH"
--diag_warning=225
-z
--stack_size=0x380
-m"LED-ColorMix.map"
--warn_sections
-i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib"
-i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include"
-i"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_examples/LED_Boost_CapTouch"
--reread_libs
--rom_model
-o "LED-ColorMix.out"
"./SciCommsGuiCapTouchInt.obj"
"./PWM_DualUpDwnCnt_Cnf.obj"
"./PWM_1ch_UpDwnCnt_Cnf.obj"
"./PWMDRV_DualUpDwnCnt.obj"
"./PWMDRV_1ch_UpDwnCnt.obj"
"./LED_Boost_CapTouch_Main.obj"
"./LED_Boost_CapTouch_ISR.obj"
"./LED_Boost_CapTouch_DevInit_F2802x.obj"
"./CNTL_2P2Z.obj"
"./ADC_SOC_Cnf.obj"
"./ADCDRV_1ch.obj"
"../F28027_FLASH_LED-ColorMix.cmd"
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_headers/cmd/F2802x_Headers_nonBIOS.cmd"
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_common/lib/IQmath.lib"
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_common/lib/driverlib.lib"
<Linking>
warning: build attribute vendor section TI missing in
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_commo
n/lib/IQmath.lib<IQ15div.obj>": compatibility cannot be determined
warning: build attribute vendor section TI missing in
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_commo
n/lib/IQmath.lib<IQ15frac.obj>": compatibility cannot be determined
warning: build attribute vendor section TI missing in
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_commo
n/lib/IQmath.lib<IQ15int.obj>": compatibility cannot be determined
warning: build attribute vendor section TI missing in
"C:/controlsuite_gitorious_dev/development_kits/C2000_LaunchPad/f2802x_commo
n/lib/IQmath.lib<IQmathTables.obj>": compatibility cannot be determined
'Finished building target: LED-ColorMix.out'