I have a doubt regarding the installation of Go Lang on my Linux system

+1 vote

 My system is 64 bit. But I downloaded the 32 bit file by mistake. So even when I am entering the make all command in a new terminal I am getting an error which goes like this :

build/env.sh go run build/ci.go

install # github.com/ethereum/go-ethereum/crypto/secp256k1 In file included from /usr/include/stdlib.h:24:0, from ././libsecp256k1/src/util.h:14, from ././libsecp256k1/src/secp256k1.c:9, from crypto/secp256k1/secp256.go:17: /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory compilation terminated. Makefile:20: recipe for target 'all' failed make: * [all] Error 2

How do I resolve this?

Dec 31, 2019 in Blockchain by vt
• 210 points
491 views

1 answer to this question.

0 votes

Hi @vt.

This command should do the job:

apt install libc6-dev-i386

This development library is required for developing a 32bit software in 64 bit OS.

Let me know if it helps :)

answered Jan 2, 2020 by Kalgi
• 52,360 points

Related Questions In Blockchain

+1 vote
2 answers

Hyperledger - Can I have some instances on one network while on a Virtual Box?

Yes, you can connect multiple instances to ...READ MORE

answered Aug 1, 2018 in Blockchain by Omkar
• 69,210 points
704 views
+1 vote
1 answer

I would like to create a blockchain network which will stay at the same level of complexity, is it possible?

You can very easily create a cryptocurrency having a ...READ MORE

answered Apr 4, 2018 in Blockchain by Christine
• 15,790 points
649 views
0 votes
1 answer

How can I deploy a HelloWorld contract on my testrpc network?

The problem lies in the command: truffle migrate Your truffle migrate command ...READ MORE

answered Apr 27, 2018 in Blockchain by Perry
• 17,100 points

edited Aug 10, 2018 by Omkar 2,455 views
0 votes
1 answer

How do I send back ethers to the sender of the tokens in a smart contract?

Whenever a smart contract receives ether via ...READ MORE

answered May 30, 2018 in Blockchain by Perry
• 17,100 points
3,362 views
0 votes
1 answer
0 votes
1 answer
+1 vote
1 answer
0 votes
1 answer

How do I withdraw the balance from a contract on Ethereum test blockchain?

Your need to improvise your code a ...READ MORE

answered Aug 3, 2018 in Blockchain by Perry
• 17,100 points
2,449 views
0 votes
0 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP