1
0
Fork 0
forked from nuttx/nuttx-update

elf:fix a ci error

Configuration/Tool: teensy-2.0/nsh
In file included from
/github/workspace/sources/nuttx/include/nuttx/coredump.h:35:0,
                 from
/github/workspace/sources/nuttx/sched/misc/coredump.h:28,
                 from ./init/nx_bringup.c:54:
/github/workspace/sources/nuttx/include/nuttx/elf.h:31:22: fatal error:
arch/elf.h: No such file or directory

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
This commit is contained in:
wanggang26 2024-10-15 13:39:37 +08:00 committed by GUIDINGLI
parent 8f3060ed52
commit d22ad37cd7

View file

@ -32,7 +32,10 @@
#include <nuttx/streams.h>
#include <nuttx/memoryregion.h>
#include <nuttx/elf.h>
#ifdef CONFIG_ARM_COREDUMP_REGION
# include <nuttx/elf.h>
#endif
/****************************************************************************
* Pre-processor Definitions