-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I get the following error when running build.sh (full log):
In file included from rtl.c:24:
rtl.h:1116:10: fatal error: genrtl.h: No such file or directory
1116 | #include "genrtl.h"
| ^~~~~~~~~~
compilation terminated.
In file included from bitmap.c:23:
rtl.h:1116:10: fatal error: genrtl.h: No such file or directory
1116 | #include "genrtl.h"
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:85: rtl.o] Error 1
The file in question indeed doesn't exist in agbcc/gcc. I see a decent number of references to this file.
This is with a fresh clone from today. I'm trying to get pokeemerald working per the Arch Linux instructions. I consider this goal functionally impossible until a fix is found or made.
I'm on EndeavourOS (basically Arch Linux), kernel 6.17.8-arch1-1. gcc 15.2.1+r301+gf24307422d1d-1 from Arch repos.
EDIT: This header exists in my system gcc installation. I'm not sure why it isn't being used.
Metadata
Metadata
Assignees
Labels
No labels