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
clang -target or1k -O3 -integrated-as hello.c
In file included from hello.c:1:
In file included from /usr/include/stdio.h:28:
In file included from /usr/include/features.h:389:
/usr/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
include <gnu/stubs-32.h>
^
1 error generated.
The text was updated successfully, but these errors were encountered:
clang -target or1k -O3 -integrated-as hello.c
In file included from hello.c:1:
In file included from /usr/include/stdio.h:28:
In file included from /usr/include/features.h:389:
/usr/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
include <gnu/stubs-32.h>
1 error generated.
The text was updated successfully, but these errors were encountered: