incubator-nuttx/libs/libc/machine
chenrun1 76e83a5424 arch_atomic.c:Provide __sync_synchronize when the compiler does not support it
Summary:
  Configuration/Tool: zp214xpa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2024-09-14 06:11:00
------------------------------------------------------------------------------------
  Cleaning...
  Configuring...
  Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
  Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
  Building NuttX...
arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libfs.a(fs_inoderemove.o): in function `inode_remove':
fs_inoderemove.c:(.text.inode_remove+0x94): undefined reference to `__sync_synchronize'
arm-none-eabi-ld: fs_inoderemove.c:(.text.inode_remove+0x9c): undefined reference to `__sync_synchronize'
make[1]: *** [Makefile:212: nuttx] Error 1
make: *** [tools/Unix.mk:548: nuttx] Error 2
make: Target 'all' not remade because of errors.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-09-23 14:07:03 +08:00
..
arm armv8-m:arch libc function need save ip register use pacbti 2024-09-19 03:50:53 +08:00
arm64
renesas
risc-v arch/risc-v: initial qemu-rv64ilp32 support 2024-06-14 19:50:00 +08:00
sim
sparc
tricore tricore/cmake: add support of cmake build for tricore 2024-07-18 13:40:49 +08:00
x86
x86_64 arch/x86_64: add basic support for R_X86_64_REX_GOTPCRELX relocation 2024-09-17 03:20:03 +08:00
xtensa binfmt/libelf: Enable ELF loader if text heap read is word-aligned 2024-07-31 02:33:12 +08:00
CMakeLists.txt nuttx/atomic.h:Fix missing type declarations at compile time 2024-08-22 01:44:29 +08:00
Kconfig nuttx/atomic.h:Fix missing type declarations at compile time 2024-08-22 01:44:29 +08:00
Make.defs nuttx/atomic.h:Fix missing type declarations at compile time 2024-08-22 01:44:29 +08:00
arch_atomic.c arch_atomic.c:Provide __sync_synchronize when the compiler does not support it 2024-09-23 14:07:03 +08:00