0

After following the whole readme procedure for the hid api, when trying to run 'make' from the 'hidtest/' directory I get the "make: Nothing to be done for `all'." error. I have no idea what is causing this.

1 Answers1

1

You need to run the make file specific for your os.

I used make -f Makefile.mac for my Mac.

Greg

Greg Svitak
  • 485
  • 1
  • 6
  • 19