-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
st-flash: dyld: Library not loaded: /usr/local/lib/libusb-1.0.0.dylib #596
Comments
Mac OS doesn't allow via GCC to build program with
|
I installed libusb via macports, but it doesn't work. |
Maybe that is problem with OS X yosemite. |
Please try |
I've just rebuilt If it works for you, I'll update package globally. |
It doesn't work, I get the same error again. Maybe that is a board specific problem. I can upload |
@valeros do you have any ideas? |
I think the upload must work like on other mbed boards like the Arch Pro. The code is uploaded to USB-drive 'mbed', It seems that the ST-Link don't use this way. |
Do you have |
Yes. The board doesn't have an ST-Link debugger. See: http://www.seeedstudio.com/wiki/Arch_Max |
It looks strange because mbed should be used. See https://github.com/platformio/platformio/blob/develop/platformio/builder/scripts/ststm32.py#L106 Please contact [email protected] with TeamViewer session. |
Fixed in bc3d8d2 |
Strangely, now seeing this with tool-dfuutil 1.9.200310 (on an M1).
Unfortunately MacPorts is no help in the default install, due to it being ARM64-only:
And also unfortunate, this fails with
|
Could you try |
I can't upload code to my Seeeduino Arch Max. Here a screenshot with the error code. OS X 10.10.5
Last version of Plarformio, IDE and mbed framework. I can compile the code on the mbed online IDE.
The text was updated successfully, but these errors were encountered: