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
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 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.
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
The text was updated successfully, but these errors were encountered: