forked from GP-S/bsnes
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
System: Debian 10 x86_64
Source code: Commit as HEAD b68d72b
Steps to reproduce:
- Checkout the code
- Change dir into libretro-bsnes/bsnes
- Invoke the make command:
make -f GNUmakefile platform="unix" -j12 CC="gcc" CXX="g++" compiler="g++" target="libretro" - Nothing is produces in libretro-bsnes/bsnes/out, build process stops just under Compiling processor/wdc65816/wdc65816.cpp ...
Full output with make --debug:
make --debug -f GNUmakefile platform="unix" -j4 CC="gcc" CXX="g++" compiler="g++" target="libretro"
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating makefiles....
Updating goal targets....
File 'default' does not exist.
File 'all' does not exist.
File 'obj/libretro.o' does not exist.
Must remake target 'obj/libretro.o'.
Compiling target-libretro/libretro.cpp ...
File 'obj/libco.o' does not exist.
Must remake target 'obj/libco.o'.
Compiling ../libco/libco.c ...
File 'obj/emulator.o' does not exist.
Must remake target 'obj/emulator.o'.
Compiling emulator/emulator.cpp ...
File 'obj/filter.o' does not exist.
Must remake target 'obj/filter.o'.
Compiling filter/filter.cpp ...
File 'obj/lzma.o' does not exist.
Must remake target 'obj/lzma.o'.
Compiling lzma/lzma.cpp ...
File 'obj/sfc-interface.o' does not exist.
Must remake target 'obj/sfc-interface.o'.
Compiling sfc/interface/interface.cpp ...
File 'obj/sfc-system.o' does not exist.
Must remake target 'obj/sfc-system.o'.
Compiling sfc/system/system.cpp ...
File 'obj/sfc-controller.o' does not exist.
Must remake target 'obj/sfc-controller.o'.
Compiling sfc/controller/controller.cpp ...
File 'obj/sfc-cartridge.o' does not exist.
Must remake target 'obj/sfc-cartridge.o'.
Compiling sfc/cartridge/cartridge.cpp ...
File 'obj/sfc-memory.o' does not exist.
Must remake target 'obj/sfc-memory.o'.
Compiling sfc/memory/memory.cpp ...
File 'obj/sfc-cpu.o' does not exist.
Must remake target 'obj/sfc-cpu.o'.
Compiling sfc/cpu/cpu.cpp ...
File 'obj/sfc-smp.o' does not exist.
Must remake target 'obj/sfc-smp.o'.
Compiling sfc/smp/smp.cpp ...
File 'obj/sfc-dsp.o' does not exist.
Must remake target 'obj/sfc-dsp.o'.
Compiling sfc/dsp/dsp.cpp ...
File 'obj/sfc-ppu.o' does not exist.
Must remake target 'obj/sfc-ppu.o'.
Compiling sfc/ppu/ppu.cpp ...
File 'obj/sfc-ppu-fast.o' does not exist.
Must remake target 'obj/sfc-ppu-fast.o'.
Compiling sfc/ppu-fast/ppu.cpp ...
File 'obj/sfc-expansion.o' does not exist.
Must remake target 'obj/sfc-expansion.o'.
Compiling sfc/expansion/expansion.cpp ...
File 'obj/sfc-coprocessor.o' does not exist.
Must remake target 'obj/sfc-coprocessor.o'.
Compiling sfc/coprocessor/coprocessor.cpp ...
File 'obj/sfc-slot.o' does not exist.
Must remake target 'obj/sfc-slot.o'.
Compiling sfc/slot/slot.cpp ...
File 'obj/gb-apu.o' does not exist.
Must remake target 'obj/gb-apu.o'.
Compiling gb/Core/apu.c ...
File 'obj/gb-camera.o' does not exist.
Must remake target 'obj/gb-camera.o'.
Compiling gb/Core/camera.c ...
File 'obj/gb-display.o' does not exist.
Must remake target 'obj/gb-display.o'.
Compiling gb/Core/display.c ...
File 'obj/gb-gb.o' does not exist.
Must remake target 'obj/gb-gb.o'.
Compiling gb/Core/gb.c ...
File 'obj/gb-joypad.o' does not exist.
Must remake target 'obj/gb-joypad.o'.
Compiling gb/Core/joypad.c ...
File 'obj/gb-mbc.o' does not exist.
Must remake target 'obj/gb-mbc.o'.
Compiling gb/Core/mbc.c ...
File 'obj/gb-memory.o' does not exist.
Must remake target 'obj/gb-memory.o'.
Compiling gb/Core/memory.c ...
File 'obj/gb-printer.o' does not exist.
Must remake target 'obj/gb-printer.o'.
Compiling gb/Core/printer.c ...
File 'obj/gb-random.o' does not exist.
Must remake target 'obj/gb-random.o'.
Compiling gb/Core/random.c ...
File 'obj/gb-rewind.o' does not exist.
Must remake target 'obj/gb-rewind.o'.
Compiling gb/Core/rewind.c ...
File 'obj/gb-save_state.o' does not exist.
Must remake target 'obj/gb-save_state.o'.
Compiling gb/Core/save_state.c ...
File 'obj/gb-sgb.o' does not exist.
Must remake target 'obj/gb-sgb.o'.
Compiling gb/Core/sgb.c ...
File 'obj/gb-sm83_cpu.o' does not exist.
Must remake target 'obj/gb-sm83_cpu.o'.
Compiling gb/Core/sm83_cpu.c ...
File 'obj/gb-symbol_hash.o' does not exist.
Must remake target 'obj/gb-symbol_hash.o'.
Compiling gb/Core/symbol_hash.c ...
File 'obj/gb-timing.o' does not exist.
Must remake target 'obj/gb-timing.o'.
Compiling gb/Core/timing.c ...
File 'obj/processor-arm7tdmi.o' does not exist.
Must remake target 'obj/processor-arm7tdmi.o'.
Compiling processor/arm7tdmi/arm7tdmi.cpp ...
File 'obj/processor-spc700.o' does not exist.
Must remake target 'obj/processor-spc700.o'.
Compiling processor/spc700/spc700.cpp ...
File 'obj/processor-wdc65816.o' does not exist.
Must remake target 'obj/processor-wdc65816.o'.
Compiling processor/wdc65816/wdc65816.cpp ...
File 'default' does not exist.
File 'all' does not exist.
File 'default' does not exist.
File 'all' does not exist.
File 'default' does not exist.
File 'all' does not exist.
File 'default' does not exist.
File 'all' does not exist.
Must remake target 'all'.
Successfully remade target file 'all'.
Must remake target 'default'.
Successfully remade target file 'default'.
Metadata
Metadata
Assignees
Labels
No labels