exchain icon indicating copy to clipboard operation
exchain copied to clipboard

make install error on ubuntu 20.04

Open mahalamobile opened this issue 4 years ago • 5 comments

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

mahalamobile avatar Dec 21 '20 13:12 mahalamobile

and feedback on issue?

mahalamobile avatar Dec 23 '20 06:12 mahalamobile

../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?

RevelationOfTuring avatar Dec 24 '20 12:12 RevelationOfTuring

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 .

mahalamobile avatar Dec 24 '20 20:12 mahalamobile

running ubuntu 20.04. 8 cores and 16gb memory what else is needed? Thanks

Ubuntu 64bit? We will try it and reply soon, thanks

RevelationOfTuring avatar Dec 25 '20 02:12 RevelationOfTuring

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:

  1. Ubuntu20.04
  2. go version go1.15.6 linux/amd64(and go version go1.14 linux/amd64 )
  3. okexchain dev
  4. 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.

ylsGit avatar Dec 25 '20 03:12 ylsGit