We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling the P-SEAMLDR and TDX module, I added DO_NOT_STRIP=1 to the make command line, but the same issue still occurred.
error: [+] Creating the Cornelius VM [+] Executing PSEAMLDR.INSTALL on VCPU0 [!] GetElfSymbolOffset Failed with GetElfSymbolOffset: symtab not found
[+] Creating the Cornelius VM
[+] Executing PSEAMLDR.INSTALL on VCPU0
[!] GetElfSymbolOffset Failed with GetElfSymbolOffset: symtab not found
The text was updated successfully, but these errors were encountered:
Which versions of the P-SEAMLDR and TDX module are you using? Can you provide the exact make command line you used?
make
Sorry, something went wrong.
The version of P-SEAMLDR and TDX module is 1.5, and the make command line is:
make DO_NOT_STRIP=1 RELEASE=1 TDX_MODULE_BUILD_DATE=20240407 TDX_MODULE_BUILD_NUM=744 TDX_MODULE_UPDATE_VER=6make DO_NOT_STRIP=1 RELEASE=1 TDX_MODULE_BUILD_DATE=20240407 TDX_MODULE_BUILD_NUM=744 TDX_MODULE_UPDATE_VER=6
make DO_NOT_STRIP=1 RELEASE=1 PSEAMLDR_BUILD_DATE=20240130 PSEAMLDR_BUILD_NUM=212
or
DO_NOT_STRIP=1 make RELEASE=1 TDX_MODULE_BUILD_DATE=20240407 TDX_MODULE_BUILD_NUM=744 TDX_MODULE_UPDATE_VER=6make DO_NOT_STRIP=1 RELEASE=1 TDX_MODULE_BUILD_DATE=20240407 TDX_MODULE_BUILD_NUM=744 TDX_MODULE_UPDATE_VER=6
DO_NOT_STRIP=1 make RELEASE=1 PSEAMLDR_BUILD_DATE=20240130 PSEAMLDR_BUILD_NUM=212
No branches or pull requests
When compiling the P-SEAMLDR and TDX module, I added DO_NOT_STRIP=1 to the make command line, but the same issue still occurred.
error:
[+] Creating the Cornelius VM
[+] Executing PSEAMLDR.INSTALL on VCPU0
[!] GetElfSymbolOffset Failed with GetElfSymbolOffset: symtab not found
The text was updated successfully, but these errors were encountered: