This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TUSB3410: Compilation error in Linux burning tool

Part Number: TUSB3410

Tool/software: Linux

I'm have problemscompiling "libhid" library.  I am  using Ubuntu with  kernel 4.3.0.

make
make  all-recursive
make[1]: Entering directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16'
Making all in hidparser
make[2]: Entering directory `/home//TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/hidparser'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/hidparser'
Making all in src
make[2]: Entering directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/src'
make[2]: Leaving directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/src'
Making all in test
make[2]: Entering directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/test'
make[3]: Entering directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/src'
make[3]: Leaving directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../include -I../hidparser -O0 -g -Wall -W -Werror -MT lshid.o -MD -MP -MF ".deps/lshid.Tpo" -c -o lshid.o lshid.c; \
    then mv -f ".deps/lshid.Tpo" ".deps/lshid.Po"; else rm -f ".deps/lshid.Tpo"; exit 1; fi
lshid.c: In function ‘device_iterator’:
lshid.c:32:87: error: parameter ‘len’ set but not used [-Werror=unused-but-set-parameter]
 bool device_iterator (struct usb_dev_handle const* usbdev, void* custom, unsigned int len)
                                                                                       ^
cc1: all warnings being treated as errors
make[2]: *** [lshid.o] Error 1
make[2]: Leaving directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/TIUSB9261/tusb926x-flashburner-0.1.12.1386/libhid-0.2.16'
make: *** [all] Error 2
  

Thanks,