Other Parts Discussed in Thread: C2000WARE, CCSTUDIO
Tool/software: Code Composer Studio
The new SDK v2.0.0.2 example: 28035_IQsampleC
fails with the following error:
**** Build of configuration Debug for project 28035_IQsampleC **** "C:\\ti\\ccs901\\ccs\\utils\\bin\\gmake" -k all Building file: "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/C/source/CodeStartBranch.asm" Invoking: C2000 Compiler "C:/ti/CGT/ti-cgt-c2000_6.0.1/bin/cl2000" -v28 -ml -mt --cla_support=cla0 -O3 -g --optimize_with_debug --include_path="C:/ti/CGT/ti-cgt-c2000_6.0.1/include" --include_path="C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/include" --define="_DEBUG" --define="LARGE_MODEL" --quiet --diag_warning=225 -k --asm_listing --output_all_syms --preproc_with_compile --preproc_dependency="CodeStartBranch.d_raw" "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/C/source/CodeStartBranch.asm" Finished building: "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/C/source/CodeStartBranch.asm" Building file: "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/C/source/IQsampleSmall.c" Invoking: C2000 Compiler "C:/ti/CGT/ti-cgt-c2000_6.0.1/bin/cl2000" -v28 -ml -mt --cla_support=cla0 -O3 -g --optimize_with_debug --include_path="C:/ti/CGT/ti-cgt-c2000_6.0.1/include" --include_path="C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/include" --define="_DEBUG" --define="LARGE_MODEL" --quiet --diag_warning=225 -k --asm_listing --output_all_syms --preproc_with_compile --preproc_dependency="IQsampleSmall.d_raw" "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/C/source/IQsampleSmall.c" Finished building: "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/C/source/IQsampleSmall.c" Building target: "28035_IQsampleC.out" Invoking: C2000 Linker "C:/ti/CGT/ti-cgt-c2000_6.0.1/bin/cl2000" -v28 -ml -mt --cla_support=cla0 -O3 -g --optimize_with_debug --define="_DEBUG" --define="LARGE_MODEL" --quiet --diag_warning=225 -k --asm_listing --output_all_syms -z -m"28035_IQsampleC.map" --stack_size=0x300 --heap_size=2000 --warn_sections -i"C:/ti/CGT/ti-cgt-c2000_6.0.1/lib" -i"C:/ti/CGT/ti-cgt-c2000_6.0.1/include" -i"C:/ti_SDK/C2000Ware/v2_00_00_02/CCS901/28035_IQsampleC" -i"C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/lib" --reread_libs --xml_link_info="28035_IQsampleC_linkInfo.xml" --entry_point=code_start --rom_model -o "28035_IQsampleC.out" "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/bootROM_symbols/2803x_IQmath_BootROMSymbols.lib" "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/lib/IQmath.lib" "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/cmd/28035_IQmath_lnk.cmd" "./CodeStartBranch.obj" "./IQsampleSmall.obj" -lrts2800_ml.lib >> Compilation failure makefile:137: recipe for target '28035_IQsampleC.out' failed "C:\\Users\\Tomasz\\AppData\\Local\\Temp\\322843", line 16: warning: cannot resolve archive C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/lib/ IQmath.lib to a compatible library, as no input files have been encountered "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/cmd/28035_IQmath_lnk.cmd", line 72: warning: no matching section "C:/ti/C2000Ware/C2000Ware_2_00_00_02_Software/libraries/math/IQmath/c28/examples/cmd/28035_IQmath_lnk.cmd", line 76: warning: no matching section undefined first referenced symbol in file --------- ---------------- __IQ24asin ./IQsampleSmall.obj __IQ24atan2PU ./IQsampleSmall.obj __IQ24exp ./IQsampleSmall.obj __IQ24log ./IQsampleSmall.obj __IQ24mpyI32int ./IQsampleSmall.obj error: unresolved symbols remain warning: entry-point symbol other than "_c_int00" specified: "code_start" error: errors encountered during linking; "28035_IQsampleC.out" not built gmake: *** [28035_IQsampleC.out] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****