removed debug folder
This commit is contained in:
@ -60,8 +60,8 @@ all: main-build
|
||||
main-build: TTS.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
TTS.elf TTS.map: $(OBJS) $(USER_OBJS) C:\Users\Getac\STM32CubeIDE\workspace_1.11.2\TTS\STM32F042K6TX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-gcc -o "TTS.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m0 -T"C:\Users\Getac\STM32CubeIDE\workspace_1.11.2\TTS\STM32F042K6TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="TTS.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
||||
TTS.elf TTS.map: $(OBJS) $(USER_OBJS) C:\FaSTTUBe\FT23\Code\TTS\STM32F042K6TX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-gcc -o "TTS.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m0 -T"C:\FaSTTUBe\FT23\Code\TTS\STM32F042K6TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="TTS.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user