Home Foren KeepKey Wie baut man einen Keepkey-Emulator?

Ansicht von 2 Antwort-Themen
  • Autor
    Beiträge
    • #465308
      root_s2yse8vt
      Administrator
      Up
      0
      Down
      ::

      Helfen Sie mir bitte, ich kann den Keepkey-Emulator nicht bauen.

      Ich habe nanopb-0.2.9.2 installiert, dann habe ich begonnen, emu zu bauen:

      git clone https://github.com/keepkey/keepkey-firmware

      cd keepkey-firmware

      mkdir build

      cd build

      cmake -C ../cmake/caches/emulator.cmake ../ -DNANOPB_DIR=/path/to/nanopb-0.2.9.2 -DPROTOC_BINARY=/usr/bin/protoc

      make -j8

      Und ich erhalte die Fehler: https://pastebin.com/5euABDJ3

      Kann mir jemand sagen, was der Grund für diese Fehler ist? Ich danke Ihnen im Voraus.

    • #465310
      KeepKeySupport
      Gast
      Up
      0
      Down
      ::

      Hi u/jahr,

      Thanks for reaching out. A couple of our engineers would love to help you out with this issue. If you wouldn’t mind opening a support ticket with us, we can ensure it ends up in front of one of our awesome KeepKey engineers, and will be back to you as soon as possible. Here’s where you can submit a ticket: https://keepkey.zendesk.com/hc/en-us/requests/new?ticket_form_id=360000200500

      Thanks!

    • #465311
      [deleted]
      Gast
      Up
      0
      Down
      ::

      ~~I haven’t yet added auto-detection for the fallback `strlcpy`/`strlcat` build, and it looks like on your system you’ll need them (some libc implementations have them, some don’t). To make it work add `-DKK_HAVE_STRLCPY=OFF -DKK_HAVE_STRLCAT=OFF` to your cmake invocation, and try `make -j` again.~~ Make sure to `git submodule update –init –recursive` first, if you haven’t already.

      Let me know if you run into any other issues with it. I’m happy to help!

      Edit: I put up a PR for auto-detection: https://github.com/keepkey/keepkey-firmware/pull/130

Ansicht von 2 Antwort-Themen
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.