16 lines
1.1 KiB
Makefile
16 lines
1.1 KiB
Makefile
################################################################################
|
|
# 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: ARM Compiler'
|
|
"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -O2 --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --include_path="C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x" --include_path="C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178" --advice:power=all -g --gcc --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=TARGET_IS_TM4C129_RA0 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
|
|
@echo 'Finished building: "$<"'
|
|
@echo ' '
|
|
|
|
|