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

Problems to build rumprun in Debian on VMWare #7

Open
dpadula opened this issue May 14, 2019 · 2 comments
Open

Problems to build rumprun in Debian on VMWare #7

dpadula opened this issue May 14, 2019 · 2 comments

Comments

@dpadula
Copy link

dpadula commented May 14, 2019

rumprun/src-netbsd/sys/lib/libunwind/AddressSpace.hpp:143:27: error: left shift of negative value [-Werror=shift-negative-value]
result |= (-1LL) << bit;
^~~
cc1plus: all warnings being treated as errors

this error occurs when I execute

CC=cc ./build-rr.sh hw

after clone and follows the instructions from:

https://github.com/rumpkernel/wiki/wiki/Tutorial%3A-Building-Rumprun-Unikernels

@atakanyenel
Copy link

I have the same problem on ubuntu running on Cloud

@timClicks
Copy link

This affects me also. I noticed that there are some comments in the build-rr.sh file about adding some compiler flags to prevent some warnings from being promoted to errors.. but I didn't look close enough to figure out how to get it to work.

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