deadsy/rvdbg

Please add setup instructions

UweBonnes opened this issue · 4 comments

Hello,

github.com/deadsy/go-cli is not a submodule of github.com:deadsy/rvdbg.git. How do I setup to compile via 'make'?

Thanks

It's a go thing:

Try:

go get github.com/deadsy/go-cli

go version
go version go1.9.7 linux/amd64
I installed more prerequisites including libjaylink and now I get:
make
for dir in cmd; do
make -C ./$dir all;
done
make[1]: Verzeichnis „/samsung/home/bon/devel/rvdbg/cmd“ wird betreten
for dir in rvdbg ; do
make -C ./$dir all;
done
make[2]: Verzeichnis „/samsung/home/bon/devel/rvdbg/cmd/rvdbg“ wird betreten
go build

github.com/deadsy/rvdbg/bitstr

/home/bon/go/src/github.com/deadsy/rvdbg/bitstr/bitstr.go:87:17: invalid operation: 1 << n (shift count type int, must be unsigned integer)
/home/bon/go/src/github.com/deadsy/rvdbg/bitstr/bitstr.go💯9: invalid operation: bs.val >>= n (shift count type int, must be unsigned integer)

jasonh@eccles:~$ go version
go version go1.15.2 linux/amd64

You need an upgrade :-)

With go 1.14 and libjaylink v0.2 I can compile.