-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build on Pi4 #94
Comments
Assuming you have the right libraries needed to build the program, the following commands should get you there. You'll want to run them from the EDGE folder (assuming you didn't change the name when you cloned it):
If it works, the EDGE executable should be in the build folder. I use Ubuntu Mate 20.04 on my Pi, so your mileage may vary. |
@dashodanger
cant tell if im missing a libraries or what from that error |
Hmm, it seems to be some cyclic dependency with GL headers somewhere. One of the things we really need to do is clean up the header include pathing for CMake… @dashodanger do you encounter the conflicting ARB pointer when building for Pi4? From the looks of this log, it is running into an issue with that pointer from two different GL headers. I’m not sure if GLEXT.h is also required for PI4, or if it’s simply an issue with the Extension handling for that platform via r_main . . . My Pi4 is sadly not on hand (packed away in some box currently and won’t be available until late January due to an impending move), so I can’t test the compilation.. |
I have built both Classic and 2.x on my Pi 4, and haven't had this compilation error. I went ahead and built it again just to be sure. I don't know much about RetroPie, but if it is based off of Debian/Rasperry Pi OS, it could be a 32-bit operating system despite being on an ARM64 platform. I don't know if this would affect anything. |
yes they are running buster 32bit on Retropie |
I'm flashing a spare SD with Retropie to see if I can poke at it. |
So, I made it further into compilation, but there's a roadblock with sse2neon which I'm not sure can be resolved. So far: Now, sse2neon.h fails saying that it is not a supported platform. I'm not sure if the NEON instructions are available when the Pi 4 is running a 32-bit OS. |
Ahh ok. so more or less its the issue with the OS being 32bit at this moment. least we have a better understanding on whats the reason. |
It's only a guess...there could be a compiler directive or something I'm not aware of that exposes the NEON instructions properly. |
im trying to build on my Pi4 and i very lost on how to get that done.
Im running Retropie so i dont have a desktop. i have to do everthing through the command line.
i have some very basic understanding of cmake. but i cant figure out the correct options to get it to go
sorry im if i sound like a idiot im trying to learn the best i can with this stuff so i can stop asking silly question like this
The text was updated successfully, but these errors were encountered: