Skip to content

Instantly share code, notes, and snippets.

@wdwalker
Created March 11, 2017 17:00
Show Gist options
  • Save wdwalker/913b01840597c309fca64611fbe245f0 to your computer and use it in GitHub Desktop.
Save wdwalker/913b01840597c309fca64611fbe245f0 to your computer and use it in GitHub Desktop.
LD_FLAGS
# https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/Link-Options.html
LDFLAGS = \
-nodefaultlibs \
-T "LPC1768.ld" \
-Wl,--gc-sections \
-Wl,-Map,"BBB.map" \
-Wl,--start-group -lgcc -lc -lm $(RDIMONLIB) -Wl,--end-group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment