simbit18
simbit18
@snikeguo you are not yet using the MSYS environment path MSYS environment -> **C:\msys64\msys2.exe**  $ uname -a MSYS_NT-10.0-19045 after that I recommend that you remove the contents of the...
@acassis @xiaoxiang781216 The problem is here https://github.com/apache/nuttx/actions/runs/8479414330/job/23233475816?pr=12022#step:7:1313 Configuring... make: *** [olddefconfig] Error 1 Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI make: *** [olddefconfig] Error 1 I think clearing the cache solves the problem https://github.com/apache/nuttx/actions/caches
@xuxin930 exactly !!! cache must be cleared manually.
@acassis I saw that on sourceforge.net they are still available [nuttx sourceforge.net](https://sourceforge.net/projects/nuttx/files/nuttx/)
@TimJTi Failed CI on arm-13 - cmake build broken with #14414 but now fixed #14437 #14439
Hi @lupyuen as far as I can see nxstyle is the same. checkpatch.sh https://github.com/apache/nuttx/blob/216c4b00e2358fc0bb09db9c4eeb3cc0b240679a/tools/checkpatch.sh#L197 check.yml https://github.com/apache/nuttx/blob/216c4b00e2358fc0bb09db9c4eeb3cc0b240679a/.github/workflows/check.yml#L49 I did a test locally with nxstyle and it does not detect up case...
@kassane please rebase now NuttX Docker Image has Zig.
@xiaoxiang781216 now zig is in NuttX image and PR is ok.
@xiaoxiang781216 @xuxin930 @jasonbu this pr broke build msvc https://github.com/simbit18/nuttx_test_pr/actions/runs/11498059450/job/32003163671#step:8:1780 sched.vcxproj -> D:\a\nuttx_test_pr\nuttx_test_pr\sources\nuttx\vs2022\sched\Debug\sched.lib Generating nuttx_all.lib Microsoft (R) Library Manager Version 14.41.34123.0 Copyright (C) Microsoft Corporation. All rights reserved. Building Custom Rule...
@snikeguo currently nuttx cannot be compiled with cmake on msys2