This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TMS320C6678: Add a task

Part Number: TMS320C6678

Tool/software: TI-RTOS

Hi

My tools:
OS: win7
Board: Customized
CCS: V7
XDC: 3.23.4.60
SYS/BIOS: 6.33.6.50
NDK: 2.21.2.43

I set " C:\ti\pdk_C6678_1_1_2_6\packages\ti\drv\exampleProjects\SRIO_TputBenchmarkingTestProject " as my base project.

When I created a task dynamically everything works correctly but  when I created the task static some problems appeared.

I added the task as below:

I added the build report as below:

**** Build of configuration Debug for project SRIO_TputBenchmarkingTestProject ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all 
'Building file: ../Srio_Source/benchmarking.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_23_04_60/xs" --xdcpath="C:/Program Files (x86)/Texas Instruments/edma3_lld_02_11_05_02/packages;C:/ti/ipc_1_24_03_32/packages;C:/ti/bios_6_33_06_50/packages;C:/ti/pdk_C6678_1_1_2_6/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6678 -r debug -c "C:/ti/Compiler" "../Srio_Source/benchmarking.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring benchmarking.xe66 from package/cfg/benchmarking_pe66.cfg ...
cle66 package/cfg/benchmarking_pe66.c ...
'Finished building: ../Srio_Source/benchmarking.cfg'
' '
'Building file: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/cppi/device/cppi_device.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="cppi_device.d" --cmd_file="configPkg/compiler.opt" "C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/cppi/device/cppi_device.c"
'Finished building: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/cppi/device/cppi_device.c'
' '
'Building file: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/src/listlib.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="listlib.d" --cmd_file="configPkg/compiler.opt" "C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/src/listlib.c"
'Finished building: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/src/listlib.c'
' '
'Building file: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/qmss/device/qmss_device.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="qmss_device.d" --cmd_file="configPkg/compiler.opt" "C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/qmss/device/qmss_device.c"
'Finished building: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/qmss/device/qmss_device.c'
' '
'Building file: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/src/srio_drv.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="srio_drv.d" --cmd_file="configPkg/compiler.opt" "C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/src/srio_drv.c"
'Finished building: C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/src/srio_drv.c'
' '
'Building file: ../Srio_Source/benchmarking.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/benchmarking.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/benchmarking.c"
"../Srio_Source/benchmarking.c", line 1063: warning #179-D: variable "cfg" was declared but never referenced
"../Srio_Source/benchmarking.c", line 1064: warning #179-D: variable "hSrioDriver" was declared but never referenced
"../Srio_Source/benchmarking.c", line 1065: warning #179-D: variable "isAllocated" was declared but never referenced
"../Srio_Source/benchmarking.c", line 1216: warning #179-D: variable "taskParams" was declared but never referenced
"../Srio_Source/benchmarking.c", line 840: warning #179-D: function "test_multicore" was declared but never referenced
"../Srio_Source/benchmarking.c", line 1061: warning #179-D: function "multicoreTestTask" was declared but never referenced
'Finished building: ../Srio_Source/benchmarking.c'
' '
'Building file: ../Srio_Source/osal.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/osal.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/osal.c"
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 912: warning #48-D: incompatible redefinition of macro "Hwi_Instance" (declared at line 727 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 913: warning #48-D: incompatible redefinition of macro "Hwi_Handle" (declared at line 728 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 914: warning #48-D: incompatible redefinition of macro "Hwi_Module" (declared at line 729 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 915: warning #48-D: incompatible redefinition of macro "Hwi_Object" (declared at line 730 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 916: warning #48-D: incompatible redefinition of macro "Hwi_Struct" (declared at line 731 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 917: warning #48-D: incompatible redefinition of macro "Hwi_FuncPtr" (declared at line 732 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 918: warning #48-D: incompatible redefinition of macro "Hwi_Irp" (declared at line 733 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 919: warning #48-D: incompatible redefinition of macro "Hwi_HookSet" (declared at line 734 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 920: warning #48-D: incompatible redefinition of macro "Hwi_MaskingOption" (declared at line 735 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 921: warning #48-D: incompatible redefinition of macro "Hwi_StackInfo" (declared at line 736 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 924: warning #48-D: incompatible redefinition of macro "Hwi_Instance_State" (declared at line 737 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 926: warning #48-D: incompatible redefinition of macro "Hwi_MaskingOption_NONE" (declared at line 738 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 927: warning #48-D: incompatible redefinition of macro "Hwi_MaskingOption_ALL" (declared at line 739 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 928: warning #48-D: incompatible redefinition of macro "Hwi_MaskingOption_SELF" (declared at line 740 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 929: warning #48-D: incompatible redefinition of macro "Hwi_MaskingOption_BITMASK" (declared at line 741 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 930: warning #48-D: incompatible redefinition of macro "Hwi_MaskingOption_LOWER" (declared at line 742 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 931: warning #48-D: incompatible redefinition of macro "Hwi_dispatcherAutoNestingSupport" (declared at line 743 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 932: warning #48-D: incompatible redefinition of macro "Hwi_dispatcherSwiSupport" (declared at line 744 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 933: warning #48-D: incompatible redefinition of macro "Hwi_dispatcherTaskSupport" (declared at line 745 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 934: warning #48-D: incompatible redefinition of macro "Hwi_dispatcherIrpTrackingSupport" (declared at line 746 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 945: warning #48-D: incompatible redefinition of macro "Hwi_Params" (declared at line 748 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 946: warning #48-D: incompatible redefinition of macro "Hwi_getStackInfo" (declared at line 749 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 947: warning #48-D: incompatible redefinition of macro "Hwi_startup" (declared at line 750 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 948: warning #48-D: incompatible redefinition of macro "Hwi_switchFromBootStack" (declared at line 751 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 949: warning #48-D: incompatible redefinition of macro "Hwi_post" (declared at line 752 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 950: warning #48-D: incompatible redefinition of macro "Hwi_getTaskSP" (declared at line 753 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 951: warning #48-D: incompatible redefinition of macro "Hwi_disableInterrupt" (declared at line 754 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 952: warning #48-D: incompatible redefinition of macro "Hwi_enableInterrupt" (declared at line 755 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 953: warning #48-D: incompatible redefinition of macro "Hwi_restoreInterrupt" (declared at line 756 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 954: warning #48-D: incompatible redefinition of macro "Hwi_clearInterrupt" (declared at line 757 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 955: warning #48-D: incompatible redefinition of macro "Hwi_getFunc" (declared at line 758 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 956: warning #48-D: incompatible redefinition of macro "Hwi_getFunc_fxnP" (declared at line 759 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 957: warning #48-D: incompatible redefinition of macro "Hwi_getFunc_FxnT" (declared at line 760 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 958: warning #48-D: incompatible redefinition of macro "Hwi_setFunc" (declared at line 761 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 959: warning #48-D: incompatible redefinition of macro "Hwi_setFunc_fxnP" (declared at line 762 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 960: warning #48-D: incompatible redefinition of macro "Hwi_setFunc_FxnT" (declared at line 763 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 961: warning #48-D: incompatible redefinition of macro "Hwi_getHookContext" (declared at line 770 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 962: warning #48-D: incompatible redefinition of macro "Hwi_getHookContext_fxnP" (declared at line 771 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 963: warning #48-D: incompatible redefinition of macro "Hwi_getHookContext_FxnT" (declared at line 772 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 964: warning #48-D: incompatible redefinition of macro "Hwi_setHookContext" (declared at line 773 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 965: warning #48-D: incompatible redefinition of macro "Hwi_setHookContext_fxnP" (declared at line 774 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 966: warning #48-D: incompatible redefinition of macro "Hwi_setHookContext_FxnT" (declared at line 775 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 967: warning #48-D: incompatible redefinition of macro "Hwi_getIrp" (declared at line 764 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 968: warning #48-D: incompatible redefinition of macro "Hwi_getIrp_fxnP" (declared at line 765 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 969: warning #48-D: incompatible redefinition of macro "Hwi_getIrp_FxnT" (declared at line 766 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 970: warning #48-D: incompatible redefinition of macro "Hwi_disable" (declared at line 767 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 971: warning #48-D: incompatible redefinition of macro "Hwi_enable" (declared at line 768 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 972: warning #48-D: incompatible redefinition of macro "Hwi_restore" (declared at line 769 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 983: warning #48-D: incompatible redefinition of macro "Hwi_Module_name" (declared at line 776 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 984: warning #48-D: incompatible redefinition of macro "Hwi_Module_id" (declared at line 777 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 985: warning #48-D: incompatible redefinition of macro "Hwi_Module_startup" (declared at line 778 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 986: warning #48-D: incompatible redefinition of macro "Hwi_Module_startupDone" (declared at line 779 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 987: warning #48-D: incompatible redefinition of macro "Hwi_Module_hasMask" (declared at line 780 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 988: warning #48-D: incompatible redefinition of macro "Hwi_Module_getMask" (declared at line 781 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 989: warning #48-D: incompatible redefinition of macro "Hwi_Module_setMask" (declared at line 782 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 990: warning #48-D: incompatible redefinition of macro "Hwi_Object_heap" (declared at line 783 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 991: warning #48-D: incompatible redefinition of macro "Hwi_Module_heap" (declared at line 784 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 992: warning #48-D: incompatible redefinition of macro "Hwi_construct" (declared at line 785 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 993: warning #48-D: incompatible redefinition of macro "Hwi_create" (declared at line 786 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 994: warning #48-D: incompatible redefinition of macro "Hwi_handle" (declared at line 787 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 995: warning #48-D: incompatible redefinition of macro "Hwi_struct" (declared at line 788 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 996: warning #48-D: incompatible redefinition of macro "Hwi_Handle_label" (declared at line 789 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 997: warning #48-D: incompatible redefinition of macro "Hwi_Handle_name" (declared at line 790 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 998: warning #48-D: incompatible redefinition of macro "Hwi_Instance_init" (declared at line 791 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 999: warning #48-D: incompatible redefinition of macro "Hwi_Object_count" (declared at line 792 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1000: warning #48-D: incompatible redefinition of macro "Hwi_Object_get" (declared at line 793 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1001: warning #48-D: incompatible redefinition of macro "Hwi_Object_first" (declared at line 794 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1002: warning #48-D: incompatible redefinition of macro "Hwi_Object_next" (declared at line 795 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1003: warning #48-D: incompatible redefinition of macro "Hwi_Object_sizeof" (declared at line 796 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1004: warning #48-D: incompatible redefinition of macro "Hwi_Params_copy" (declared at line 797 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1005: warning #48-D: incompatible redefinition of macro "Hwi_Params_init" (declared at line 798 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1006: warning #48-D: incompatible redefinition of macro "Hwi_Instance_finalize" (declared at line 799 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1007: warning #48-D: incompatible redefinition of macro "Hwi_delete" (declared at line 800 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1008: warning #48-D: incompatible redefinition of macro "Hwi_destruct" (declared at line 801 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1009: warning #48-D: incompatible redefinition of macro "Hwi_Module_upCast" (declared at line 802 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1010: warning #48-D: incompatible redefinition of macro "Hwi_Module_to_ti_sysbios_interfaces_IHwi" (declared at line 803 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1011: warning #48-D: incompatible redefinition of macro "Hwi_Handle_upCast" (declared at line 804 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1012: warning #48-D: incompatible redefinition of macro "Hwi_Handle_to_ti_sysbios_interfaces_IHwi" (declared at line 805 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1013: warning #48-D: incompatible redefinition of macro "Hwi_Handle_downCast" (declared at line 806 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
"C:/ti/bios_6_33_06_50/packages/ti/sysbios/family/c64p/Hwi.h", line 1014: warning #48-D: incompatible redefinition of macro "Hwi_Handle_from_ti_sysbios_interfaces_IHwi" (declared at line 807 of "C:/ti/bios_6_33_06_50/packages/ti/sysbios/hal/Hwi.h")
'Finished building: ../Srio_Source/osal.c'
' '
'Building file: ../Srio_Source/srio_device_tput.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/srio_device_tput.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/srio_device_tput.c"
"../Srio_Source/srio_device_tput.c", line 177: warning #179-D: variable "srio_secondary_ID" was declared but never referenced
'Finished building: ../Srio_Source/srio_device_tput.c'
' '
'Building file: ../Srio_Source/srio_dio_tput.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/srio_dio_tput.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/srio_dio_tput.c"
"../Srio_Source/srio_dio_tput.c", line 1775: warning #112-D: statement is unreachable
"../Srio_Source/srio_dio_tput.c", line 1569: warning #552-D: variable "hSrcBuffer" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1571: warning #179-D: variable "ptrMemory" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1572: warning #179-D: variable "rxMemIndex" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1573: warning #179-D: variable "maxIterationCount" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1574: warning #552-D: variable "thisMaxIterationCount" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1574: warning #179-D: variable "lastByteIndex" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1575: warning #552-D: variable "packetCount" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1575: warning #179-D: variable "iterationPacketCount" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1576: warning #179-D: variable "lldTmrStart" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1577: warning #552-D: variable "packetID" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1577: warning #179-D: variable "currID" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1578: warning #552-D: variable "isRXfailure" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1578: warning #552-D: variable "isPacingSearchMode" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1579: warning #179-D: variable "isPacingSearchModeStart" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1582: warning #179-D: variable "ReadPoint" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1582: warning #179-D: variable "PtrRead" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1583: warning #179-D: variable "sum" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1583: warning #179-D: variable "i" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1584: warning #552-D: variable "Consumer_Addrss" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1584: warning #179-D: variable "Addr" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1972: warning #551-D: variable "toMemAddr" is used before its value is set
"../Srio_Source/srio_dio_tput.c", line 1840: warning #179-D: variable "ptrMemory" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1843: warning #179-D: variable "maxIterationCount" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1843: warning #552-D: variable "lastByteIndex" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1846: warning #179-D: variable "prevDelay" was declared but never referenced
"../Srio_Source/srio_dio_tput.c", line 1846: warning #552-D: variable "pacingSearchAttempts" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1847: warning #552-D: variable "Producer_Adder" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1848: warning #552-D: variable "iterationPacketCount" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1852: warning #552-D: variable "isTXfailure" was set but never used
"../Srio_Source/srio_dio_tput.c", line 1852: warning #552-D: variable "isDisplayInitialInfo" was set but never used
'Finished building: ../Srio_Source/srio_dio_tput.c'
' '
'Building file: ../Srio_Source/srio_laneconfig.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/srio_laneconfig.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/srio_laneconfig.c"
'Finished building: ../Srio_Source/srio_laneconfig.c'
' '
'Building file: ../Srio_Source/srio_status_decode.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/srio_status_decode.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/srio_status_decode.c"
'Finished building: ../Srio_Source/srio_status_decode.c'
' '
'Building file: ../Srio_Source/srio_type11_tput.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/srio_type11_tput.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/srio_type11_tput.c"
"../Srio_Source/srio_type11_tput.c", line 1091: warning #179-D: variable "maxIterationCount" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 1092: warning #552-D: variable "controlMessage" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1092: warning #552-D: variable "rxStatus" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1093: warning #552-D: variable "tmrEnd" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1094: warning #552-D: variable "iterationPacketCount" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1097: warning #179-D: variable "isRXfailure" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 1097: warning #179-D: variable "resetForNewRun" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 1098: warning #179-D: variable "enPacingModeTimeoutSend" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 1098: warning #552-D: variable "isDisplayInitialInfo" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1539: warning #551-D: variable "ltIndex" is used before its value is set
"../Srio_Source/srio_type11_tput.c", line 1540: warning #551-D: variable "mbIndex" is used before its value is set
"../Srio_Source/srio_type11_tput.c", line 1433: warning #552-D: variable "controlSocket" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1436: warning #552-D: variable "controlMsgDest" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1438: warning #179-D: variable "controlMessage" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 1438: warning #552-D: variable "heapCounter" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1440: warning #179-D: variable "maxIterationCount" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 1440: warning #552-D: variable "prevDelay" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1441: warning #552-D: variable "thisMaxIterationCount" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1441: warning #552-D: variable "failedAttempts" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1443: warning #552-D: variable "errEnd" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1443: warning #552-D: variable "iterationPacketCount" was set but never used
"../Srio_Source/srio_type11_tput.c", line 1445: warning #179-D: variable "resetForNewRun" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 388: warning #179-D: function "ctrlSendWait" was declared but never referenced
"../Srio_Source/srio_type11_tput.c", line 433: warning #179-D: function "ctrlSendWaitGetResponse" was declared but never referenced
'Finished building: ../Srio_Source/srio_type11_tput.c'
' '
'Building file: ../Srio_Source/tput_utils.c'
'Invoking: C6000 Compiler'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --include_path="C:/ti/Compiler/include" --include_path="E:/Implementation/373/SEARCH/SRIO_TputBenchmarkingTestProject - Copy/Srio_Source" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/include" --include_path="C:/ti/pdk_C6678_1_1_2_6/packages/ti/drv/srio/test/tput_benchmarking" --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="Srio_Source/tput_utils.d" --obj_directory="Srio_Source" --cmd_file="configPkg/compiler.opt" "../Srio_Source/tput_utils.c"
'Finished building: ../Srio_Source/tput_utils.c'
' '
'Building target: SRIO_TputBenchmarkingTestProject.out'
'Invoking: C6000 Linker'
"C:/ti/Compiler/bin/cl6x" -mv6600 --abi=eabi -O3 --symdebug:skeletal --optimize_with_debug=on --diag_wrap=off --display_error_number --diag_warning=225 -z -m"SRIO_TputBenchmarkingTestProject.map" -i"C:/ti/Compiler/lib" -i"C:/ti/Compiler/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="SRIO_TputBenchmarkingTestProject_linkInfo.xml" --rom_model -o "SRIO_TputBenchmarkingTestProject.out" "./cppi_device.obj" "./listlib.obj" "./qmss_device.obj" "./srio_drv.obj" "./Srio_Source/benchmarking.obj" "./Srio_Source/osal.obj" "./Srio_Source/srio_device_tput.obj" "./Srio_Source/srio_dio_tput.obj" "./Srio_Source/srio_laneconfig.obj" "./Srio_Source/srio_status_decode.obj" "./Srio_Source/srio_type11_tput.obj" "./Srio_Source/tput_utils.obj" "../Srio_Source/benchmarking.cmd" -l"configPkg/linker.cmd" -llibc.a 
<Linking>
warning #10229-D: output section ".fardata.2" refers to load symbol "multicoreTestTask" and hence cannot be compressed; compression "rle" is ignored

 undefined         first referenced                                                                                                                
  symbol               in file                                                                                                                     
 ---------         ----------------                                                                                                                
 multicoreTestTask E:\Implementation\373\SEARCH\SRIO_TputBenchmarkingTestProject_ReceiveIntrrupt\Debug\configPkg\package\cfg\benchmarking_pe66.oe66

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "SRIO_TputBenchmarkingTestProject.out" not built

>> Compilation failure
makefile:147: recipe for target 'SRIO_TputBenchmarkingTestProject.out' failed
gmake: *** [SRIO_TputBenchmarkingTestProject.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

I think some changes need in " *.cfg "  file.

Please guide me. 

Best Regards