Colin Bourassa
Colin Bourassa
Thanks very much -- I'm glad you like the software. You'll need to build and install [libcomm14cux](https://github.com/colinbourassa/libcomm14cux) before building RoverGauge. libcomm14cux is the back-end library that actually talks to the...
If libcomm14cux got installed to ```/usr/local/lib```, then you probably just need to update the system library cache. You can do that by running ```sudo ldconfig``` and then try running RoverGauge...
It seems libftdi is building the static libs when invoked in the shared lib environment. I'll update this PR once I've fixed this.
Commit amended -- ready for review.
It seems this issue is indeed related to the availability of a pcre-dev system package. I am on Debian Bookworm, and had the same symptom until I installed libpcre3-dev. After...
If you extract the .zip file containing the new version into a folder, it should have everything needed to run. There is no need to extract it into the existing...
I haven't been able to reproduce either of these problems with 11.1.0, although my Windows testing is limited to Windows 10. (I've run it both in VirtualBox and bare metal.)...
@ryanmkurtz - Certainly. The attached archive contains three different A.out examples: * NetBSD executable for i386 * NetBSD executable for SPARC * VxWorks object file for MC68020 * This one...
@nightlark - Thanks very much for the suggestions. That all looks very reasonable so I've incorporated it in a new commit for this PR. During testing of the C3413 Green...
> The .bss fix seems to be causing an issue with Ghidra identifying some symbols that are located it that section -- specifically, it seems now two overlapping .bss sections...