You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I followed the instruction(https://github.com/dmlc/tvm/tree/master/apps/sgx) to run the SGX demo with docker, I successfully pulled the docker image and entered the container, but when I use the make -j4 command, I got a fatal error: fatal error: inc/stat.h: No such file or directory
This makes me very confused, what should I do? @tqchen@nhynes
Thank you!
The text was updated successfully, but these errors were encountered:
(although discuss.tvm.ai is the correct place for such questions, I'll post the following just in case anyone else looks)
It seems like the include path isn't being set. Are you sure you used the included cmake invocation exactly? It should Just Work™. You might have an old version of ci-cpu in your docker cache. Try clearing it and then copy+pasting in the commands. If that doesn't work, please do post on the forums :)
I have cleaned the cache, but It didn't work, it was still the same error. Moreover, I don't understand what you mean by " included cmake invocation exactly", I have posted my question on https://discuss.tvm.ai/
Thank you so much! @nhynes
When I followed the instruction(https://github.com/dmlc/tvm/tree/master/apps/sgx) to run the SGX demo with docker, I successfully pulled the docker image and entered the container, but when I use the
make -j4
command, I got a fatal error:fatal error: inc/stat.h: No such file or directory
This makes me very confused, what should I do? @tqchen @nhynes
Thank you!
The text was updated successfully, but these errors were encountered: