Trying to compile the bridge doesn't work under msys2 with the UCRT64 environment. Noted issues:
- Min required cmake version is outdated
- cmake project incorrectly states pico instead of waveforms
- Compiler errors out from:
-- uint64_t not defined in BridgeSCPIServer.h
-- uint16_t not defined in Socket.h
-- no such file <digilent/waveforms/dwf.h> from wfmserver.h
Updates from hansem were tested and appear to address all of the above.
Trying to compile the bridge doesn't work under msys2 with the UCRT64 environment. Noted issues:
-- uint64_t not defined in BridgeSCPIServer.h
-- uint16_t not defined in Socket.h
-- no such file <digilent/waveforms/dwf.h> from wfmserver.h
Updates from hansem were tested and appear to address all of the above.