HarzSR

Untitled

Feb 7th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Arduino: 1.8.1 (Windows 10), Board: "Arduino/Genuino Uno"
  2.  
  3. C:\Users\HARIHA~1\AppData\Local\Temp\ccehc3ra.ltrans0.ltrans.o: In function `setup':
  4.  
  5. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:189: undefined reference to `PID::SetOutputLimits(double, double)'
  6.  
  7. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:190: undefined reference to `PID::SetSampleTime(int)'
  8.  
  9. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:191: undefined reference to `PID::SetOutputLimits(double, double)'
  10.  
  11. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:192: undefined reference to `PID::SetSampleTime(int)'
  12.  
  13. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:202: undefined reference to `PID::SetTunings(double, double, double)'
  14.  
  15. C:\Users\HARIHA~1\AppData\Local\Temp\ccehc3ra.ltrans0.ltrans.o: In function `MPUMath':
  16.  
  17. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:253: undefined reference to `PID::SetMode(int)'
  18.  
  19. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:254: undefined reference to `PID::SetMode(int)'
  20.  
  21. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:262: undefined reference to `PID::Compute()'
  22.  
  23. C:\Users\HARIHA~1\AppData\Local\Temp\ccehc3ra.ltrans0.ltrans.o: In function `loop':
  24.  
  25. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:223: undefined reference to `PID::SetMode(int)'
  26.  
  27. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:224: undefined reference to `PID::SetMode(int)'
  28.  
  29. C:\Users\HARIHA~1\AppData\Local\Temp\ccehc3ra.ltrans2.ltrans.o: In function `__static_initialization_and_destruction_0':
  30.  
  31. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:57: undefined reference to `PID::PID(double*, double*, double*, double, double, double, int)'
  32.  
  33. C:\Users\Hariharan T\Desktop\BalancingBotBasicForHarzSR/BalancingBotBasicForHarzSR.ino:84: undefined reference to `PID::PID(double*, double*, double*, double, double, double, int)'
  34.  
  35. collect2.exe: error: ld returned 1 exit status
  36.  
  37. exit status 1
  38. Error compiling for board Arduino/Genuino Uno.
  39.  
  40. This report would have more information with
  41. "Show verbose output during compilation"
  42. option enabled in File -> Preferences.
Add Comment
Please, Sign In to add comment