mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 00:52:11 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user