mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
It seems that gcc generates instructions it cannot use which is weird.
The offending line was:
char input[255] = {0};
It was trying tp use __eabi_memclr for that which it did not have.
We need to find out why it generates instruction it cannot use (probably some
wrong flags somewhere).
Change-Id: I6a05280ce8876aa50e2cd6d5a112d18d266581c4
4.5 KiB
4.5 KiB