Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. pi@raspberrypi ~/wiringPi $ ./build
  2. wiringPi Build script - please wait...
  3.  
  4. WiringPi library
  5. [UnInstall]
  6. [Compile] wiringPi.c
  7. [Compile] wiringPiFace.c
  8. [Compile] wiringSerial.c
  9. [Compile] wiringShift.c
  10. [Compile] gertboard.c
  11. [Compile] piNes.c
  12. [Compile] lcd.c
  13. [Compile] piHiPri.c
  14. [Compile] piThread.c
  15. [Compile] wiringPiSPI.c
  16. [Compile] wiringPiI2C.c
  17. wiringPiI2C.c: In function âwiringPiI2CReadâ:
  18. wiringPiI2C.c:43:3: warning: implicit declaration of function âi2c_smbus_read_by teâ [-Wimplicit-function-declaration]
  19. wiringPiI2C.c: In function âwiringPiI2CReadReg8â:
  20. wiringPiI2C.c:55:3: warning: implicit declaration of function âi2c_smbus_read_by te_dataâ [-Wimplicit-function-declaration]
  21. wiringPiI2C.c: In function âwiringPiI2CReadReg16â:
  22. wiringPiI2C.c:60:3: warning: implicit declaration of function âi2c_smbus_read_wo rd_dataâ [-Wimplicit-function-declaration]
  23. wiringPiI2C.c: In function âwiringPiI2CWriteâ:
  24. wiringPiI2C.c:72:3: warning: implicit declaration of function âi2c_smbus_write_b yteâ [-Wimplicit-function-declaration]
  25. wiringPiI2C.c: In function âwiringPiI2CWriteReg8â:
  26. wiringPiI2C.c:84:3: warning: implicit declaration of function âi2c_smbus_write_b yte_dataâ [-Wimplicit-function-declaration]
  27. wiringPiI2C.c: In function âwiringPiI2CWriteReg16â:
  28. wiringPiI2C.c:89:3: warning: implicit declaration of function âi2c_smbus_write_w ord_dataâ [-Wimplicit-function-declaration]
  29. [Compile] softPwm.c
  30. [Compile] softServo.c
  31. [Compile] softTone.c
  32. [Link (Dynamic)]
  33. [Install]
  34.  
  35. GPIO Utility
  36. [Compile] gpio.c
  37. [Link]
  38. /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../libwiringPi.so: undefined referenc e to `i2c_smbus_write_byte'
  39. /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../libwiringPi.so: undefined referenc e to `i2c_smbus_read_byte'
  40. /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../libwiringPi.so: undefined referenc e to `i2c_smbus_write_byte_data'
  41. /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../libwiringPi.so: undefined referenc e to `i2c_smbus_write_word_data'
  42. /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../libwiringPi.so: undefined referenc e to `i2c_smbus_read_word_data'
  43. /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../libwiringPi.so: undefined referenc e to `i2c_smbus_read_byte_data'
  44. collect2: ld returned 1 exit status
  45. make: *** [gpio] Error 1
  46. [Install]
  47. cp: cannot stat `gpio': No such file or directory
  48. make: *** [install] Error 1
  49.  
  50. Examples
  51.  
  52. wiringPi Examples
  53. =================
  54.  
  55. There are now too many examples to compile them all in a sensible time,
  56. and you probably don't want to compile or run them all anyway, so they
  57. have been separated out.
  58.  
  59. To compile an individual example, just type
  60.  
  61. make exampleName
  62.  
  63. Where exampleName is one of:
  64.  
  65. test1 test2 speed lcd wfi isr piface gertboard nes pwm tone servo
  66. delayTest serialRead serialTest okLed
  67.  
  68.  
  69. All Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement