Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. /home/citrullin/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/163.7743.47/bin/cmake/bin/cmake --build /home/citrullin/git/c/BlinkExample/cmake-build-debug --target PLATFORMIO_BUILD -- -j 4
  2. [Wed Feb 21 06:22:46 2018] Processing uno (platform: atmelavr; lib_deps: https://github.com/th0br0/iota.lib.c.git; board: uno; framework: arduino)
  3. --------------------------------------------------------------------------------
  4. Verbose mode can be enabled via `-v, --verbose` option
  5. Collected 30 compatible libraries
  6. Scanning dependencies...
  7. Library Dependency Graph ( http://bit.ly/configure-pio-ldf )
  8. |-- <iota.lib.c> #31d0a89
  9. |-- <avr-enc28j60>
  10. Compiling .pioenvs/uno/src/main.o
  11. Compiling .pioenvs/uno/src/server.o
  12. Compiling .pioenvs/uno/src/server_utils.o
  13. Compiling .pioenvs/uno/src/uart.o
  14. src/main.c:7:18: fatal error: curl.h: No such file or directory
  15.  
  16. *************************************************************
  17. * Looking for curl.h dependency? Check our library registry!
  18. *
  19. * CLI > platformio lib search "header:curl.h"
  20. * Web > http://platformio.org/lib/search?query=header:curl.h
  21. *
  22. *************************************************************
  23.  
  24. #include <curl.h>
  25. ^
  26. compilation terminated.
  27. *** [.pioenvs/uno/src/main.o] Error 1
  28. src/uart.c: In function 'readString':
  29. src/uart.c:101:5: warning: function returns address of local variable [-Wreturn-local-addr]
  30. return rxstr;
  31. ^
  32. src/server_utils.c: In function 'replace_string':
  33. src/server_utils.c:31:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  34. for (count = 0; tmp = strstr(ins, rep); ++count) {
  35. ^
  36. ========================== [ERROR] Took 1.23 seconds ==========================
  37. CMakeFiles/PLATFORMIO_BUILD.dir/build.make:57: recipe for target 'CMakeFiles/PLATFORMIO_BUILD' failed
  38. make[3]: *** [CMakeFiles/PLATFORMIO_BUILD] Error 1
  39. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/PLATFORMIO_BUILD.dir/all' failed
  40. make[2]: *** [CMakeFiles/PLATFORMIO_BUILD.dir/all] Error 2
  41. CMakeFiles/Makefile2:79: recipe for target 'CMakeFiles/PLATFORMIO_BUILD.dir/rule' failed
  42. make[1]: *** [CMakeFiles/PLATFORMIO_BUILD.dir/rule] Error 2
  43. Makefile:118: recipe for target 'PLATFORMIO_BUILD' failed
  44. make: *** [PLATFORMIO_BUILD] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement