simbit18
simbit18
Hi @acassis , let's wait for all the jobs to finish running and then restart the msys2 job.
@acassis , previously the cache was enabled for GitHub Action to setup MSYS2, but to avoid closing the NuttX repository, we had to make some cuts. :) https://github.com/apache/nuttx/pull/14618 https://github.com/apache/nuttx/pull/14909 Now...
@lupyuen if I'm not mistaken it seems to be solved here is not present [Linux (other)] https://github.com/apache/nuttx/actions/runs/11549938848/job/32143990355?pr=14528 ``` ==================================================================================== Configuration/Tool: flipnclick-pic32mz/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL 2024-10-28 08:33:57 ------------------------------------------------------------------------------------ Cleaning... Configuring... Disabling CONFIG_MIPS32_TOOLCHAIN_GNU_ELF Enabling CONFIG_MIPS32_TOOLCHAIN_PINGUINOL...
I need to understand better but this warning seems related to the TOOLCHAIN change Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI https://nuttx.apache.org/docs/latest/platforms/arm/c5471/boards/c5471evm/index.html 3. By default, all configurations assume the NuttX Buildroot toolchain under...
@lupyuen This warning appears in board-configs that have defconfig with enabled **CONFIG_ARM_TOOLCHAIN_BUILDROOT=y** or **CONFIG_ARM_TOOLCHAIN_BUILDROOT_OABI=y** attach list [boards.txt](https://github.com/user-attachments/files/17557859/boards.txt). The warning occurs when in refresh.sh runs [make olddefconfig](https://github.com/apache/nuttx/blob/d42f16939ebf5907e1be4461e01a2bff96291e6e/tools/refresh.sh#L238) ``` make -C /__w/nuttx-testing/nuttx-testing/nuttxspace/apps...
@xiaoxiang781216 I don't think so.
> or we add nuttx toolchain to docker image? This might be a good alternative to remove the warning. However, being busy with my work, I have little time to...
There are errors in job Linux (arm-06) https://github.com/apache/nuttx/actions/runs/17084057983/job/48447096636#logs` ``` ==================================================================================== Configuration/Tool: raspberrypi-pico-w/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI 2025-08-20 00:22:32 ------------------------------------------------------------------------------------ Cleaning... Configuring... Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Building NuttX... In file included from /tools/pico-sdk/src/common/pico_base_headers/include/pico.h:64, from /tools/pico-sdk/src/rp2040/pico_platform/include/pico/asm_helper.S:7,...
hi @cederom If I'm not mistaken, @jerpelea uses this tool in Python. https://github.com/apache/nuttx/blob/master/tools/doreleasenotes.py
Hi @snikeguo, please read the guidelines for contributions https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md#15-commit-requirements ``` ../nuttx/tools/checkpatch.sh -c -u -m -g df3fe0e16f87736a8f4fd31909b5fe1bcf2a91e7..HEAD ❌ Commit subject missing colon (e.g. 'subsystem: msg') ❌ Missing Signed-off-by ``` A summary...