- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- SHELL = cmd.exe
- # Each subdirectory must supply rules for building sources it contributes
- hal/%.obj: ../hal/%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
- @echo 'Building file: "$<"'
- @echo 'Invoking: C6000 Compiler'
- "D:/ti/ccs1281/ccs/tools/compiler/ti-cgt-c6000_8.3.12/bin/cl6x" -mv6740 --include_path="D:/workspace_v12/NIM_DSP6748" --include_path="D:/ti/ccs1281/ccs/tools/compiler/ti-cgt-c6000_8.3.12/include" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/include" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/include/hw" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/include/c674x" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/include/c674x/c6748" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/third_party/lwip-1.3.2" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/third_party/lwip-1.3.2/src/include" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/third_party/lwip-1.3.2/src/include/ipv4" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/third_party/lwip-1.3.2/src/include/lwip" --include_path="D:/ti/C6748_StarterWare_1_20_04_01/third_party/lwip-1.3.2/ports/am1808/include" --include_path="D:/workspace_v12/NIM_DSP6748/lib/lwip" --include_path="D:/workspace_v12/NIM_DSP6748/uitl" --include_path="D:/workspace_v12/NIM_DSP6748/hal" --define=c6748 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="hal/$(basename $(<F)).d_raw" --obj_directory="hal" $(GEN_OPTS__FLAG) "$<"
- @echo 'Finished building: "$<"'
- @echo ' '
|