Guest User

Untitled

a guest
Nov 7th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. clang --target=riscv64-unknown-linux-gnu -march=rv64gc wish.c -o output
  2. In file included from wish.c:1:
  3. In file included from /home/akshit/.guix-profile/include/stdio.h:28:
  4. In file included from /home/akshit/.guix-profile/include/bits/libc-header-start.h:33:
  5. In file included from /home/akshit/.guix-profile/include/features.h:548:
  6. /home/akshit/.guix-profile/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
  7. 7 | # include <gnu/stubs-32.h>
  8. | ^~~~~~~~~~~~~~~~
  9. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment