Build wamrc AOT compiler Error #2181
-
I follow the official tutorial to build the wamrc, but i meet a problem. Env: Ubuntu 18.04.6 LTS Before I tried to build the wamrc , I built the iwasm successfully. (have to upgrade the cmake version:3.16.0) In the first time, the output is:
It seems I need 'Ninja', and I then installed it, and execute the command again, while have followed output:
I have check out the ../build-scripts/requirements.txt , it only have simple content:
and in the 'CMakeOutput.log', I can't find helpful info (without any 'error' message). I am relatively new in this field, could someone know how to solve it? Please help me! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi, @jquanC, I am here to help. You should be able to fix this issue by installing sudo apt-get install ccache Let me know if there is any other problem. PS: one funny thing is, this actually happened to me a few days ago when I tried to set up a new environment |
Beta Was this translation helpful? Give feedback.
Hi, @jquanC, I am here to help. You should be able to fix this issue by installing
ccache
, you can use this command in the terminal to install it:Let me know if there is any other problem.
PS: one funny thing is, this actually happened to me a few days ago when I tried to set up a new environment