-
Hello, I’m using ninja to build dcap enabled gramine. However, upon using the command,
Using the locate command, I could find the absolute path to linux/bits.h:
I tried adding the path to linux/bits.h to the CPATH variable, but it didn’t help. Furthermore, i tried checking the standard directories the compiler was accessing to execute the include directive using the command
Then I tried following the tutorial on https://stackoverflow.com/questions/5493895/how-to-permanently-adding-directories-to-the-gcc-include-search-path, as a workaround, but that doesn't seem to work either. Is the problem coming from ninja, my environment or meson misconfiguration? Can someone help me? I’m getting too many “File or directory not found” errors even thought the files are present while building gramine. Is there something obvious I might be missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@MatheusB4 Looks like you specify a wrong path of the SGX driver when configuring Meson. Please check the discussion starting from here: #895 (comment) |
Beta Was this translation helpful? Give feedback.
@MatheusB4 Looks like you specify a wrong path of the SGX driver when configuring Meson.
Please check the discussion starting from here: #895 (comment)