Advertisement
Narayan

make

Sep 26th, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 KB | None | 0 0
  1. cc -Wall -fPIC -DUSB_DRIVER_VERSION="\"2016-09-25 23:23:24\""  -DJTAGKEY usb-driver.c xpcu.c parport.c config.c jtagmon.c jtagkey.c -o libusb-driver.so -ldl -lusb -lpthread -L/usr/local/lib -lftdi -L/usr/lib/x86_64-linux-gnu -lusb -shared
  2. parport.c: In function ‘parport_transfer’:
  3. parport.c:21:23: warning: variable ‘last_pp_write’ set but not used [-Wunused-but-set-variable]
  4.   static unsigned char last_pp_write = 0;
  5.                        ^
  6. cc -DDEBUG -Wall -fPIC -DUSB_DRIVER_VERSION="\"2016-09-25 23:23:24\""  -DJTAGKEY usb-driver.c xpcu.c parport.c config.c jtagmon.c jtagkey.c -o libusb-driver-DEBUG.so -ldl -lusb -lpthread -L/usr/local/lib -lftdi -L/usr/lib/x86_64-linux-gnu -lusb -shared
  7. Built library is 64 bit. Run `make lib32' to build a 32 bit version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement