intel / tdx-tools

Cloud Stack and Solutions for Intel TDX (Trust Domain Extension)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDX module v1.5-beta doesn't build due to missing tdx_linker_script.lds

0xabu opened this issue · comments

The v1.5 beta TDX module source code release of 2023-06-22 fails to build at the final link step with:

/usr/bin/ld: cannot open linker script file .../tdx-module/tdx_linker_script.lds: No such file or directory

The relevant linker script tdx_linker_script.lds appears to have been omitted from the released zip file. Thus, it's not possible to reproduce the build.

(Sorry if this is off topic. I know this is not directly related to the code in this repo, but it's not obvious where else to report the problem, and I couldn't find any reference to it online.)

Same problem here.