LedgerHQ / ledger-vscode-extension

A VS Code extension providing tools to accelerate development of apps for Ledger wallets.
Apache License 2.0
6 stars 3 forks source link

Issue when using Speculos for Nano S+: wrong binary path #7

Closed yogh333 closed 3 months ago

yogh333 commented 11 months ago

When building for Nano S+, binaries are generated in build/nanos2/bin but Speculos tries to load the ELF binary from build/nanosp/bin thus generating a file not found error

One possible fix would be to get the binaries from bin folder in the project root folder.

tdejoigny-ledger commented 8 months ago

@agrojean-ledger check if this issue has already been fixed