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

Build error on Ubuntu Linux 18.04 #28

Closed simonsunnyboy closed 1 year ago

simonsunnyboy commented 1 year ago

The build starts correctly with the following command line from the source directory:

make -f ./Makefile.linux GLFW_LIBNAME=glfw

However building of bmserial leads to the following error message:

bmserial.c:71:11: fatal error: res/icon_serial_64.h: Datei oder Verzeichnis nicht gefunden

The folder source/res/ indeed does not contain the header file.

compuphase commented 1 year ago

Fixed in commit a9ca67d3c74630b520fc49fa22752800f70123df. Thank you for reporting.

simonsunnyboy commented 1 year ago

I can confirm all sources now build fine after the update.