lupyuen commented on PR #18837:
URL: https://github.com/apache/nuttx/pull/18837#issuecomment-4543934467

   @linguini1 You might wanna check these Build Errors:
   
   (1) 
https://github.com/lupyuen260526/nuttx/actions/runs/26436834321/job/77821696938#step:10:898
   ```
   Configuration/Tool: fvp-armv8r-aarch32/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
     [1/1] Normalize fvp-armv8r-aarch32/nsh
   27,29d26
   < CONFIG_FVP_ARMV8R_UART0=y
   < CONFIG_FVP_ARMV8R_UART2=y
   < CONFIG_FVP_ARMV8R_UART3=y
   32a30,32
   > CONFIG_FVP_ARMV8R_UART0=y
   > CONFIG_FVP_ARMV8R_UART2=y
   > CONFIG_FVP_ARMV8R_UART3=y
   ```
   
   (2) 
https://github.com/lupyuen260526/nuttx/actions/runs/26436834321/job/77821696977#step:10:1704
   ```
   Configuration/Tool: qemu-armv7r/pnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   arm-none-eabi-ld: 
/github/workspace/sources/nuttx/staging/libdrivers.a(syslog_channel.o): in 
function `syslog_default_putc':
   
/github/workspace/sources/nuttx/drivers/syslog/syslog_channel.c:295:(.text.syslog_default_putc+0x30):
 undefined reference to `up_putc'
   arm-none-eabi-ld: 
/github/workspace/sources/nuttx/drivers/syslog/syslog_channel.c:300:(.text.syslog_default_putc+0x44):
 undefined reference to `up_putc'
   arm-none-eabi-ld: 
/github/workspace/sources/nuttx/staging/libkarch.a(arm_nputs.o): in function 
`up_nputs':
   
/github/workspace/sources/nuttx/arch/arm/src/common/arm_nputs.c:47:(.text.up_nputs+0x20):
 undefined reference to `up_putc'
     [1/1] Normalize qemu-armv7r/pnsh
   57,61d56
   < CONFIG_UART1_BASE=0x9000000
   < CONFIG_UART1_IRQ=33
   < CONFIG_UART1_PL011=y
   < CONFIG_UART1_SERIAL_CONSOLE=y
   < CONFIG_UART_PL011=y
   ```
   


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