LedgerHQ / nanos-secure-sdk

Secure (ST31) SDK for Ledger Nano S
Apache License 2.0
96 stars 53 forks source link

-Added dependencies that were causing missing file errors #1

Closed Moejoe90 closed 7 years ago

Moejoe90 commented 7 years ago

This might be a temp solution but honestly without it i can't compile the files

parkerhoyes commented 7 years ago

These files are for Bluetooth, so they definitely shouldn't be necessary on the Nano S.

Make sure you don't have HAVE_BLE, HAVE_BLUENRG, or really anything else with BLE or BLUENRG in it added to DEFINES in your Makefile.

Moejoe90 commented 7 years ago

Yes you have a point, i was facing the issue when trying to run sample code, It just kept on asking for these files. It makes complete sense that they should be not there since Nano has no Bluetooth but what confused me a bit is the availability of these files in all releases before 1.3. Thanks for your comments