![]() |
Issues compiling on Linux - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47) +--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172) +---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163) +---- Thread: Issues compiling on Linux (/showthread.php?tid=173379) |
Issues compiling on Linux - thatguyehler - 11-22-2015 I've been trying to compile RPCS3 from git, to no avail. I'm on Linux, specifically Elementary OS. I've been trying various things for a few hours now, but I can't get past this error. Any suggestions? Quote:justin@ElementaryPC:~/rpcs3$ cd rpcs3 && cmake CMakeLists.txt && make && cd ../ RE: Issues compiling on Linux - tambre - 11-22-2015 (11-22-2015, 03:48 AM)thatguyehler Wrote: I've been trying to compile RPCS3 from git, to no avail. I'm on Linux, specifically Elementary OS. I've been trying various things for a few hours now, but I can't get past this error. Any suggestions? Could you try updating to a newer version of GCC? I'd suggest you to upgrade to GCC 4.9 or 5.0. As I'm afraid, that GCC 4.8.* might not have some features, that we use, anyway. EDIT: GCC 4.9 should be the minimum version, at which RPCS3 compiles. Definently upgrade your GCC. RE: Issues compiling on Linux - thatguyehler - 11-22-2015 Thank you very much! I knew it had to be something silly like that, I just couldn't figure out what... RE: Issues compiling on Linux - ssshadow - 11-22-2015 (11-22-2015, 03:49 PM)thatguyehler Wrote: Thank you very much! I knew it had to be something silly like that, I just couldn't figure out what... Did you build it successfully on GCC 4.9? Did you have to change anything else? Just want to know the state of things. RE: Issues compiling on Linux - thatguyehler - 11-23-2015 I built it successfully on GCC 5.2, which is the latest version. No trouble at all after upgrading. |