12345678910111213141516171819202122 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- SHELL = cmd.exe
- # Each subdirectory must supply rules for building sources it contributes
- %.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
- @echo 'Building file: "$<"'
- @echo 'Invoking: C2000 Compiler'
- "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/canboot28035/flash_programming" --include_path="E:/ccs_programe/canboot28035/flash_programming/include" --advice:performance=all --define=BOOT_ROM_API=1 -g --diag_suppress=10063 --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
- @echo 'Finished building: "$<"'
- @echo ' '
- %.obj: ../%.asm $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
- @echo 'Building file: "$<"'
- @echo 'Invoking: C2000 Compiler'
- "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/canboot28035/flash_programming" --include_path="E:/ccs_programe/canboot28035/flash_programming/include" --advice:performance=all --define=BOOT_ROM_API=1 -g --diag_suppress=10063 --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
- @echo 'Finished building: "$<"'
- @echo ' '
|