-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unable to build memcached and hello #10
Comments
It looks like the compiler is different to the expected tool chain. Have you tried building from the docker container? ( |
That's it, but when building memcached, some errors occured.
|
Does that means some modification on the Makefile of memcached is required? |
You could try removing |
That's going to be a bit harder to solve. These examples are all getting to be > 3 years old now and so to rebuild them you'll need to use compiler versions from back then. In this case, memcached in rumprun_packages is using version 1.4.28 which uses -Werror (https://github.com/memcached/memcached/blob/1.4.28/configure.ac#L597). Newer compiler versions introduce new warnings which get promoted to errors. You would need to either change the compiler to one around gcc-7 or so, or update the rumprun-packages Makefile to use a newer version (https://github.com/seL4/rumprun-packages/blob/master/memcached/Makefile#L3) which will likely be compatible with modern compiler warnings. |
OS: 20.04.1-Ubuntu
Errors:
Steps to errors:
Another error is
The text was updated successfully, but these errors were encountered: