All of lore.kernel.org
 help / color / mirror / Atom feed
* linker script /arch/arm64/kernel/vmlinux.lds build error
@ 2022-09-06 18:13 Mohan Rao .vanimina
  2022-09-07 10:30 ` Robin Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Mohan Rao .vanimina @ 2022-09-06 18:13 UTC (permalink / raw)
  To: linux-arm-kernel

Has anyone ever encountered the following issue.
Actually I’m trying to configure the page size for 64KB for the AARCH
64 platform.

Build error:
LTO vmlinux.o
MODPOST vmlinux.symvers
MODINFO modules.builtin.modinfo
GEN modules.builtin
LD  .tmp_vmlinux.kallsymsl
ld.lld: error: k/arch/arm64/kernel/vmlinux.lds:72: symbol not found: PMD_SIZE

I started seeing this build issue after changing the default page size
from ARM64_4K_PAGES to ARM64_64K_PAGES.

patch:
choice
            prompt “Page size”
-          default ARM64_4K_PAGES
+         default ARM64_64K_PAGES
            help
                 Page size ( translation granule) configuration.

Thanks in Advance,
Murali

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-20 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 18:13 linker script /arch/arm64/kernel/vmlinux.lds build error Mohan Rao .vanimina
2022-09-07 10:30 ` Robin Murphy
2022-09-15 15:40   ` Mohan Rao .vanimina
2022-09-20 12:20     ` Mark Rutland
2022-09-20 15:06       ` Sami Tolvanen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.