-
Notifications
You must be signed in to change notification settings - Fork 26
Can't compile the sample-apps using the 1.4.2 firmware #8
Comments
Can you try adding DEFINES += CX_COMPLIANCE_141 to the Makefile ? This should solve most of the build issues (also possibly missing a new parameter NULL for the cx_ecdsa_sign primitives). This will be merged shortly. |
In order to fix those errors to make the 1.4.2 compiler compatible, it's not a simple flag update. Please see the changes done in LedgerHQ/bolos-app-win_hello, in the 4 days ago. The source codes have been modified. Could you help to do so? It's easy to see those compiler errors as soon as you use the nano-1421 tag from the nano-secure-sdk repo. Thanks. |
Facing exactly the same issue as @richgrove.
|
@razi-rais to fix that error I think you can do a |
We're second to @rudi-cilibrasi 's comment above. Exactly the same. Could somebody please shed some light on this issue please? |
I'm also getting stuck on "Open non genuine app" on a custom app. Any guidelines? |
Please let me know if the latest modifications work |
I'm also getting stuck on "Open non genuine app" on a custom app. |
I installed the nano secure SDK nano-1421 tag for my updated ledger firmware 1.4.2. "make" on the sample apps got the error messages like:
Other apps had the similar build errors. Please help to update those sample apps to be able to build on the 1.4.2 firmware. Thanks.
The text was updated successfully, but these errors were encountered: