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?