interoberlin / nRF51-playground

Playground for our nRF51822 Bluetooth Low Energy experiments
https://www.interoberlin.de/blog/category/projects/ble/
9 stars 2 forks source link

arm-none-eabi-ld: cannot find -lgcc #10

Closed matthiasbock closed 8 years ago

matthiasbock commented 8 years ago

newlib ist missing / not found

matthiasbock commented 8 years ago

In the Makefile find the line:

LDFLAGS += -L /usr/lib/gcc/arm-none-eabi/4.8/armv6-m/

and adjust the path to where you installed the arm-non-eabi libraries, e.g.

LDFLAGS += -L /usr/lib/gcc/arm-none-eabi/4.9.1/armv6-m/