simbit18 commented on issue #18668:
URL: https://github.com/apache/nuttx/issues/18668#issuecomment-4183595033

   Hi @TheFakeMontyOnTheRun I think it’s related to this entry
   CONFIG_ARM_TOOLCHAIN_BUILDROOT_OABI=y
   
   
https://github.com/apache/nuttx/blob/master/boards/arm/tiva/tm4c123g-launchpad/configs/nsh/defconfig#L20
   
   on our CI
   ```
   
====================================================================================
   Configuration/Tool: tm4c123g-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   2026-04-03 05:35:21
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT_OABI
     Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Building NuttX...
     [1/1] Normalize tm4c123g-launchpad/nsh
   ```
   
   You need to change the toolchain using `make menuconfig`
   
   or remove the entry in `defconfig`
   
   Alternatively, you can use CMake, which doesn’t require any changes
   
   


-- 
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