rumpkernel / rumprun

The Rumprun unikernel and toolchain for various platforms
Other
1.14k stars 128 forks source link

./build-rr.sh hw gives error #113

Open roberto-torre opened 6 years ago

roberto-torre commented 6 years ago

Hello, I am a newbie with rumprun, I would like to build it in my laptop, however, I cannot even do the basic steps. When I try to run ./build-rr.sh hw it gives me an error. I'm using a 64-bit OS. This is the log: log.txt

Thank you in advance.

gandro commented 6 years ago

Looks like #112 might fixed this. Could you give it a try?

roberto-torre commented 6 years ago

Ok, looks like this error is fixed now, thanks a lot.

However, i came across a different error, that by searching on the open issues, i found it is related to #100,#101 and #102. "ld: -r and -pie may not be used together"

I tried to run it by typing CXX=false ./build-rr.sh hw -- -F ACLFLAGS=-no-pie and it works, but a pull request would be great to do.

I was using gcc 7.2.0 and ubuntu 17.10