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

asm/amd_hsmp.h: No such file or directory #14

Open
GowriShankarEAAS opened this issue Aug 26, 2024 · 1 comment
Open

asm/amd_hsmp.h: No such file or directory #14

GowriShankarEAAS opened this issue Aug 26, 2024 · 1 comment

Comments

@GowriShankarEAAS
Copy link

Hi, I am getting following error. kindly suggest what i am missing ?

esmi_ib_library/include/e_smi/e_smi.h:11:10: fatal error: asm/amd_hsmp.h: No such file or directory
11 | #include <asm/amd_hsmp.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.

@sumachidanand
Copy link
Contributor

sumachidanand commented Aug 28, 2024

Hi,
Esmi_ib_library has dependency on amd_hsmp driver and its header file.
Please copy amd_hsmp.h header file from https://github.com/amd/amd_hsmp.git repo to
/usr/include/asm/ on RHEL systems
/usr/include/x86_64-linux-gnu/asm/ on Ubuntu systems and try rebuilding the esmi library,

Also use the corresponding hsmp driver to get all the features working.

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

3 participants
@GowriShankarEAAS @sumachidanand and others