nuttx/libs/libc/machine
Neo Xu ec9b079c04 arch/x86-64: fix cmake compile error
-- Configuring done
CMake Error at cmake/nuttx_add_library.cmake:142 (add_library):
  Cannot find source file:

    /vela/nuttx/libs/libc/machine/x86_64/arch_elf.c
Call Stack (most recent call first):
  libs/libc/CMakeLists.txt:22 (nuttx_add_kernel_library)

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2025-01-22 16:35:32 +08:00
..
arm armv8-r/libc: optimize libc string apis with asm 2024-11-26 10:22:12 +08:00
arm64 Remove FAR from 32/64bit arch 2024-12-05 22:55:39 +08:00
renesas
risc-v arch/riscv: use UP_DSB, UP_DMB, UP_ISB as barrier standard API 2025-01-20 20:13:07 +08:00
sim Remove FAR from 32/64bit arch 2024-12-05 22:55:39 +08:00
sparc
tricore
x86
x86_64 arch/x86-64: fix cmake compile error 2025-01-22 16:35:32 +08:00
xtensa xtensa: change write intset register to syscall instruction 2024-12-27 00:25:55 +08:00
arch_atomic.c mem barrier: use UP_DMP UP_DSP as barriers standard API 2025-01-20 20:13:07 +08:00
arch_libc.c kasan/kconfig: Add config CONFIG_MM_KASAN_INSTRUMENT 2025-01-14 14:01:48 +08:00
CMakeLists.txt
Kconfig
Make.defs