Advertisement
Guest User

$ make && make -C firmware/protob && make -C firmware upload

a guest
Mar 21st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. make: 'libtrezor.a' is up to date.
  2. make: Entering directory '/home/suki/mint/trezor-mcu-v160/firmware/protob'
  3. protoc -I/usr/include -I. messages.proto -o messages.pb
  4. [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file: messages.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
  5. [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file: types.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
  6. google/protobuf/descriptor.proto: File not found.
  7. types.proto: Import "google/protobuf/descriptor.proto" was not found or had errors.
  8. types.proto:17:8: "google.protobuf.EnumValueOptions" is not defined.
  9. types.proto: "google.protobuf.EnumValueOptions" is not defined.
  10. types.proto: "google.protobuf.EnumValueOptions" is not defined.
  11. types.proto: "google.protobuf.EnumValueOptions" is not defined.
  12. types.proto: "google.protobuf.EnumValueOptions" is not defined.
  13. types.proto: "google.protobuf.EnumValueOptions" is not defined.
  14. messages.proto: Import "types.proto" was not found or had errors.
  15. messages.proto:132:18: "CoinType" is not defined.
  16. messages.proto:205:18: "FailureType" is not defined.
  17. messages.proto:215:18: "ButtonRequestType" is not defined.
  18. messages.proto:232:18: "PinMatrixRequestType" is not defined.
  19. messages.proto:304:18: "HDNodeType" is not defined.
  20. messages.proto:318:18: "MultisigRedeemScriptType" is not defined.
  21. messages.proto:319:18: "InputScriptType" is not defined.
  22. messages.proto:364:18: "HDNodeType" is not defined.
  23. messages.proto:438:18: "WordRequestType" is not defined.
  24. messages.proto:465:18: "InputScriptType" is not defined.
  25. messages.proto:610:18: "TxInputType" is not defined.
  26. messages.proto:611:18: "TxOutputType" is not defined.
  27. messages.proto:612:18: "TransactionType" is not defined.
  28. messages.proto:627:18: "RequestType" is not defined.
  29. messages.proto:628:18: "TxRequestDetailsType" is not defined.
  30. messages.proto:629:18: "TxRequestSerializedType" is not defined.
  31. messages.proto:638:18: "TransactionType" is not defined.
  32. messages.proto:729:18: "IdentityType" is not defined.
  33. messages.proto:755:18: "IdentityType" is not defined.
  34. messages.proto:853:18: "NEMTransactionCommon" is not defined.
  35. messages.proto:854:18: "NEMTransactionCommon" is not defined.
  36. messages.proto:855:18: "NEMTransfer" is not defined.
  37. messages.proto:857:18: "NEMProvisionNamespace" is not defined.
  38. messages.proto:858:18: "NEMMosaicCreation" is not defined.
  39. messages.proto:859:18: "NEMMosaicSupplyChange" is not defined.
  40. messages.proto:860:18: "NEMAggregateModification" is not defined.
  41. messages.proto:861:18: "NEMImportanceTransfer" is not defined.
  42. messages.proto:944:18: "HDNodeType" is not defined.
  43. Makefile:7: recipe for target 'messages.pb' failed
  44. make: *** [messages.pb] Error 1
  45. make: Leaving directory '/home/suki/mint/trezor-mcu-v160/firmware/protob'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement