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

Problem:GetElfSymbolOffset Failed with GetElfSymbolOffset: symtab not found(pass DO_NOT_STRIP=1) #12

Open
hw0505 opened this issue Nov 18, 2024 · 2 comments

Comments

@hw0505
Copy link

hw0505 commented Nov 18, 2024

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

@JohnMcSandwich
Copy link
Contributor

Which versions of the P-SEAMLDR and TDX module are you using? Can you provide the exact make command line you used?

@hw0505
Copy link
Author

hw0505 commented Nov 19, 2024

Which versions of the P-SEAMLDR and TDX module are you using? Can you provide the exact make command line you used?

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

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

2 participants