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

Please add setup instructions #1

Open
UweBonnes opened this issue Nov 26, 2020 · 4 comments
Open

Please add setup instructions #1

UweBonnes opened this issue Nov 26, 2020 · 4 comments

Comments

@UweBonnes
Copy link

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

@deadsy
Copy link
Owner

deadsy commented Nov 26, 2020

It's a go thing:

Try:

go get github.com/deadsy/go-cli

@UweBonnes
Copy link
Author

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:100:9: invalid operation: bs.val >>= n (shift count type int, must be unsigned integer)

@deadsy
Copy link
Owner

deadsy commented Nov 27, 2020

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

You need an upgrade :-)

@UweBonnes
Copy link
Author

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

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

2 participants