Skip to content
Snippets Groups Projects
Commit d2cc9249 authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

Removing Entry point from command line, specified in .ld

parent 93c63552
Branches
Tags 1.6.14
No related merge requests found
......@@ -27,7 +27,7 @@ compiler.objcopy.cmd=arm-none-eabi-objcopy
compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
compiler.elf2hex.flags=-O binary
compiler.elf2hex.cmd=arm-none-eabi-objcopy
compiler.ldflags=-mcpu={build.mcu} -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols
compiler.ldflags=-mcpu={build.mcu} -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols
compiler.size.cmd=arm-none-eabi-size
compiler.define=-DARDUINO=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment