LedgerHQ / nanos-secure-sdk

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

Makefile.glyphs Not producing Glyph Header/Source #2

Closed Moejoe90 closed 7 years ago

Moejoe90 commented 7 years ago

For some reason when i try to compile the Blue-Eth-App i had a problem with Glyph.h not being found. After Further research i realized that in the SDK there is a glyph generating code that should run and generate the needed files. However for some reason when i tried to generate the files automatically even changing and hard-coding GLYPH_SRC_DIR , BOLOS_SDK and other parameters still things didn't work out and i would always get a Makefile glyph.h is up to date letter in the terminal which is not the case for sure.

Moejoe90 commented 7 years ago

I just realized that the makefile for that project is outdated i managed to find a workaround until an official update comes , I will move this issue there now

mandelmonkey commented 6 years ago

@Moejoe90 I have the same issue on the blue-btc-app what was the work around you used?