J'utilise Windows 10. Lorsque j'ai essayé de construire Chaincode, il a signalé cette erreur
# github.com/hyperledger/fabric/vendor/github.com/miekg/pkcs11
exec: "gcc": executable file not found in %PATH%
Mes codes de chaîne importés:
import (
"fmt"
"strconv"
"github.com/hyperledger/fabric/core/chaincode/shim"
pb "github.com/hyperledger/fabric/protos/peer"
)
Tout va bien à Docker .