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
I put related file into ~/.cosmo
and try to use clang to compile a simple hello-world.c
this is what i got
> ~/.cosmo/bin/clang-15 -c -o test-clang.o --include $HOME/.cosmo/include/libc/integral/c.inc -I$HOME/.cosmo/include test-clang.c
In file included from <built-in>:1:
/Users/codehz/.cosmo/include/libc/integral/c.inc:109:10: fatal error: cannot open file '/Users/codehz/.cosmo/include/libc/integral/libc/stdbool.h': No such file or directory
#include "libc/stdbool.h"
^
1 error generated.
(native clang works)
The text was updated successfully, but these errors were encountered:
I put related file into ~/.cosmo
and try to use clang to compile a simple hello-world.c
this is what i got
(native clang works)
The text was updated successfully, but these errors were encountered: