simbit18 commented on PR #18501:
URL: https://github.com/apache/nuttx/pull/18501#issuecomment-4011903808

   Hi @fdcavalcanti @tmedicci @eren-terzioglu We are receiving this error on 
all PRs. Can you check it?
   
   ```
   Error: board/esp32_bringup.c:275:9: error: implicit declaration of function 
'btn_lower_initialize'; did you mean 'nullmtd_initialize'? 
[-Wimplicit-function-declaration]
     275 |   ret = btn_lower_initialize("/dev/buttons");
         |         ^~~~~~~~~~~~~~~~~~~
   ```~
   
   Boards
   ```
     Cleaning...
   HEAD detached at pull/18501/merge
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
        modified:   boards/xtensa/esp32/esp32-devkitc/configs/bmp280/defconfig
        modified:   boards/xtensa/esp32/esp32-devkitc/configs/buttons/defconfig
        modified:   
boards/xtensa/esp32/esp32-ethernet-kit/configs/buttons/defconfig
        modified:   boards/xtensa/esp32/esp32-lyrat/configs/buttons/defconfig
        modified:   
boards/xtensa/esp32/esp32-wrover-kit/configs/buttons/defconfig
        modified:   boards/xtensa/esp32/esp32-wrover-kit/configs/lua/defconfig
   ```
   
   ```
   
====================================================================================
   Configuration/Tool: esp32-ethernet-kit/buttons
   2026-03-06 10:13:47
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
   board/esp32_bringup.c: In function 'esp32_bringup':
   Error: board/esp32_bringup.c:275:9: error: implicit declaration of function 
'btn_lower_initialize'; did you mean 'nullmtd_initialize'? 
[-Wimplicit-function-declaration]
     275 |   ret = btn_lower_initialize("/dev/buttons");
         |         ^~~~~~~~~~~~~~~~~~~~
         |         nullmtd_initialize
   make[1]: *** [/github/workspace/sources/nuttx/boards/Board.mk:83: 
esp32_bringup.o] Error 1
   make[1]: Target 'libboard.a' not remade because of errors.
   make: *** [tools/LibTargets.mk:89: arch/xtensa/src/board/libboard.a] Error 2
   make: Target 'all' not remade because of errors.
   /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: 
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or 
directory
     [1/1] Normalize esp32-ethernet-kit/buttons
   18d17
   < CONFIG_ARCH_IRQBUTTONS=y
   34d32
   < CONFIG_INPUT_BUTTONS_LOWER=y
   Saving the new configuration file
   HEAD detached at pull/18501/merge
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
        modified:   
boards/xtensa/esp32/esp32-ethernet-kit/configs/buttons/defconfig
   
   no changes added to commit (use "git add" and/or "git commit -a")
   
====================================================================================
   ```
   
   https://github.com/apache/nuttx/actions/runs/22758561387/job/66009383296#logs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to