-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino IDE 1.8.5 install issue? #1
Comments
I have tried to compile this code on both Mac and Windows install of Arduino IDE and see the same error |
Hello, |
There is an active forum on thethingsnetwork for this board - take a look at the "Big STM32 boards" topic. From there, courtesy of @miwo - Next was about the dfu-util-static which was missing: |
Thanks, that did the trick on the PC ;) For Mac, I also had to replace the whole gcc folder with the content gcc-arm-none-eabi-7-2017-q4-major-mac.tar.bz2 and install the dfu-utils with brew : brew install libusb |
Thanks a lot ! I've been searching for few hours how to fix this :) |
Using Arduino IDE 1.8.5 on Windows 10 system.
Attempting to compile LoRaSender example.
Get the following error:
exec: "C:\Users\DMD\Documents\Arduino\hardware\BSFrance-stm32-master/stm32/tools/win/gcc/bin/arm-none-eabi-g++": file does not exist
Error compiling for board BSFrance LoRaMx boards.
Indeed, the file does not exist in this directory. But it does exist in:
C:\Users\DMD\Documents\Arduino\hardware\BSFrance-stm32-master\stm32\tools\macosx\gcc\bin
The text was updated successfully, but these errors were encountered: