golang / snappy

The Snappy compression format in the Go programming language.
BSD 3-Clause "New" or "Revised" License
1.52k stars 163 forks source link

Errors occured in ubuntu 14.04 LTS (Intel Core i5) #27

Closed zhangkari closed 8 years ago

zhangkari commented 8 years ago

go get github.com/golang/snappy

src/github.com/golang/snappy/decode_amd64.s: Assembler messages: src/github.com/golang/snappy/decode_amd64.s:34: Error: no such instruction: text ·decode(SB),NOSPLIT,$48-56' src/github.com/golang/snappy/decode_amd64.s:36: Error: junk(FP)' after expression src/github.com/golang/snappy/decode_amd64.s:36: Error: too many memory references for movq' src/github.com/golang/snappy/decode_amd64.s:37: Error: junk(FP)' after expression src/github.com/golang/snappy/decode_amd64.s:37: Error: too many memory references for movq' src/github.com/golang/snappy/decode_amd64.s:38: Error: too many memory references formovq' src/github.com/golang/snappy/decode_amd64.s:39: Error: too many memory references for movq' src/github.com/golang/snappy/decode_amd64.s:40: Error: too many memory references foradd' src/github.com/golang/snappy/decode_amd64.s:41: Error: junk `(FP)' after expression

go version

go version xgcc (Ubuntu 4.9.1-0ubuntu1) 4.9.1 linux/amd64