From f192490b8d410c95589e74c8a4a751ad0dd0d7c4 Mon Sep 17 00:00:00 2001 From: Craig Duffy <craig.duffy@uwe.ac.uk> Date: Wed, 22 Sep 2021 09:41:31 +0000 Subject: [PATCH] Update Makefile --- Lab2_example/Craig/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Lab2_example/Craig/Makefile b/Lab2_example/Craig/Makefile index 46c58a0..5265353 100644 --- a/Lab2_example/Craig/Makefile +++ b/Lab2_example/Craig/Makefile @@ -1,4 +1,3 @@ - # name of executable - change this to change the executables name ELF=demo.elf @@ -22,10 +21,6 @@ BSP_BL-L475 = ../../Drivers/BSP/B-L475E-IOT01 CMSIS = ../../Drivers/CMSIS/Core DEVICE = ../../Drivers/CMSIS/Device/ST/STM32L4xx/Include Common_BSP = ../../Drivers/BSP/Components/Common -#HTS221 = ../../../../../Drivers/BSP/Components/hts221 -#LPS22HB = ../../../../../Drivers/BSP/Components/lps22hb -#LIS3MDL = ../../../../../Drivers/BSP/Components/lis3mdl -#LSM6DSL = ../../../../../Drivers/BSP/Components/lsm6dsl APP = . # Tools @@ -101,7 +96,7 @@ clean: rm -f $(OBJS) $(OBJS:.o=.d) $(ELF) $(ELF).hx $(ELF).flash debug: $(ELF) - arm-none-eabi-gdb $(ELF) + multiarch-gdb $(ELF) # pull in dependencies -- GitLab