Cosmos-sdk: Update missing gcc error message to hint at disabling ledger support.

Created on 13 Aug 2018  路  2Comments  路  Source: cosmos/cosmos-sdk

make get_vendor_deps
Makefile:21: *** "gcc not installed for ledger support, please install".  Stop.

We should probably make the error message suggest disabling the LEDGER_SUPPORT in the Makefile for a better and more clear UX.

UX good first issue help wanted

Most helpful comment

Ah, no I was using the default makefile. Thanks, that did fix it. We should probably make the error message suggest disabling the LEDGER_SUPPORT line in the makefile.

All 2 comments

Are you building with Ledger support disabled?

Ah, no I was using the default makefile. Thanks, that did fix it. We should probably make the error message suggest disabling the LEDGER_SUPPORT line in the makefile.

Was this page helpful?
0 / 5 - 0 ratings