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

Doesn't compile with go 1.5 #1

Closed
ncw opened this issue Dec 2, 2015 · 4 comments
Closed

Doesn't compile with go 1.5 #1

ncw opened this issue Dec 2, 2015 · 4 comments
Labels

Comments

@ncw
Copy link
Owner

ncw commented Dec 2, 2015

Probably due to the recent changes in the assembler and the rather complex macros :-(

./mod_math_amd64.s:75: expected '(', found 1
./mod_math_amd64.s:80: undefined label mod_reduce
./mod_math_amd64.s:85: expected '(', found 1
./mod_math_amd64.s:89: undefined label mod_mul
./mod_math_amd64.s:93: expected '(', found 1
./mod_math_amd64.s:117: undefined label mod_sqr
./mod_math_amd64.s:118: expected '(', found 3
./mod_math_amd64.s:119: undefined label mod_shift
./mod_math_amd64.s:120: expected '(', found 6
./mod_math_amd64.s:121: undefined label mod_shift
./mod_math_amd64.s:122: expected '(', found 9
asm: too many errors
@ncw ncw added the bug label Dec 2, 2015
@cznic
Copy link

cznic commented Dec 4, 2015

FYI: Wanted to bypass this issue by downloading the binary as documented in the README

Download the relevant binary from

but the above URL returns a 404 error.

@ncw
Copy link
Owner Author

ncw commented Dec 4, 2015

@cznic - thanks for the heads up. Will attempt to fix compiling, or find the binaries shortly!

@ncw
Copy link
Owner Author

ncw commented Dec 5, 2015

I've tracked this down to a regression in go - see bug report golang/go#13499

@ncw ncw closed this as completed in 5f199ae Dec 7, 2015
@cznic
Copy link

cznic commented Dec 7, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants