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
In commit 5f4f6d6, by applying the following command make distclean config ARCH=arm and then make to build stage 1 compiler, the compiler will report unexpected token error at unreasonable position:
Error Unexpected token at source location 20771
ref_block_t *head, *tail;
^ Error occurs here
The text was updated successfully, but these errors were encountered:
In commit 5f4f6d6, by applying the following command
make distclean config ARCH=arm
and thenmake
to build stage 1 compiler, the compiler will report unexpected token error at unreasonable position:The text was updated successfully, but these errors were encountered: