-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmake-configure-failed.log
39 lines (34 loc) · 1.94 KB
/
cmake-configure-failed.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Using PICO_SDK_PATH from environment ('/home/pawel/src/32bitmicro/PicoNexus/pico-sdk')
PICO_SDK_PATH is /home/pawel/src/32bitmicro/PicoNexus/pico-sdk
Defaulting PICO_PLATFORM to rp2040 since not specified.
Defaulting PICO platform compiler to pico_arm_gcc since not specified.
-- Defaulting build type to 'Release' since not specified.
PICO compiler is pico_arm_gcc
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- The ASM compiler identification is GNU
-- Found assembler: /opt/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Build type is Release
Defaulting PICO target board to pico since not specified.
Using board configuration from /home/pawel/src/32bitmicro/PicoNexus/pico-sdk/src/boards/include/boards/pico.h
-- Found Python3: /home/pawel/miniconda3/bin/python3.11 (found version "3.11.5") found components: Interpreter
CMake Warning at /home/pawel/src/32bitmicro/PicoNexus/pico-sdk/src/rp2_common/tinyusb/CMakeLists.txt:10 (message):
TinyUSB submodule has not been initialized; USB support will be unavailable
hint: try 'git submodule update --init' from your SDK directory
(/home/pawel/src/32bitmicro/PicoNexus/pico-sdk).
CMake Warning at hello_world/usb/CMakeLists.txt:19 (message):
not building hello_usb because TinyUSB submodule is not initialized in the
SDK
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pawel/src/32bitmicro/PicoNexus/pico-projects/build