Skip to content

Instantly share code, notes, and snippets.

@db48x
Created December 30, 2018 10:04
Show Gist options
  • Save db48x/b3db54d849c3246147b632b5a35d4a17 to your computer and use it in GitHub Desktop.
Save db48x/b3db54d849c3246147b632b5a35d4a17 to your computer and use it in GitHub Desktop.
emmake make -j4 REGENIE=1 NOWERROR=1 SUBTARGET=vsnes SYMBOLS=1 ARCHOPTS=-s ASSERTIONS=2 -s WASM=0 SOURCES=src/mame/drivers/vsnes.cpp
GCC 5.4.0 detected
emscripten sdl2-config called with /src/emsdk/emscripten/1.38.4/system/bin/sdl2-config --libs
emscripten sdl2-config called with /src/emsdk/emscripten/1.38.4/system/bin/sdl2-config --cflags
emscripten sdl2-config called with /src/emsdk/emscripten/1.38.4/system/bin/sdl2-config --cflags
emscripten sdl2-config called with /src/emsdk/emscripten/1.38.4/system/bin/sdl2-config --cflags
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
Building configurations...
Running action 'gmake'...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/Makefile...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/qtdbg_sdl.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/osd_sdl.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/ocore_sdl.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/utils.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/formats.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/expat.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/zlib.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/softfloat.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/softfloat3.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/jpeg.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/flac.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/7z.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/lua.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/lualibs.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/sqlite3.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/bx.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/bimg.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/bgfx.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/linenoise.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/utf8proc.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/emu.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/precompile.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/frontend.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/optional.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/dasm.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/mame_vsnes.make...
Generating ../build/projects/sdl/mamevsnes/gmake-asmjs/vsnes.make...
Done. Generated 28/28 projects.
Compiling src/mame/drivers/vsnes.cpp...
Compiling src/devices/video/ppu2c0x_vt.cpp...
Compiling src/devices/video/ppu2c0x.cpp...
Compiling src/devices/sound/nes_apu.cpp...
ERROR:root:/bigobj: No such file or directory ("/bigobj" was expected to be an input file, based on the commandline arguments provided)
ERROR:root:/bigobj: No such file or directory ("/bigobj" was expected to be an input file, based on the commandline arguments provided)
ERROR:root:/bigobj: No such file or directory ("/bigobj" was expected to be an input file, based on the commandline arguments provided)
optional.make:865: recipe for target '../../../../asmjs/obj/Release/src/devices/video/ppu2c0x_vt.o' failed
make[2]: *** [../../../../asmjs/obj/Release/src/devices/video/ppu2c0x_vt.o] Error 1
make[2]: *** Waiting for unfinished jobs....
optional.make:861: recipe for target '../../../../asmjs/obj/Release/src/devices/video/ppu2c0x.o' failed
make[2]: *** [../../../../asmjs/obj/Release/src/devices/video/ppu2c0x.o] Error 1
mame_vsnes.make:284: recipe for target '../../../../asmjs/obj/Release/src/mame/drivers/vsnes.o' failed
make[2]: *** [../../../../asmjs/obj/Release/src/mame/drivers/vsnes.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Compiling src/mame/machine/vsnes.cpp...
ERROR:root:/bigobj: No such file or directory ("/bigobj" was expected to be an input file, based on the commandline arguments provided)
optional.make:845: recipe for target '../../../../asmjs/obj/Release/src/devices/sound/nes_apu.o' failed
make[2]: *** [../../../../asmjs/obj/Release/src/devices/sound/nes_apu.o] Error 1
Makefile:85: recipe for target 'optional' failed
make[1]: *** [optional] Error 2
make[1]: *** Waiting for unfinished jobs....
ERROR:root:/bigobj: No such file or directory ("/bigobj" was expected to be an input file, based on the commandline arguments provided)
mame_vsnes.make:288: recipe for target '../../../../asmjs/obj/Release/src/mame/machine/vsnes.o' failed
make[2]: *** [../../../../asmjs/obj/Release/src/mame/machine/vsnes.o] Error 1
Makefile:91: recipe for target 'mame_vsnes' failed
make[1]: *** [mame_vsnes] Error 2
makefile:1268: recipe for target 'asmjs' failed
make: *** [asmjs] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment