Other Parts Discussed in Thread: C2000WARE, SYSCONFIG, TMS320F28P550SG
Tool/software:
I imported and built the example project F28P55x_DCL_PI, and everything worked as expected. In the second step, I renamed the file pi_test.c to pi_test.cpp because I need the PI controller in a C++ project. Now I'm getting the following error message — how can I fix this issue?
[0]**** Clean-only build of configuration CPU1_RAM for project F28P55x_DCL_PI ****
[1]"C:\\ti\\ccs2010\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O
[2]DEL /F "syscfg\board.h" "syscfg\board.cmd.genlibs" "syscfg\board.json" "syscfg\pinmux.csv" "syscfg\device.h" "syscfg\device_cmd.h" "syscfg\device_cmd.cmd.genlibs" "syscfg\c2000ware_libraries.cmd.genlibs" "syscfg\c2000ware_libraries.h" "syscfg\clocktree.h" "syscfg\board.c" "syscfg\board.opt" "syscfg\device.c" "syscfg\device_cmd.cmd" "syscfg\device_cmd.c" "syscfg\device_cmd.opt" "syscfg\c2000ware_libraries.opt" "syscfg\c2000ware_libraries.c" "F28P55x_DCL_PI.out"
[3]DEL /F "syscfg\board.obj" "syscfg\device.obj" "syscfg\device_cmd.obj" "syscfg\c2000ware_libraries.obj" "f28p55x_codestartbranch.obj" "DCL_clamp_C1.obj" "DCL_DF11_C1.obj" "DCL_DF13_C1.obj" "DCL_DF13_C2C3.obj" "DCL_DF22_C1.obj" "DCL_DF22_C2C3.obj" "DCL_DF23_C1.obj" "DCL_DF23_C2C3.obj" "DCL_error.obj" "DCL_frwlog.obj" "DCL_futils.obj" "DCL_PI_C1.obj" "DCL_PI_C4.obj" "DCL_PI_C7.obj" "DCL_PID_C1.obj" "DCL_PID_C4.obj" "pi_test.obj"
[4]DEL /F "syscfg\board.d" "syscfg\device.d" "syscfg\device_cmd.d" "syscfg\c2000ware_libraries.d" "DCL_error.d" "pi_test.d"
[5]DEL /F "f28p55x_codestartbranch.d" "DCL_clamp_C1.d" "DCL_DF11_C1.d" "DCL_DF13_C1.d" "DCL_DF13_C2C3.d" "DCL_DF22_C1.d" "DCL_DF22_C2C3.d" "DCL_DF23_C1.d" "DCL_DF23_C2C3.d" "DCL_frwlog.d" "DCL_futils.d" "DCL_PI_C1.d" "DCL_PI_C4.d" "DCL_PI_C7.d" "DCL_PID_C1.d" "DCL_PID_C4.d"
[6]RMDIR /S/Q "syscfg"
[7]E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\f28p55x_codestartbranch.d konnte nicht gefunden werden
[8]Finished clean
[9]**** Build Finished ****
[10]**** Build of configuration CPU1_RAM for project F28P55x_DCL_PI ****
[11]"C:\\ti\\ccs2010\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
[12]Building file: "../f28p55x_pi.syscfg"
[13]Invoking: SysConfig
[14]"C:/ti/ccs2010/ccs/utils/sysconfig_1.24.0/sysconfig_cli.bat" --script "E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/f28p55x_pi.syscfg" -o "syscfg" -s "C:/ti/C2000Ware_5_05_00_00/.metadata/sdk.json" -d "F28P55x" -p "128PDT" -r "F28P55x_128PDT" --compiler ccs
[15]Warning: SysConfig has been updated to use standard TI part numbers. The device TMS320F28P550SG has been automatically selected. If this is not the desired please open SysConfig to change it.
[16]Running script...
[17]Validating...
[18]warning: /driverlib/default_warning.js: Add the 'Device Support' module in order to use Clock Tree tool and generate device support files. This suggestion can be ignored if not using the Clock Tree tool.
[19]Generating Code (f28p55x_pi.syscfg)...
[20]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\board.c...
[21]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\board.h...
[22]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\board.cmd.genlibs...
[23]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\board.opt...
[24]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\board.json...
[25]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\pinmux.csv...
[26]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\device.c...
[27]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\device.h...
[28]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\device_cmd.cmd...
[29]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\device_cmd.c...
[30]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\device_cmd.h...
[31]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\device_cmd.opt...
[32]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\device_cmd.cmd.genlibs...
[33]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\c2000ware_libraries.cmd.genlibs...
[34]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\c2000ware_libraries.opt...
[35]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\c2000ware_libraries.c...
[36]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\c2000ware_libraries.h...
[37]Writing E:\UR_Projekte\Pistenbully\RIO 2.0\TI_Workspace_20.x\F28P55x_DCL_PI\CPU1_RAM\syscfg\clocktree.h...
[38]0 error(s), 1 warning(s)
[39]Finished building: "../f28p55x_pi.syscfg"
[40]Building file: "C:/ti/C2000Ware_5_05_00_00/device_support/f28p55x/common/source/f28p55x_codestartbranch.asm"
[41]Invoking: C2000 Compiler
[42]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f28p55x_codestartbranch.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/device_support/f28p55x/common/source/f28p55x_codestartbranch.asm"
[43]Finished building: "C:/ti/C2000Ware_5_05_00_00/device_support/f28p55x/common/source/f28p55x_codestartbranch.asm"
[44]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_clamp_C1.asm"
[45]Invoking: C2000 Compiler
[46]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_clamp_C1.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_clamp_C1.asm"
[47]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_clamp_C1.asm"
[48]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF11_C1.asm"
[49]Invoking: C2000 Compiler
[50]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_DF11_C1.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF11_C1.asm"
[51]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF11_C1.asm"
[52]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF13_C1.asm"
[53]Invoking: C2000 Compiler
[54]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_DF13_C1.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF13_C1.asm"
[55]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF13_C1.asm"
[56]Building file: "syscfg/device_cmd.c"
[57]Invoking: C2000 Compiler
[58]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="syscfg/device_cmd.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --obj_directory="syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "syscfg/device_cmd.c"
[59]Finished building: "syscfg/device_cmd.c"
[60]Building file: "syscfg/device.c"
[61]Invoking: C2000 Compiler
[62]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="syscfg/device.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --obj_directory="syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "syscfg/device.c"
[63]Finished building: "syscfg/device.c"
[64]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF13_C2C3.asm"
[65]Invoking: C2000 Compiler
[66]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_DF13_C2C3.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF13_C2C3.asm"
[67]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF13_C2C3.asm"
[68]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF22_C1.asm"
[69]Invoking: C2000 Compiler
[70]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_DF22_C1.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF22_C1.asm"
[71]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF22_C1.asm"
[72]Building file: "syscfg/board.c"
[73]Invoking: C2000 Compiler
[74]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="syscfg/board.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --obj_directory="syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "syscfg/board.c"
[75]Finished building: "syscfg/board.c"
[76]Building file: "syscfg/c2000ware_libraries.c"
[77]Invoking: C2000 Compiler
[78]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="syscfg/c2000ware_libraries.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --obj_directory="syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "syscfg/c2000ware_libraries.c"
[79]Finished building: "syscfg/c2000ware_libraries.c"
[80]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF23_C1.asm"
[81]Invoking: C2000 Compiler
[82]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_DF23_C1.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF23_C1.asm"
[83]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF23_C1.asm"
[84]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF23_C2C3.asm"
[85]Invoking: C2000 Compiler
[86]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_DF23_C2C3.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF23_C2C3.asm"
[87]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF23_C2C3.asm"
[88]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_frwlog.asm"
[89]Invoking: C2000 Compiler
[90]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_frwlog.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_frwlog.asm"
[91]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_frwlog.asm"
[92]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_futils.asm"
[93]Invoking: C2000 Compiler
[94]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_futils.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_futils.asm"
[95]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_futils.asm"
[96]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C1.asm"
[97]Invoking: C2000 Compiler
[98]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_PI_C1.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C1.asm"
[99]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C1.asm"
[100]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C4.asm"
[101]Invoking: C2000 Compiler
[102]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_PI_C4.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C4.asm"
[103]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C4.asm"
[104]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C7.asm"
[105]Invoking: C2000 Compiler
[106]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_PI_C7.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C7.asm"
[107]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PI_C7.asm"
[108]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_error.c"
[109]Invoking: C2000 Compiler
[110]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_error.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_error.c"
[111]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_error.c"
[112]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PID_C1.asm"
[113]Invoking: C2000 Compiler
[114]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_PID_C1.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PID_C1.asm"
[115]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PID_C1.asm"
[116]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PID_C4.asm"
[117]Invoking: C2000 Compiler
[118]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_PID_C4.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PID_C4.asm"
[119]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_PID_C4.asm"
[120]Building file: "../pi_test.cpp"
[121]Invoking: C2000 Compiler
[122]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="pi_test.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../pi_test.cpp"
[123]>> Compilation failure
[124]Building file: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF22_C2C3.asm"
[125]Invoking: C2000 Compiler
[126]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu1 --vcu_support=vcrc -Ooff --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI" --include_path="C:/ti/C2000Ware_5_05_00_00" --include_path="C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include" --define=DEBUG --define=RAM --define=generic_ram_lnk --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DCL_DF22_C2C3.d_raw" --include_path="E:/UR_Projekte/Pistenbully/RIO 2.0/TI_Workspace_20.x/F28P55x_DCL_PI/CPU1_RAM/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/device_cmd.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF22_C2C3.asm"
[127]"C:/ti/ccs2010/ccs/tools/compiler/ti-cgt-c2000_22.6.2.LTS/include/complex.h", line 35: fatal error #35: #error directive: "C99 complex in C++ mode is not supported."
[128]1 catastrophic error detected in the compilation of "../pi_test.cpp".
[129]Compilation terminated.
[130]gmake: *** [subdir_rules.mk:164: pi_test.obj] Error 1
[131]Finished building: "C:/ti/C2000Ware_5_05_00_00/libraries/control/DCL/c28/source/DCL_DF22_C2C3.asm"
[132]gmake: Target 'all' not remade because of errors.
[133]**** Build Finished ****