You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran build_minimal_linux_live.sh, it exited with error, then I cd to the kernel directory and ran make again, I got following errors:
steveh@ubuntu:~/minimal_linux_live_15-Dec-2019/work/kernel/linux-5.4.3$ make
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
AS arch/x86/entry/thunk_64.o
arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table
make[2]: *** [scripts/Makefile.build:357: arch/x86/entry/thunk_64.o] Error 1
make[2]: *** Deleting file 'arch/x86/entry/thunk_64.o'
make[1]: *** [scripts/Makefile.build:509: arch/x86/entry] Error 2
make: *** [Makefile:1652: arch/x86] Error 2
How can I fix this error?
Thanks,
SteveH
The text was updated successfully, but these errors were encountered:
Good news -- I changed kernel version to linux-5.19.9.tar.xz in .config, now 02_build_kernel.sh executed successfully. Here is the last few lines of screen output:
Hi,
When I ran build_minimal_linux_live.sh, it exited with error, then I cd to the kernel directory and ran make again, I got following errors:
steveh@ubuntu:~/minimal_linux_live_15-Dec-2019/work/kernel/linux-5.4.3$ make
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
AS arch/x86/entry/thunk_64.o
arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table
make[2]: *** [scripts/Makefile.build:357: arch/x86/entry/thunk_64.o] Error 1
make[2]: *** Deleting file 'arch/x86/entry/thunk_64.o'
make[1]: *** [scripts/Makefile.build:509: arch/x86/entry] Error 2
make: *** [Makefile:1652: arch/x86] Error 2
How can I fix this error?
Thanks,
SteveH
The text was updated successfully, but these errors were encountered: