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
After fixing #99, there is a new error when building on Stretch because its gcc has stricter settings.
/local/work/Rump-kernels/rumprun/src-netbsd/sys/lib/libunwind/AddressSpace.hpp: In member function '__int64_t _Unwind::LocalAddressSpace::getSLEB128(_Unwind::
LocalAddressSpace::pint_t&, _Unwind::LocalAddressSpace::pint_t)':
/local/work/Rump-kernels/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
*** Failed target: libunwind.o
I suppose this should be fixed in netbsd then updating src-netbsd in rumprun.
The text was updated successfully, but these errors were encountered:
After fixing #99, there is a new error when building on Stretch because its gcc has stricter settings.
I suppose this should be fixed in netbsd then updating src-netbsd in rumprun.
The text was updated successfully, but these errors were encountered: