elbbep icon indicating copy to clipboard operation
elbbep copied to clipboard

issue when compiling

Open doryashar opened this issue 8 years ago • 3 comments

arm-none-eabi-gcc: error: runtime/text_shaper_lut.c: No such file or directory arm-none-eabi-gcc: error: runtime/font_ranges.c: No such file or directory

these are received when running patch_tools.py on line 269

doryashar avatar Nov 27 '16 18:11 doryashar

These files are automatically generated by the text shaper script. If you don't need text shaping (i.e. you don't need Arabic), you can safely delete all references to it and built with just the RTL code.

cpfair avatar Nov 27 '16 18:11 cpfair

And if I do need the Arabic?

On Nov 27, 2016 8:54 PM, "Collin Fair" [email protected] wrote:

These files are automatically generated by the text shaper script. If you don't need text shaping (i.e. you don't need Arabic), you can safely delete all references to it and built with just the RTL code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cpfair/elbbep/issues/4#issuecomment-263139608, or mute the thread https://github.com/notifications/unsubscribe-auth/ANijChoWCezOzSXurQgkqaU0ElrtBAXfks5rCdHsgaJpZM4K9OBB .

doryashar avatar Nov 27 '16 20:11 doryashar

Then you can run fonts/text_shaper.py to generate the required tables for the platform, or generator.py to run the entire process from end to end, including the final firmware packaging.

cpfair avatar Nov 27 '16 20:11 cpfair