tce-load -i compiletc python qt-5.x-dev sdl2_ttf-dev flac-dev lua-5.3-dev sqlite3-dev glm-dev pugixml-dev [will not compile in 16gb] [python3 gives unicode error] https://github.com/mamedev/mame/archive/mame0209.tar.gz https://wiki.debian.org/Mame cd mame-mame0209 sudo cp /tmp/tcloop/gcc_libs-dev/usr/local/lib/libgomp.spec /usr/lib make CC="gcc -mtune=generic -Os -pipe" CXX="g++ -mtune=generic -Os -pipe" TOOLS=1 VERBOSE=1 IGNORE_GIT=1 PYTHON_EXECUTABLE=python2.7 SDL_INSTALL_ROOT=/usr/local NOWERROR=1 USE_SYSTEM_LIB_EXPAT=1 USE_SYSTEM_LIB_ZLIB=1 USE_SYSTEM_LIB_JPEG=1 USE_SYSTEM_LIB_FLAC=1 USE_SYSTEM_LIB_LUA=1 USE_SYSTEM_LIB_SQLITE3=1 USE_SYSTEM_LIB_GLM=1 OPTIMIZE=s NO_USE_MIDI=1 NO_USE_PORTAUDIO=1 OPENMP=1 USE_BUNDLED_LIB_SDL2=0 USE_QTDEBUG=0 [LTO=1 fails?] [USE_SYSTEM_LIB_PUGIXML=1 fails] ARCHOPTS=-mtune=generic 2h 58m 16s /usr/local/bin/ld: ../../../../linux_gcc/bin/x64/Release/libemu.a(hashfile.o): in function `read_hash_config(char const*, util::hash_collection const&, char const*, std::__cxx11::basic_string, std::allocator >&)': hashfile.cpp:(.text+0x3aa): undefined reference to `pugi::xpath_node_set::operator=(pugi::xpath_node_set&&)' collect2: error: ld returned 1 exit status make[2]: *** [mame.make:251: ../../../../../mame64] Error 1 make[1]: *** [Makefile:1045: mame] Error 2 make[1]: Leaving directory '/mnt/sdc8/usr/src/mame-mame0209/build/projects/sdl/mame/gmake-linux' make: *** [makefile:1288: linux_x64] Error 2 Command exited with non-zero status 2