Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. In file included from .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.h:4,
  2.  
  3. from .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp:1:
  4. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp: In member function 'void SW_SPIC
  5. lass::init()':
  6. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\TMC_platforms.h:22:22: error: 'LPC176x' has
  7. not been declared
  8. #define writeSCK_H LPC176x::delay_ns(40); LPC176x::gpio_set(sck_pin)
  9. ^~~~~~~
  10. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp:21:3: note: in expansion of macro
  11. 'writeSCK_H'
  12. writeSCK_H;
  13. ^~~~~~~~~~
  14. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\TMC_platforms.h:22:45: error: 'LPC176x' has
  15. not been declared
  16. #define writeSCK_H LPC176x::delay_ns(40); LPC176x::gpio_set(sck_pin)
  17. ^~~~~~~
  18. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp:21:3: note: in expansion of macro
  19. 'writeSCK_H'
  20. writeSCK_H;
  21. ^~~~~~~~~~
  22. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp: In member function 'uint8_t SW_S
  23. PIClass::transfer(uint8_t)':
  24. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\TMC_platforms.h:23:22: error: 'LPC176x' has
  25. not been declared
  26.  
  27. #define writeSCK_L LPC176x::delay_ns(40); LPC176x::gpio_clear(sck_pin)
  28. ^~~~~~~
  29. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp:26:3: note: in expansion of macro
  30. 'writeSCK_L'
  31. writeSCK_L;
  32. ^~~~~~~~~~
  33. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\TMC_platforms.h:23:45: error: 'LPC176x' has
  34. not been declared
  35. #define writeSCK_L LPC176x::delay_ns(40); LPC176x::gpio_clear(sck_pin)
  36. ^~~~~~~
  37. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp:26:3: note: in expansion of macro
  38. 'writeSCK_L'
  39. writeSCK_L;
  40. ^~~~~~~~~~
  41. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\TMC_platforms.h:20:23: error: 'LPC176x' has
  42. not been declared
  43. #define writeMOSI_H LPC176x::gpio_set(mosi_pin)
  44. ^~~~~~~
  45. .pio\libdeps\LPC1768\TMCStepper_ID5513\src\source\SW_SPI.cpp:30:28: note: in expansion of macr
  46. o 'writeMOSI_H'
  47. !!(ulVal & (1 << i)) ? writeMOSI_H : writeMOSI_L;
  48. ^~~~~~~~~~~
  49. compilation terminated due to -fmax-errors=5.
  50. *** [.pio\build\LPC1768\libc5d\TMCStepper_ID5513\source\SW_SPI.cpp.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement