-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
XU4 build failed due to unmet deps for sdl2 #2469
Comments
Hi @Technicalleigh, I was wondering what GPU drivers are you using, fbdev? |
@joolswills - I'm trying to install retroarch package by itself on an XU4 using Ubuntu 18.04 minimal image from HK with the latest commits (8cf6a70) and still getting the errors compiling. Full log below: Just like @Technicalleigh, I installed the package manually
|
GPU driver was fbdev-mali. To clarify, I did not install libsdl2 from the repository -- my understanding is that it does not contain the code needed for the XU4's GPU, so it's necessary to use RetroPie's patched version. After running 'apt-get install libx11-dev libxcursor-dev libxext-dev libxi-dev libxinerama-dev libxrandr-dev libxss-dev libxxf86vm-dev', the setup script was able to build SDL2 and exit successfully. Ultimately, I wasn't able to use it, though... Trying to start 'emulationstation', I got the dreaded "Error creating SDL window! Could not initialize EGL." I gave up and installed the Odroid Retro Arena image on another SD card. (I still have the broken install on a separate SD card if there's anything devs would like me to check for them.) |
Awesome. Same here. I'm using the ORA 1.1. I was hoping to create my own image based on official repo. |
Same issue here, latest 18.04 image from oDroid, and latest build from github for retropi. I see comments to this on other sites going 6 months back? seems as though it is missing needed files. |
Hi, fresh install on kernel 4.14.5-92 how to correct install (compile) sdl2 on odroid xu4? |
I installed Xorg and libsdl2-dev before installing and it WORKED! |
Same problem with me. Any updates on this issue? |
On XU4, if you are on kernel 3.10, use this
make clean
platform=odroid BOARD="ODROID-XU3" ARCH=arm make
|
Is there any similar command for C2? |
ok. When I use 4.14.5 ? |
Sorry for the delay on this. I believe the problem may be resolved. Some changes related to vero4k changed the dependencies and it actually broke source builds for the RPI too. Only noticed just now as working on SDL 2.0.9 |
root@odroid:~# apt install libglvnd-dev libegl1 libgles1 libgles2 mali-fbdev The following packages have unmet dependencies: I end up with requirements for both mali-fbdev and the libgle packages which conflict with each other. I made a pr for odroid n2 support, but it but I have a conflics too with the mali-fbdev too. |
Hi devs, I'm installing RetroPie on an Odroid XU4 running Ubuntu 18.04 minimal. During the install script,
sdl2
failed to build which caused some other targets after it to fail also. The log (below) mentions some unmet build dependencies; manually installing those packages and re-running the RetroPie install script solved the problem for me. Cheers!https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/supplementary/sdl2.sh
The text was updated successfully, but these errors were encountered: