Skip to content
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

Open
DMD-Engineering opened this issue Mar 11, 2018 · 5 comments
Open

Arduino IDE 1.8.5 install issue? #1

DMD-Engineering opened this issue Mar 11, 2018 · 5 comments

Comments

@DMD-Engineering
Copy link

DMD-Engineering commented Mar 11, 2018

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

@nicbkw
Copy link

nicbkw commented Apr 27, 2018

I have tried to compile this code on both Mac and Windows install of Arduino IDE and see the same error

@neuhausj
Copy link

neuhausj commented May 9, 2018

Hello,
I also had the same problem today (also using latest Arduino IDE 1.8.5 on Windows 10).

@nicbkw
Copy link

nicbkw commented May 9, 2018

There is an active forum on thethingsnetwork for this board - take a look at the "Big STM32 boards" topic. From there, courtesy of @miwo -
In BSFrance-stm32-master/stm32/tools/win/gcc/bin/arm-none-eabi-g++ stuff is missing.
I copied the contents of gcc-arm-none-eabi-7-2017-q4-major-win32.zip from https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads to here: \hardware\BSFrance-stm32-master\stm32\tools\win\gcc

Next was about the dfu-util-static which was missing:
Downloaded it: http://dfu-util.sourceforge.net/ and put the dfu-util-static.exe here: \hardware\BSFrance-stm32-master\stm32\tools\win

@neuhausj
Copy link

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
and then brew install dfu-util

@Aescent
Copy link

Aescent commented Jan 24, 2019

Thanks a lot ! I've been searching for few hours how to fix this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants