#57: libusb host program for PLX NET20DC debug device ----------------------------+----------------------------------------------- Reporter: stuge | Owner: somebody Type: enhancement | Status: closed Priority: major | Milestone: Component: coreboot | Version: Resolution: invalid | Keywords: usb ehci debug Dependencies: | Patchstatus: patch needs review ----------------------------+-----------------------------------------------
Comment(by stepan):
To compile this on MacOS X, install libusb from MacPorts and compile the program with:
{{{ gcc -O2 -Wall usb_debug_io.c /opt/local/lib/libusb.a -o usb_debug_io -I/opt/local/include/ -framework IOKit -framework CoreFoundation }}}