Advertisement
vrangan

pico-ice-sdk build error

Nov 30th, 2022
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example$ cd pico-blinky/build/
  2. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$ rm -rf *
  3. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$ cmake ..
  4. PICO_SDK_PATH is /home/vrangan/github/pico-ice-sdk/pico-sdk
  5. Defaulting PICO_PLATFORM to rp2040 since not specified.
  6. Defaulting PICO platform compiler to pico_arm_gcc since not specified.
  7. -- Defaulting build type to 'Release' since not specified.
  8. PICO compiler is pico_arm_gcc
  9. -- The C compiler identification is GNU 10.3.1
  10. -- The CXX compiler identification is GNU 10.3.1
  11. -- The ASM compiler identification is GNU
  12. -- Found assembler: /usr/bin/arm-none-eabi-gcc
  13. Build type is Release
  14. PICO target board is pico_ice.
  15. Using board configuration from /home/vrangan/github/pico-ice-sdk/include/boards/pico_ice.h
  16. -- Found Python3: /usr/bin/python3.10 (found version "3.10.6") found components: Interpreter
  17. CMake Warning at /home/vrangan/github/pico-ice-sdk/pico-sdk/src/rp2_common/tinyusb/CMakeLists.txt:10 (message):
  18. TinyUSB submodule has not been initialized; USB support will be unavailable
  19.  
  20. hint: try 'git submodule update --init' from your SDK directory
  21. (/home/vrangan/github/pico-ice-sdk/pico-sdk).
  22.  
  23.  
  24. -- Configuring done
  25. -- Generating done
  26. -- Build files have been written to: /home/vrangan/github/pico-ice-sdk/example/pico-blinky/build
  27. vrangan@ASUS-STRIX-B550:~/github/pico-ice-sdk/example/pico-blinky/build$ make
  28. Scanning dependencies of target bs2_default
  29. [ 1%] Building ASM object pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
  30. [ 2%] Linking ASM executable bs2_default.elf
  31. [ 2%] Built target bs2_default
  32. [ 2%] Generating bs2_default.bin
  33. [ 3%] Generating bs2_default_padded_checksummed.S
  34. [ 3%] Built target bs2_default_padded_checksummed_asm
  35. Scanning dependencies of target pico_ice_sdk
  36. [ 3%] Building C object pico-ice-sdk/CMakeFiles/pico_ice_sdk.dir/src/flash.c.obj
  37. [ 4%] Building C object pico-ice-sdk/CMakeFiles/pico_ice_sdk.dir/src/fpga.c.obj
  38. /home/vrangan/github/pico-ice-sdk/src/fpga.c:7:10: fatal error: tusb.h: No such file or directory
  39. 7 | #include "tusb.h"
  40. | ^~~~~~~~
  41. compilation terminated.
  42. make[2]: *** [pico-ice-sdk/CMakeFiles/pico_ice_sdk.dir/build.make:90: pico-ice-sdk/CMakeFiles/pico_ice_sdk.dir/src/fpga.c.obj] Error 1
  43. make[1]: *** [CMakeFiles/Makefile2:1532: pico-ice-sdk/CMakeFiles/pico_ice_sdk.dir/all] Error 2
  44. make: *** [Makefile:91: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement