You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
$ make -f Makefile.hidapi
mkdir -p bin
gcc -Wall -Werror -Os -DHAVE_HIDAPI -DEXTRA_DEBUG -DDEBUG_COMM -I. -I/usr/local/include - o dongleCommHidHidapi.o -c dongleCommHidHidapi.c
In file included from dongleCommHidHidapi.c:19:
dongleCommHidHidapi.h:26:27: error: hidapi/hidapi.h: No such file or directory
In file included from dongleCommHidHidapi.c:19:
dongleCommHidHidapi.h:30: error: expected ‘)’ before ‘*’ token
dongleCommHidHidapi.h:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dongleCommHidHidapi.h:32: error: expected ‘)’ before ‘*’ token
cc1: warnings being treated as errors
dongleCommHidHidapi.c: In function ‘initHidHidapi’:
dongleCommHidHidapi.c:35: warning: implicit declaration of function ‘hid_init’
dongleCommHidHidapi.c: In function ‘exitHidHidapi’:
dongleCommHidHidapi.c:39: warning: implicit declaration of function ‘hid_exit’
dongleCommHidHidapi.c: At top level:
dongleCommHidHidapi.c:42: error: expected ‘)’ before ‘*’ token
dongleCommHidHidapi.c:136: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dongleCommHidHidapi.c:158: error: expected ‘)’ before ‘*’ token
make: *** [dongleCommHidHidapi.o] Error 1
also
$ make -f Makefile.libusb
mkdir -p bin
gcc -Wall -Werror -Os -DHAVE_LIBUSB -DEXTRA_DEBUG -DDEBUG_COMM -I. -I/usr/local/include -Ilibusb/include -o dongleCommHid.o -c dongleCommHid.c
mkdir -p bin
gcc -Wall -Werror -Os -DHAVE_LIBUSB -DEXTRA_DEBUG -DDEBUG_COMM -I. -I/usr/local/include -Ilibusb/include -o dongleCommWinUSB.o -c dongleCommWinUSB.c
mkdir -p bin
gcc -Wall -Werror -Os -DHAVE_LIBUSB -DEXTRA_DEBUG -DDEBUG_COMM -I. -I/usr/local/include -Ilibusb/include -o dongleComm.o -c dongleComm.c
In file included from dongleComm.c:24:
dongleCommHidHidapi.h:26:27: error: hidapi/hidapi.h: No such file or directory
In file included from dongleComm.c:24:
dongleCommHidHidapi.h:30: error: expected ‘)’ before ‘*’ token
dongleCommHidHidapi.h:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dongleCommHidHidapi.h:32: error: expected ‘)’ before ‘*’ token
make: *** [dongleComm.o] Error 1
Using my old built (with only Makefile the c-api binaries will not detect a HW-1 flashed with the latest firmware Version 0.6 - 10.04.15_1 / for LW 1.0.1)
The text was updated successfully, but these errors were encountered:
The old version with "Makefile" built correctly
This version fails
also
Using my old built (with only
Makefile
the c-api binaries will not detect a HW-1 flashed with the latest firmware Version 0.6 - 10.04.15_1 / for LW 1.0.1)The text was updated successfully, but these errors were encountered: