Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Created April 15, 2025 08:43
Show Gist options
  • Save lupyuen/b5ebb5b28d45d3c36764e0d006c6cf37 to your computer and use it in GitHub Desktop.
Save lupyuen/b5ebb5b28d45d3c36764e0d006c6cf37 to your computer and use it in GitHub Desktop.
sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/Donny9/incubator-nuttx nuttx --branch sem
git clone https://github.com/Donny9/incubator-nuttx-apps apps --branch system_dd
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx
tools/refresh.sh --silent olimex-stm32-p407:knsh
cd ~/nuttx/tools/ci
./cibuild.sh -c -A -N -R testlist/arm-09.dat
luppy@thinkstation:~/nuttx-test-bot$ cd /tmp
luppy@thinkstation:/tmp$ sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
[sudo] password for luppy:
root@cc2cc971e65c:/tools# cd
git clone https://github.com/Donny9/incubator-nuttx nuttx --branch sem
git clone https://github.com/Donny9/incubator-nuttx-apps apps --branch system_dd
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx
Cloning into 'nuttx'...
remote: Enumerating objects: 845662, done.
remote: Counting objects: 100% (203/203), done.
remote: Compressing objects: 100% (132/132), done.
remote: Total 845662 (delta 101), reused 81 (delta 70), pack-reused 845459 (from 3)
Receiving objects: 100% (845662/845662), 315.48 MiB | 17.62 MiB/s, done.
Resolving deltas: 100% (661646/661646), done.
Updating files: 100% (24350/24350), done.
Cloning into 'apps'...
remote: Enumerating objects: 94764, done.
remote: Counting objects: 100% (211/211), done.
remote: Compressing objects: 100% (149/149), done.
remote: Total 94764 (delta 111), reused 72 (delta 62), pack-reused 94553 (from 3)
Receiving objects: 100% (94764/94764), 25.15 MiB | 14.69 MiB/s, done.
Resolving deltas: 100% (76579/76579), done.
~/nuttx ~
HEAD is now at e6c67ac4b5 Documentation: remove unused dd config
NuttX Source: https://github.com/apache/nuttx/tree/e6c67ac4b5cbb8f4a39a48bb93a8efa52418101b
~
~/apps ~
HEAD is now at 33bad8e36 nshlib/dd: remove nsh dd cmd
NuttX Apps: https://github.com/apache/nuttx-apps/tree/33bad8e36945c2aba2cea53515bb779b71242608
~
root@cc2cc971e65c:~/nuttx#
root@cc2cc971e65c:~/nuttx# tools/refresh.sh --silent olimex-stm32-p407:knsh
[1/1] Normalize olimex-stm32-p407:knsh
root@cc2cc971e65c:~/nuttx# git status
On branch sem
Your branch is up to date with 'origin/sem'.
nothing to commit, working tree clean
root@cc2cc971e65c:~/nuttx# cd ~/nuttx/tools/ci
root@cc2cc971e65c:~/nuttx/tools/ci# ./cibuild.sh -c -A -N -R testlist/arm-09.dat
+++ dirname ./cibuild.sh
++ cd .
++ pwd
+ CID=/root/nuttx/tools/ci
++ cd /root/nuttx/tools/ci/../../../
++ pwd -P
+ CIWORKSPACE=/root
+ CIPLAT=/root/nuttx/tools/ci/platforms
+ nuttx=/root/nuttx
+ apps=/root/apps
++ uname -s
+ os=Linux
++ uname -m
+ osarch=x86_64
+ '[' -f /etc/os-release ']'
++ cut -d= -f2
++ grep '^ID=' /etc/os-release
++ tr -d '"'
+ osname=ubuntu
+ '[' -z -c ']'
+ '[' -n -c ']'
+ case "$1" in
+ enable_ccache
+ export CCACHE_DIR=/root/tools/ccache
+ CCACHE_DIR=/root/tools/ccache
+ shift
+ '[' -n -A ']'
+ case "$1" in
+ options+='-A '
+ shift
+ '[' -n -N ']'
+ case "$1" in
+ options+='-N '
+ shift
+ '[' -n -R ']'
+ case "$1" in
+ options+='-R '
+ shift
+ '[' -n testlist/arm-09.dat ']'
+ case "$1" in
+ builds=("$@")
+ break
+ run_builds
+ local ncpus
+ '[' Xubuntu == XDarwin ']'
++ grep -c '^processor' /proc/cpuinfo
+ ncpus=24
+ options+='-j 24'
+ for build in "${builds[@]}"
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/arm-09.dat
====================================================================================
Cmake in present: nucleo-f334r8/highpri,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f334r8/highpri,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:27:55
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f334r8/adc,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f334r8/adc,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:28:35
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f334r8/spwm2,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f334r8/spwm2,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:29:14
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f334r8/spwm1,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f334r8/spwm1,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:29:56
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f334r8/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f334r8/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:30:40
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f401re/fb,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f401re/fb,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:31:24
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f401re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f401re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:32:03
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f410rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f410rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:32:37
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f411re/mcp2515-extid,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f411re/mcp2515-extid,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:33:24
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f411re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f411re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:33:54
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f412zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f412zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:34:27
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f429zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f429zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:35:02
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f429zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f429zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:35:43
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/cansock,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/cansock,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:36:23
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/qenco,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/qenco,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:37:17
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/ihm08m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/ihm08m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:37:55
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/gpio,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/gpio,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:38:46
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/systemview,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/systemview,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:39:12
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/ihm08m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/ihm08m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:40:02
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Configuration/Tool: nucleo-f446re/lcd,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:40:27
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize nucleo-f446re/lcd
====================================================================================
Configuration/Tool: nucleo-f446re/can,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:41:47
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize nucleo-f446re/can
====================================================================================
Cmake in present: nucleo-f446re/adc,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/adc,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:42:55
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/pwm,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/pwm,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:43:25
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:43:56
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-f446re/dac,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-f446re/dac,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:44:36
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431kb/comp,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431kb/comp,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:45:03
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431kb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431kb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:45:43
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431kb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431kb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:46:08
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431rb/cansock,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/cansock,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:46:52
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431rb/qenco,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/qenco,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:47:37
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431rb/ihm16m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/ihm16m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:47:58
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Configuration/Tool: nucleo-g431rb/can,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:48:41
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize nucleo-g431rb/can
====================================================================================
Cmake in present: nucleo-g431rb/ihm16m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/ihm16m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:49:41
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431rb/adc,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/adc,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:50:12
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431rb/cordic,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/cordic,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:50:41
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431rb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:51:29
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Cmake in present: nucleo-g431rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g431rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:52:06
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Configuration/Tool: nucleo-g474re/lpuartnsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:52:38
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^
1 warning generated.
[1/1] Normalize nucleo-g474re/lpuartnsh
====================================================================================
Cmake in present: nucleo-g474re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-g474re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:53:43
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Configuration/Tool: nucleo-g474re/usbserial,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:54:22
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^
1 warning generated.
[1/1] Normalize nucleo-g474re/usbserial
====================================================================================
Configuration/Tool: nucleo-l152re/lcd,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:55:28
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize nucleo-l152re/lcd
====================================================================================
Cmake in present: nucleo-l152re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
Configuration/Tool: nucleo-l152re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-04-15 07:56:50
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
====================================================================================
Configuration/Tool: olimex-stm32-e407/mrf24j40-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 07:57:24
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/mrf24j40-6lowpan
====================================================================================
Configuration/Tool: olimex-stm32-e407/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 07:58:35
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
arm-none-eabi-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions
[1/1] Normalize olimex-stm32-e407/usbnsh
====================================================================================
Configuration/Tool: olimex-stm32-e407/webserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 07:59:41
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/webserver
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
====================================================================================
Configuration/Tool: olimex-stm32-e407/telnetd,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:00:57
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/telnetd
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
====================================================================================
Configuration/Tool: olimex-stm32-e407/bmp180,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:02:09
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/bmp180
====================================================================================
Configuration/Tool: olimex-stm32-e407/ina219,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:02:58
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/ina219
====================================================================================
Configuration/Tool: olimex-stm32-e407/discover,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:03:49
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/discover
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
====================================================================================
Configuration/Tool: olimex-stm32-e407/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:05:06
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/netnsh
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
====================================================================================
Configuration/Tool: olimex-stm32-e407/mrf24j40-mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:06:04
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/mrf24j40-mac
====================================================================================
Configuration/Tool: olimex-stm32-e407/timer,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:06:52
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-e407/timer
====================================================================================
Configuration/Tool: olimex-stm32-e407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:08:01
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
arm-none-eabi-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions
[1/1] Normalize olimex-stm32-e407/nsh
====================================================================================
Configuration/Tool: olimex-stm32-e407/dac,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:08:56
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
arm-none-eabi-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions
[1/1] Normalize olimex-stm32-e407/dac
====================================================================================
Configuration/Tool: olimex-stm32-h405/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:10:05
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-h405/usbnsh
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
====================================================================================
Configuration/Tool: olimex-stm32-h407/nsh_uext,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:11:14
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-h407/nsh_uext
====================================================================================
Configuration/Tool: olimex-stm32-h407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:12:06
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-h407/nsh
====================================================================================
Configuration/Tool: olimex-stm32-p107/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:13:10
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p107/nsh
====================================================================================
Configuration/Tool: olimex-stm32-p207/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:14:25
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p207/nsh
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found
====================================================================================
Configuration/Tool: olimex-stm32-p407/dhtxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:15:39
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/dhtxx
====================================================================================
Configuration/Tool: olimex-stm32-p407/hidkbd,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:16:53
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/hidkbd
====================================================================================
Configuration/Tool: olimex-stm32-p407/kelf,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:17:52
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/kelf
====================================================================================
Configuration/Tool: olimex-stm32-p407/mqttc,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:19:14
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 277k 0 277k 0 0 343k 0 --:--:-- --:--:-- --:--:-- 1267k
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/mqttc
====================================================================================
Configuration/Tool: olimex-stm32-p407/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:20:18
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/knsh
====================================================================================
Configuration/Tool: olimex-stm32-p407/zmodem,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:21:31
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/zmodem
====================================================================================
Configuration/Tool: olimex-stm32-p407/kmodule,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:22:28
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/kmodule
====================================================================================
Configuration/Tool: olimex-stm32-p407/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:23:44
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/module
====================================================================================
Configuration/Tool: olimex-stm32-p407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:24:48
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/nsh
====================================================================================
Configuration/Tool: olimex-stm32-p407/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-04-15 08:25:42
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
[1/1] Normalize olimex-stm32-p407/audio
====================================================================================
+ '[' -d /root/tools/ccache ']'
+ ccache -s
Summary:
Hits: 36247 / 82295 (44.05 %)
Direct: 527 / 82367 (0.64 %)
Preprocessed: 35720 / 81768 (43.68 %)
Misses: 46048
Direct: 81840
Preprocessed: 46048
Uncacheable: 44374
Primary storage:
Hits: 95058 / 164587 (57.76 %)
Misses: 69529
Cache size (GB): 0.33 / 5.00 (6.65 %)
Use the -v/--verbose option for more details.
root@cc2cc971e65c:~/nuttx/tools/ci#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment