You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- GCC >=10 doesn't compile with `array[0]` trick to make SML as small as possible.
Solution:
- Remove the zero sized array trick for GCC >= 10.
- Disable sizeof verifcation for GCC >= 10.
Note:
- Another solution has to be considered/implemented.
0 commit comments