You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc-6 is required to compile "GBA emu - gpSP port for libretro"
On a Debian Buster image of OSMC, gcc-6 is not in the standard repositories but it can be found in oldstable (Stretch). Add the oldstable apt source before trying to install Retropie
sudo vi /etc/apt/sources.list
add the following two lines
deb http://ftp.debian.org/debian/ oldstable main contrib non-free
deb-src http://ftp.debian.org/debian/ oldstable main contrib non-free
then update
sudo apt update
The text was updated successfully, but these errors were encountered:
gcc-6 is required to compile "GBA emu - gpSP port for libretro"
On a Debian Buster image of OSMC, gcc-6 is not in the standard repositories but it can be found in
oldstable
(Stretch). Add theoldstable
apt source before trying to install Retropieadd the following two lines
then update
The text was updated successfully, but these errors were encountered: