Error! Failed to compile emulator corrupted!

Neferupitou

New member
Messages
21
Points
0
Github
Neferupitou
Hi, my emulator had the following errors, despite having not made significant changes to the source.

1) Limpeza da compilação antiga: (Cleaning the old compilation)

stdin: is not a tty

make: *** No rule to make target `src/common/Makefile.in', needed by `src/common/Makefile'.  Stop.
 
2) Configurando e preparando para compilar o emulador ( configure.in ): (Setting up and preparing to compile the emulator (configure.in):)
stdin: is not a tty
configure: error: cannot find sources (src/common/cbasetypes.h) in . or ..
 
3) Compilar emulador: (Compile emulator:)
stdin: is not a tty
MAKE mt19937ar
make[1]: Entering directory `/home/--------/emulador/3rdparty/mt19937ar'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/--------/emulador/3rdparty/mt19937ar'
MAKE libconfig
make[1]: Entering directory `/home/--------/emulador/3rdparty/libconfig'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/--------/emulador/3rdparty/libconfig'
touch: cannot touch `src/common/sysinfo_new.inc': No such file or directory
Cannot create output file
make: *** [sysinfo] Error 1


 
Last edited by a moderator:
Back
Top