Advertisement
vrangan

pico-ice compile cant find pico-ice

Nov 17th, 2022
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$ cmake ..
  2. PICO_SDK_PATH is /home/vrangan/github/pico-sdk
  3. PICO platform is rp2040.
  4. Build type is Release
  5. PICO target board is pico_ice.
  6. CMake Error at /home/vrangan/github/pico-sdk/src/boards/generic_board.cmake:22 (message):
  7. Unable to find definition of board 'pico_ice' (specified by PICO_BOARD):
  8.  
  9. Looked for pico_ice.h in /include, /home/vrangan/github/pico-sdk/src/boards/include/boards (additional paths specified by PICO_BOARD_HEADER_DIRS)
  10. Looked for pico_ice.cmake in /cmake, /home/vrangan/github/pico-sdk/src/boards (additional paths specified by PICO_BOARD_CMAKE_DIRS)
  11. Call Stack (most recent call first):
  12. /home/vrangan/github/pico-sdk/src/board_setup.cmake:28 (include)
  13. /home/vrangan/github/pico-sdk/src/CMakeLists.txt:15 (include)
  14.  
  15.  
  16. -- Configuring incomplete, errors occurred!
  17. See also "/home/vrangan/github/pico-ice-sdk/example/pico-blinky/build/CMakeFiles/CMakeOutput.log".
  18. See also "/home/vrangan/github/pico-ice-sdk/example/pico-blinky/build/CMakeFiles/CMakeError.log".
  19. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement