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.

CCS/LAUNCHXL-F28027F: gmake: Target 'all' not remade because of errors.

Part Number: LAUNCHXL-F28027F
Other Parts Discussed in Thread: MOTORWARE, DRV8305-Q1EVM, DRV8305

Tool/software: Code Composer Studio

Hi  

 H.W LAUNCHXL-F28027F & Boostxl8305 

 S.W : MotorWare LAB02C

 

 I had install code composer(V9.01) on my laptop ( WIn10 64bit)

 But I can`t success compile without Err 

 I get 2 kind 2 Err

 One is gmake: *** No rule to make target 'C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/src/proj_lab02c.c', needed by 'proj_lab02c.obj'.  

 Other is "gmake: Target 'all' not remade because of errors." 

 Please Kindly advice to me Why Err is generated 

 

  • Joseph,

    In your screenshot, it shows that the source file proj_lab02c.c has an exclamation mark icon on it in the Project Explorer view. This usually means that the resource was not resolved to a proper path on the file system. You can check this by right-clicking on the file in the Project Explorer view, go to Properties->Resource and check the path there. If the Location is incorrect, you can fix it directly from there by clicking on Edit. 

    This is what mine looks like for the project that builds correctly. The path to the source file is relative to MW_INSTALL_DIR, which is a path variable. You can check what the variable is set to by going to the project's Properties->Resource->Linked Resources, Path Variables tab.

    Let us know if this does not help resolve the error.

  • I hope the above recommendation was helpful in moving past this issue. I will be closing this thread, but if the issue is not resolved or you need further support, please feel free to post a reply with an update below. Thanks!
  • If you are still having trouble with this issue, please provide more details. Specifically the screenshot from your machine that shows the resource path for proj_lab02c.c and the full build log will be helpful.

  • Thanks your Kindly support
    But I can`t resolve my problem
    Pls Ref my Build Log...



    **** Build of configuration Flash for project proj_lab02c ****

    "C:\\ti\\ccs9011\\ccs\\utils\\bin\\gmake" -k all
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/cpu/src/32b/f28x/f2802x/CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="CodeStartBranch.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/cpu/src/32b/f28x/f2802x/CodeStartBranch.asm"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/cpu/src/32b/f28x/f2802x/CodeStartBranch.asm"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/adc/src/32b/f28x/f2802x/adc.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="adc.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/adc/src/32b/f28x/f2802x/adc.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/adc/src/32b/f28x/f2802x/adc.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/clarke/src/32b/clarke.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="clarke.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/clarke/src/32b/clarke.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/clarke/src/32b/clarke.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/clk/src/32b/f28x/f2802x/clk.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="clk.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/clk/src/32b/f28x/f2802x/clk.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/clk/src/32b/f28x/f2802x/clk.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/cpu/src/32b/f28x/f2802x/cpu.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="cpu.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/cpu/src/32b/f28x/f2802x/cpu.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/cpu/src/32b/f28x/f2802x/cpu.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/ctrl/src/32b/ctrl.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="ctrl.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/ctrl/src/32b/ctrl.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/ctrl/src/32b/ctrl.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/drvic/drv8305/src/32b/f28x/f2802x/drv8305.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="drv8305.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/drvic/drv8305/src/32b/f28x/f2802x/drv8305.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/drvic/drv8305/src/32b/f28x/f2802x/drv8305.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/filter/src/32b/filter_fo.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="filter_fo.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/filter/src/32b/filter_fo.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/filter/src/32b/filter_fo.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/flash/src/32b/f28x/f2802x/flash.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="flash.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/flash/src/32b/f28x/f2802x/flash.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/flash/src/32b/f28x/f2802x/flash.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/gpio/src/32b/f28x/f2802x/gpio.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="gpio.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/gpio/src/32b/f28x/f2802x/gpio.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/gpio/src/32b/f28x/f2802x/gpio.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/hal.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="hal.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/hal.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/hal.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/ipark/src/32b/ipark.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="ipark.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/ipark/src/32b/ipark.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/ipark/src/32b/ipark.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/memCopy/src/memCopy.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="memCopy.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/memCopy/src/memCopy.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/memCopy/src/memCopy.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/offset/src/32b/offset.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="offset.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/offset/src/32b/offset.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/offset/src/32b/offset.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/osc/src/32b/f28x/f2802x/osc.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="osc.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/osc/src/32b/f28x/f2802x/osc.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/osc/src/32b/f28x/f2802x/osc.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/park/src/32b/park.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="park.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/park/src/32b/park.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/park/src/32b/park.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/pid/src/32b/pid.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="pid.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/pid/src/32b/pid.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/pid/src/32b/pid.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pie/src/32b/f28x/f2802x/pie.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="pie.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pie/src/32b/f28x/f2802x/pie.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pie/src/32b/f28x/f2802x/pie.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pll/src/32b/f28x/f2802x/pll.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="pll.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pll/src/32b/f28x/f2802x/pll.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pll/src/32b/f28x/f2802x/pll.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pwm/src/32b/f28x/f2802x/pwm.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="pwm.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pwm/src/32b/f28x/f2802x/pwm.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pwm/src/32b/f28x/f2802x/pwm.c"
     
    gmake: *** No rule to make target 'C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/src/proj_lab02c.c', needed by 'proj_lab02c.obj'.
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pwr/src/32b/f28x/f2802x/pwr.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="pwr.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pwr/src/32b/f28x/f2802x/pwr.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/pwr/src/32b/f28x/f2802x/pwr.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/spi/src/32b/f28x/f2802x/spi.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="spi.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/spi/src/32b/f28x/f2802x/spi.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/spi/src/32b/f28x/f2802x/spi.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/svgen/src/32b/svgen.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802gmakex/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="svgen.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/svgen/src/32b/svgen.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/svgen/src/32b/svgen.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/timer/src/32b/f28x/f2802x/timer.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="timer.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/timer/src/32b/f28x/f2802x/timer.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/timer/src/32b/f28x/f2802x/timer.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/traj/src/32b/traj.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="traj.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/traj/src/32b/traj.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/traj/src/32b/traj.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/usDelay/src/32b/f28x/usDelay.asm"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="usDelay.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/usDelay/src/32b/f28x/usDelay.asm"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/usDelay/src/32b/f28x/usDelay.asm"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/user/src/32b/user.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="user.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/modules/user/src/32b/user.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/modules/user/src/32b/user.c"
     
    Building file: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/wdog/src/32b/f28x/f2802x/wdog.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt -Ooff --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/modules/hal/boards/drv8305-q1evm_revA/f28x/f2802x/src/" --include_path="C:/ti/ccs9011/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --include_path="C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_foc/boards/drv8305-q1evm_revA/f28x/f2802xF/src" --include_path="C:/ti/motorware/motorware_1_01_00_18" -g --define=FLASH --define=FAST_ROM_V1p7 --define=F2802xF --diag_warning=225 --display_error_number --asm_listing --preproc_with_compile --preproc_dependency="wdog.d_raw"  "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/wdog/src/32b/f28x/f2802x/wdog.c"
    Finished building: "C:/ti/motorware/motorware_1_01_00_18/sw/drivers/wdog/src/32b/f28x/f2802x/wdog.c"
     
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • Right-click on "proj_lab02c.c " in the Project Explorer and select "Properties" in the context menu. Then take a screenshot of the Properties dialog like shown below:

    Thanks

    ki

  • Hello,
    I haven’t heard back from you, hence this issue is being closed. If you wish to continue the discussion, please post a reply with an update below (or create a new thread).

    Thanks,
    ki