Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table #1

Open
sumanthvid opened this issue Aug 24, 2022 · 0 comments
Open

Comments

@sumanthvid
Copy link

I tried to get the LinuxPayload(https://github.com/UniversalScalableFirmware/linuxpayload) working, seems like I found out few issues during compilation. Can anyone from Intel help me on this.
• From the script file mk.sh:
o echo Applying patch ...
o git am --ignore-space-change ../patch/0001-Enable-universal-payload-x64-kernel.patch (Failed)
• I used:
o patch -p1 < ../patch/0001-Enable-universal-payload-x64-kernel.patch in linuxPayload
o Patch was applied

When I ran the ./Build Script in LinuxPayload folder, I get this error:
arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table
make[2]: *** [scripts/Makefile.build:361: arch/x86/entry/thunk_64.o] Error 1
make[2]: *** Deleting file 'arch/x86/entry/thunk_64.o'
make[2]: *** Waiting for unfinished jobs....
CC arch/x86/events/core.o
make[1]: *** [scripts/Makefile.build:497: arch/x86/entry] Error 2

Can you please let me know how to get the LinuxPayload working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant