Erro! Falha ao compilar, emulador corrompido!

Neferupitou

New member
Messages
21
Points
0
Github
Neferupitou
Olá, o meu emulador está apresentando o seguinte erro ao tentar recompilar:


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






 
Back
Top