-recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mcpu={build.mcu} -DF_CPU={build.f_cpu} "-T{build.variant.path}/{build.ldscript}" "-Wl,-Map,{build.path}/{build.project_name}.map" {compiler.c.elf.extra_flags} -o "{build.path}/{build.project_name}.elf" "-L{build.path}" -Wl,--start-group "{build.path}/core/syscalls_stm32.c.o" {object_files} -Wl,--whole-archive {compiler.arm.cmsis.ldflags} -Wl,--no-whole-archive "{build.path}/{archive_file}" -Wl,--end-group -lm -lgcc --specs=nano.specs
0 commit comments