-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Trying to get this working on my iPad 4th gen running Dual-core A6X with quad-core graphics, but not sure what to do at step 6...
I"m doing this on my Pop! OS laptop.
the make ARCH=arm64 LLVM=1 menuconfig option failed as follows:
HOSTCC scripts/basic/fixdep
UPD scripts/kconfig/mconf-cfg
HOSTCC scripts/kconfig/mconf.o
HOSTCC scripts/kconfig/lxdialog/checklist.o
HOSTCC scripts/kconfig/lxdialog/inputbox.o
HOSTCC scripts/kconfig/lxdialog/menubox.o
HOSTCC scripts/kconfig/lxdialog/textbox.o
HOSTCC scripts/kconfig/lxdialog/util.o
HOSTCC scripts/kconfig/lxdialog/yesno.o
HOSTCC scripts/kconfig/confdata.o
HOSTCC scripts/kconfig/expr.o
LEX scripts/kconfig/lexer.lex.c
YACC scripts/kconfig/parser.tab.[ch]
HOSTCC scripts/kconfig/lexer.lex.o
HOSTCC scripts/kconfig/menu.o
HOSTCC scripts/kconfig/parser.tab.o
HOSTCC scripts/kconfig/preprocess.o
HOSTCC scripts/kconfig/symbol.o
HOSTCC scripts/kconfig/util.o
HOSTLD scripts/kconfig/mconf
scripts/Kconfig.include:40: linker 'ld.lld' not found
make[1]: *** [scripts/kconfig/Makefile:48: menuconfig] Error 1
make: *** [Makefile:629: menuconfig] Error 2
So I tried make menuconfig and I got the following:
Linux/x86 5.19.0-rc1 Kernel Configuration ─────────────────────────────────────────────────────────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus ---> (or empty submenus ----). Highlighted letters are hotkeys. Pressing <Y> includes, <N> excludes, <M> modularizes features. Press <Esc><Esc> │
│ to exit, <?> for Help, </> for Search. Legend: [*] built-in [ ] excluded <M> module < > module capable │
│ │
│ │
│ ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │
│ │ General setup ---> │ │
│ │ [*] 64-bit kernel │ │
│ │ Processor type and features ---> │ │
│ │ Power management and ACPI options ---> │ │
│ │ Bus options (PCI etc.) ---> │ │
│ │ Binary Emulations ---> │ │
│ │ [ ] Virtualization ---- │ │
│ │ General architecture-dependent options ---> │ │
│ │ [*] Enable loadable module support ---> │ │
│ │ [*] Enable the block layer ---> │ │
│ │ Executable file formats ---> │ │
│ │ Memory Management options ---> │ │
│ │ [*] Networking support ---> │ │
│ │ Device Drivers ---> │ │
│ │ File systems ---> │ │
│ │ Security options ---> │ │
│ │ -*- Cryptographic API ---> │ │
│ │ Library routines ---> │ │
│ │ Kernel hacking --->
after using the / and searching for _PAGES I get this:
│ Symbol: ARCH_HAS_ADD_PAGES [=y] │
│ Type : bool │
│ Defined at arch/x86/Kconfig:2457 │
│ Depends on: ARCH_ENABLE_MEMORY_HOTPLUG [=y] │
│ │
│ │
│ Symbol: ARM64_4K_PAGES [=ARM64_4K_PAGES] │
│ Type : unknown │
│ │
│ │
│ Symbol: ARM64_64K_PAGES [=ARM64_64K_PAGES] │
│ Type : unknown │
│ │
│ │
│ Symbol: TEST_FREE_PAGES [=n] │
│ Type : tristate │
│ Defined at lib/Kconfig.debug:2628 │
│ Prompt: Test freeing pages │
│ Depends on: RUNTIME_TESTING_MENU [=y] │
│ Location: │
│ Main menu │
│ -> Kernel hacking │
│ -> Kernel Testing and Coverage │
│ (1) -> Runtime Testing (RUNTIME_TESTING_MENU [=y]) │
│ │
│ │
│ Symbol: XEN_SCRUB_PAGES_DEFAULT [=n] │
│ Type : bool │
│ Defined at drivers/xen/Kconfig:68 │
│ Prompt: Scrub pages before returning them to system by default │
│ Depends on: XEN [=n] && XEN_BALLOON [=n] │
│ Location: │
│ Main menu │
│ (2) -> Device Drivers │
│ -> Xen driver support
Metadata
Metadata
Assignees
Labels
No labels