Advertisement
vrangan

Untitled

Nov 17th, 2022
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$ cmake ..
  2. CMake Error at pico_ice_sdk_import.cmake:30 (include):
  3. include could not find requested file:
  4. -- Check for working C compiler: /usr/bin/cc - skipped
  5. /cmake/pico_ice_sdk_init.cmake
  6. Call Stack (most recent call first):ne
  7. CMakeLists.txt:4 (include)I info
  8. -- Detecting CXX compiler ABI info - done
  9. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  10. CMake Error at pico_ice_sdk_import.cmake:31 (include):
  11. include could not find requested file:
  12. CMake Error at CMakeLists.txt:6 (pico_sdk_init):
  13. /pico_sdk_init.cmake"pico_sdk_init".
  14. Call Stack (most recent call first):
  15. CMakeLists.txt:4 (include)
  16. -- Configuring incomplete, errors occurred!
  17. See also "/home/vrangan/github/pico-ice-sdk/example/pico-blinky/build/CMakeFiles/CMakeOutput.log".
  18. CMake Error at pico_ice_sdk_import.cmake:32 (add_subdirectory):ky/build$
  19. add_subdirectory called with incorrect number of arguments
  20. Call Stack (most recent call first):
  21. CMakeLists.txt:4 (include)
  22.  
  23.  
  24. CMake Error at CMakeLists.txt:6 (pico_sdk_init):
  25. Unknown CMake command "pico_sdk_init".
  26.  
  27.  
  28. -- Configuring incomplete, errors occurred!
  29. See also "/home/vrangan/github/pico-ice-sdk/example/pico-blinky/build/CMakeFiles/CMakeOutput.log".
  30. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement