GrumpyOldPizza / ArduinoCore-stm32l0

Arduino Core for STM32L0
125 stars 67 forks source link

examples compile error #11

Closed ucdos123456 closed 6 years ago

ucdos123456 commented 6 years ago

when i use arduino IDE 1.8.5 compile LoRaWAN example by B-L072Z-LRWAN1, it shows "

exec: "/bin/arm-none-eabi-g++": file does not exist"

i'm not sure what's the problems.

GrumpyOldPizza commented 6 years ago

My bad. With installations from github you need to install the SAMD core to suck in the compiler.

On Wed, May 9, 2018 at 2:51 AM, VAN notifications@github.com wrote:

when i use arduino IDE 1.8.5 compile LoRaWAN example by B-L072Z-LRWAN1, it shows " exec: "/bin/arm-none-eabi-g++": file does not exist"

i'm not sure what's the problems.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AG4QfABZZnFXYvmdcQsb7N4P5K85c4HZks5twq4igaJpZM4T38i1 .

ucdos123456 commented 6 years ago

it's OK now. Thanks!!