Advertisement
vrangan

pico-ice compile issue

Nov 17th, 2022
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 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.  
  5. /cmake/pico_ice_sdk_init.cmake
  6. Call Stack (most recent call first):
  7. CMakeLists.txt:4 (include)
  8.  
  9.  
  10. CMake Error at pico_ice_sdk_import.cmake:31 (include):
  11. include could not find requested file:
  12.  
  13. /pico_sdk_init.cmake
  14. Call Stack (most recent call first):
  15. CMakeLists.txt:4 (include)
  16.  
  17.  
  18. CMake Error at pico_ice_sdk_import.cmake:32 (add_subdirectory):
  19. add_subdirectory called with incorrect number of arguments
  20. Call Stack (most recent call first):
  21. CMakeLists.txt:4 (include)
  22.  
  23.  
  24. -- The C compiler identification is GNU 11.3.0
  25. -- The CXX compiler identification is GNU 11.3.0
  26. -- Detecting C compiler ABI info
  27. -- Detecting C compiler ABI info - done
  28. -- Check for working C compiler: /usr/bin/cc - skipped
  29. -- Detecting C compile features
  30. -- Detecting C compile features - done
  31. -- Detecting CXX compiler ABI info
  32. -- Detecting CXX compiler ABI info - done
  33. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  34. -- Detecting CXX compile features
  35. -- Detecting CXX compile features - done
  36. CMake Error at CMakeLists.txt:6 (pico_sdk_init):
  37. Unknown CMake command "pico_sdk_init".
  38.  
  39.  
  40. -- Configuring incomplete, errors occurred!
  41. See also "/home/vrangan/github/pico-ice-sdk/example/pico-blinky/build/CMakeFiles/CMakeOutput.log".
  42. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$ echo $PICO_SDK_PATH
  43. /home/vrangan/github/pico-sdk
  44. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$ ls $PICO_SDK_PATH
  45. CMakeLists.txt LICENSE.TXT build docs lib pico_sdk_version.cmake test
  46. CONTRIBUTING.md README.md cmake external pico_sdk_init.cmake src tools
  47. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement