Emulator Issues #6198
closedCompilation fails under gcc 4.8
0%
Description
Seems it doesn't like us inlining certain things anymore.
Compiled revision was r92e82a4160ce; OS is Arch Linux, 64-bit. degasus (wickmarkus) has reproduced this issue.
You'll notice two things about the terminal output: A) I'm using ccache, but I've cleared the cache and started with a clean build folder like a good citizen, and B) I run dmake instead of cmake. dmake is just a macro I've thrown in my .bashrc to append two cmake options so it detects my system install of wxWidgets. I also have made two minor modifications to my CMakeLists.txt, but one's -march=native (which I've confirmed isn't the issue) and the other just forces use of the static SDL2 from Externals (Dolphin doesn't like my system install of it).
Without further ado, here's the terminal output: http://pastebin.com/i8sQrEv7