hid4java icon indicating copy to clipboard operation
hid4java copied to clipboard

Benign error when building for Windows ARM64

Open tresf opened this issue 4 years ago • 0 comments
trafficstars

Windows ARM64 builds show benign error about building hidtest.exe.

Since #115 was merged into issue-93 branch, we can successfully build Windows ARM64 binaries, however reviewing the logs shows there's a build error occuring. This is a placeholder to fix that error.

  make[2]: Entering directory '/work/hidtest'
    CCLD     hidtest.exe
- libtool:   error: Could not determine the host path corresponding to
- libtool:   error:   '/work/windows/.libs'
  libtool:   error: Continuing, but uninstalled executables may not work.
  libtool:   error: Could not determine the host path corresponding to
  libtool:   error:   '/work/windows/.libs:/usr/local/lib:/usr/local/bin'
  libtool:   error: Continuing, but uninstalled executables may not work.
  make[2]: Leaving directory '/work/hidtest'
  make[2]: Entering directory '/work'
  make[2]: Leaving directory '/work'
  make[1]: Leaving directory '/work

Since the error is very specific to the way hidapi is building, I'm not sure if it's a bad assumption in the Makefile or a bug with the llvm-mingw wrapper we use, etc. I've asked for help upstream to see if they can point us in the right direction:

Upstream bug report:

  • https://github.com/libusb/hidapi/issues/320

tresf avatar Aug 11 '21 17:08 tresf