Building stlink under macOS #1237
-
In my desperation of not getting stlink v 1.6.1 working under macOS (always getting 2022-03-31T12:24:49 WARN: unknown chip id! 0x374b) I'm trying to build stlink. Intuitively I did a git clone, cd'd to stlink and did a "make". As a result I got binaries in /Users/me/Downloads/stlink/build/Release/bin.
Or:
Why do I get /usr/local/stlink/chips: No such file or directory ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I haven’t tried it, but |
Beta Was this translation helpful? Give feedback.
I haven’t tried it, but
make install
should copy the missing chip config files.