Closed tylerfanelli closed 4 months ago
This is happening during SVSM build, right?
What gcc
version do you have?
I just replicated on Fedora 40, and I have exactly the same issue with the upstream SVSM: https://github.com/coconut-svsm/svsm.git
I'll investigate.
aaaaarg, some missing dependencies...
This should fix it:
sudo dnf install autoconf automake autoconf-archive
I'll update the readme.
also bindgen-cli
package is needed, just added in the README.
so, I suggest these steps:
sudo dnf install autoconf automake autoconf-archive bindgen-cli
rm -rf svsm
./prepare.sh
Fixed, thanks :)
In
prepare.sh
, I've ran into a problem that seems to stem around the build ofms-tpm-20-ref/TPMCmd
. Here is my log: