mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
arch/arm: fix compile error.
BUILD CMD: ./tools/configure.sh -l sama5d3x-ek/nx; make -j`nproc` chip/sam_memories.c:705:17: note: each undeclared identifier is reported only once for each function it appears in chip/sam_memories.c:706:27: error: 'CONFIG_SAMA5_DDRCS_PGHEAP_SIZE' undeclared (first use in this function); did you mean 'CONFIG_SAMA5_DDRCS_HEAP_SIZE'? 706 | poolend = poolstart + CONFIG_SAMA5_DDRCS_PGHEAP_SIZE; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | CONFIG_SAMA5_DDRCS_HEAP_SIZE make[1]: *** [Makefile:168: sam_memories.o] Error 1 make[1]: Target 'libarch.a' not remade because of errors. make: *** [tools/LibTargets.mk:170: arch/arm/src/libarch.a] Error 2 make[1]: Target 'libsched.a' not remade because of errors. make: *** [tools/LibTargets.mk:71: sched/libsched.a] Error 2 make: Target 'all' not remade because of errors. ~/nuttx/tools/testbuild.sh: line 385: ~/nuttx/../nuttx/nuttx.manifest: No such file or directory Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
This commit is contained in:
parent
fb221e4d0d
commit
4e4acce514
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ static inline uintptr_t ebics3_virtramaddr(uintptr_t physramaddr)
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_PGPOOL_MAPPING
|
||||
#if defined(CONFIG_ARCH_ADDRENV) && !defined(CONFIG_ARCH_PGPOOL_MAPPING)
|
||||
static inline uintptr_t sam_virtpgaddr(uintptr_t paddr)
|
||||
{
|
||||
uintptr_t poolstart;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue