xiaoxiang781216 commented on PR #14224:
URL: https://github.com/apache/nuttx/pull/14224#issuecomment-2416630747
```
====================================================================================
Cmake in present:
nrf5340-dk/rpmsghci_nimble_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI
Configuration/Tool:
nrf5340-dk/rpmsghci_nimble_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2024-10-16 11:50:39
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Select HOST_LINUX=y
-- Build type:
-- Host: Linux/x86_64
-- Target: NuttX/arm
-- Machine: arm
-- Vendor: none
-- Host: Linux/x86_64
-- Target: NuttX/arm
-- Machine: arm
-- C_FLAGS : -Wall -Wextra
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
-- Build type:
-- Host: Linux/x86_64
-- Target: NuttX/arm
-- Machine: arm
-- Vendor: none
-- Host: Linux/x86_64
-- Target: NuttX/arm
-- Machine: arm
-- C_FLAGS : -Wall -Wextra
[1/5] cd /github/workspace/sources/nuttx/build/libs/libc/misc &&
/usr/local/bin/cmake -E touch
/github/workspace/sources/nuttx/libs/libc/misc/lib_utsname.c
[2/5] Linking C executable nuttx
FAILED: nuttx
: && /tools/ccache/bin/arm-none-eabi-gcc --specs=nosys.specs
-Wl,--entry=__start -nostdlib -Wl,--gc-sections -Wl,--cref -Wl,-Map=nuttx.map
CMakeFiles/nuttx.dir/empty.c.obj -o nuttx -mtune=cortex-m33
-march=armv8-m.main+dsp -mfpu=fpv5-sp-d16 -mfloat-abi=hard -fno-common
-Wall -Wshadow -Wundef -nostdlib -Os -fno-strict-aliasing
-fomit-frame-pointer -fstack-protector-all -fstack-usage -mthumb
-Wa,-mthumb -Wa,-mimplicit-it=always -ffunction-sections -fdata-sections
-Wno-attributes -Wno-unknown-pragmas -Wstrict-prototypes -Wno-psabi -T
flash_app.ld.tmp -Wl,--start-group openamp/libmetal/lib/libmetal.a
openamp/open-amp/lib/libopen_amp.a arch/libarch.a binfmt/libbinfmt.a
drivers/libdrivers.a fs/libfs.a libs/libc/libc.a mm/libmm.a net/libnet.a
sched/libsched.a wireless/libwireless.a boards/libboard.a apps/libapps.a
apps/wireless/bluetooth/nimble/libnimble.a apps/builtin/libapps_builtin.a
apps/system/nsh/libapps_nsh.a apps/system/nsh/libapps_sh
.a
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v8-m.main+fp/hard/libgcc.a
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v8-m.main+fp/hard/libm.a
-Wl,--end-group && :
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld:
boards/libboard.a(nrf53_bringup.c.obj): in function `nrf53_bringup':
nrf53_bringup.c:(.text.nrf53_bringup+0x68): undefined reference to
`bt_driver_register_with_id'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
```
please fix the link error.
--
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]