-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubdir_rules.mk
More file actions
15 lines (11 loc) · 1.27 KB
/
subdir_rules.mk
File metadata and controls
15 lines (11 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
SHELL = cmd.exe
# Each subdirectory must supply rules for building sources it contributes
src/%.obj: ../src/%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
@echo 'Building file: "$<"'
@echo 'Invoking: Arm Compiler'
"C:/ti/ccs1210/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="J:/Programming/Rensselaer Polytechnic Institute/Embedded Control/Lab 02" --include_path="C:/ti/simplelink_msp432p4_sdk_3_40_01_02/source" --include_path="C:/ti/simplelink_msp432p4_sdk_3_40_01_02/source/third_party/CMSIS/Include" --include_path="C:/ti/ccs1210/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include" --include_path="J:/Programming/Rensselaer Polytechnic Institute/Embedded Control/Lab 02/inc" --define=__MSP432P401R__ --define=DeviceFamily_MSP432P401x -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="src/$(basename $(<F)).d_raw" --obj_directory="src" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: "$<"'
@echo ' '