-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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.