You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide covers setting up and using the <ahref="https://github.com/blackmagic-debug/blackmagic/">Black Magic Probe</a>. The Black Magic Probe is a low cost JTAG/SWD probe for ARM Cortex micro-controllers. A distinguishing feature of the Black Magic Probe is that it embeds a GDB server. As a result, the
3
+
This guide covers setting up and using the <ahref="https://github.com/blackmagic-debug/blackmagic/">Black Magic Probe</a>. The Black Magic Probe is a low cost JTAG/SWD probe for ARM Cortex micro-controllers. A distinguishing feature of the Black Magic Probe is that it embeds a GDB server. As a result, the
4
4
libbsd-dev
5
5
libfontconfig-dev
6
6
libgtk-3-dev
@@ -80,12 +80,5 @@ To generate the `.res` files, use MingW's `windres` function as follows:
80
80
```
81
81
windres -O coff -J rc -i file.rc -o file.res
82
82
```
83
-
84
-
You'll also need to install fontconfig with:
85
-
86
-
```
87
-
pacman -S mingw-w64-x86_64-fontconfig
88
-
```
89
-
90
83
### Windows with Visual C/C++
91
84
The makefile for Visual C/C++ (`Makefile.msvc`) uses Microsoft's `nmake`, which is a bare-bones `make` clone.
0 commit comments