cancel
Showing results for 
Search instead for 
Did you mean: 

[ERROR] Couldn't find any video driver

Kalemm
Associate

Hello, I have a problem after cross-compiling retroarch from my PC to an STM32MP135 (ARM32), after launching my ./retroarch -v I see that it will look for a video driver named "ext"

 

 

root@stm32mp1:/home/emu# ./retroarch -v [INFO] [Config]: Looking for config in: "/home/root/.config/retroarch/retroarch.cfg". [WARN] [GameMode]: GameMode cannot be enabled on this system ("dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory.") https://github.com/FeralInteractive/gamemode needs to be installed. [WARN] [Config]: GameMode unsupported - disabling.. [INFO] RetroArch 1.20.0 (Git b0999db) [INFO] === Build ======================================= [INFO] CPU Model Name: ARMv7 Processor rev 5 (v7l) [INFO] Capabilities: NEON VFPV3 VFPV4 [INFO] Version: 1.20.0 [INFO] Git: b0999db [INFO] Built: Feb 11 2025 [INFO] ================================================= [ERROR] Couldn't find any video driver named "ext" [INFO] Available video drivers are: [INFO] null [WARN] Going to default to first video driver.. [INFO] [Input]: Found input driver: "linuxraw". [INFO] [Environ]: SET_PIXEL_FORMAT: RGB565. [INFO] [Core]: Version of libretro API: 1, Compiled against API: 1 [INFO] [Core]: Geometry: 320x240, Aspect: 1.333, FPS: 60.00, Sample rate: 48000.00 Hz. [INFO] [Video]: Set video size to: 960x720. [ERROR] Couldn't find any video driver named "ext" [INFO] Available video drivers are: [INFO] null [WARN] Going to default to first video driver.. [INFO] [Video]: Graphics driver did not initialize an input driver. Attempting to pick a suitable driver. [ERROR] [Video]: Cannot initialize input driver. Exiting ... [ERROR] Fatal error received in: "video_driver_init_internal()" [INFO] [Core]: Content ran for a total of: 00 hours, 00 minutes, 00 seconds. [INFO] [Core]: Unloading core.. [INFO] [Core]: Unloading core symbols..
View more

 

 
 
For the cross compilation I did :
cd RetroArch
./configure --prefix=/path/to/install
export CC=arm-linux-gnueabihf-gcc
make

 

 

Does anyone have a solution?

0 REPLIES 0