compuphase / Black-Magic-Probe-Book

A guide plus associated utilities for the Black Magic Probe.
Apache License 2.0
147 stars 26 forks source link

Problems with make - Windows #23

Closed sidprice closed 4 years ago

sidprice commented 4 years ago

It seems the Makefile.mingw has spaces before some commands and make requires TABs:

Makefile.mingw:65: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.

sidprice commented 4 years ago

I will generate a PR if you like.

sidprice commented 4 years ago

It also appears that the Windows Sockets library (ws2_32) is required by the linker commands.

sidprice commented 4 years ago

Seems I can't make a new PR for some reason

compuphase commented 4 years ago

I merged the pull request. Thanks.