exchain
exchain copied to clipboard
make install error on ubuntu 20.04
Summary of Bug
1. Describe
make install
../go/pkg/mod/github.com/ethereum/[email protected]/crypto/bn256/cloudflare/gfp_amd64.s:128: Error: too many memory references for `movq' make: *** [Makefile:56: okexchain] Error 2
2. Impact
wont build
3. Recover
Expected Result
Version
ububtu 20.04
Steps to Reproduce
git clone and then cd okexchain directory and make install
For Admin Use
- [x] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
and feedback on issue?
../go/pkg/mod/github.com/ethereum/[email protected]/crypto/bn256/cloudflare/gfp_amd64.s:128: Error: too many memory references for `movq' make: *** [Makefile:56: okexchain] Error 2
@mahalamobile Thx for your feedback. BTW, what's the configuration of your PC?
running ubuntu 20.04. 8 cores and 16gb memory
what else is needed?
Thanks
On Thursday, December 24, 2020, 'MichaelWang' via info < [email protected]> wrote:
../go/pkg/mod/github.com/ethereum/[email protected]/ crypto/bn256/cloudflare/gfp_amd64.s:128: Error: too many memory references for `movq' make: *** [Makefile:56: okexchain] Error 2
@mahalamobile https://github.com/mahalamobile Thx for your feedback. BTW, what's the configuration of your PC?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/okex/okexchain/issues/509#issuecomment-750871236, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2VBKF4AAXK6UJPERHOHODSWMY23ANCNFSM4VEGS5NA .
running ubuntu 20.04. 8 cores and 16gb memory what else is needed? Thanks
Ubuntu 64bit? We will try it and reply soon, thanks
running ubuntu 20.04. 8 cores and 16gb memory what else is needed? Thanks … On Thursday, December 24, 2020, 'MichaelWang' via info < @.> wrote: ..@./ crypto/bn256/cloudflare/gfp_amd64.s:128: Error: too many memory references for `movq' make: *** [Makefile:56: okexchain] Error 2 @mahalamobile https://github.com/mahalamobile Thx for your feedback. BTW, what's the configuration of your PC? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#509 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2VBKF4AAXK6UJPERHOHODSWMY23ANCNFSM4VEGS5NA .
I tried to reproduce your problem, but failed. My environment is like this:
- Ubuntu20.04
- go version go1.15.6 linux/amd64(and go version go1.14 linux/amd64 )
- okexchain dev
- gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Please give more PC configuration information, such as Golang version, gcc version, etc.
You can also refer to https://github.com/ethereum/go-ethereum/issues/20022, it may be helpful to you.
Please use a recent Go compiler.