Jump to content
  • 0
Sign in to follow this  
srgoogle

[solved]Erro ao compilar emulador do Git

Question

Boa noite,

Estou tendo problema, para compilar meu emulador no host meu ele da o seguinte erro.

/3rdparty/libconfig'

 

 make clean
make[1]: Entering directory `/home/emulador2/src/common'
        CLEAN   common (build temp files)
        CLEAN   common
make[1]: Leaving directory `/home/emulador2/src/common'
make[1]: Entering directory `/home/emulador2/3rdparty/mt19937ar'
        CLEAN   mt19937ar (build temp files)
        CLEAN   mt19937ar
make[1]: Leaving directory `/home/emulador2/3rdparty/mt19937ar'
make[1]: Entering directory `/home/emulador2/3rdparty/libconfig'
        CLEAN   libconfig (build temp files)
        CLEAN   libconfig
make[1]: Leaving directory `/home/emulador2/3rdparty/libconfig'
make[1]: Entering directory `/home/emulador2/src/login'
        CLEAN   login (build temp files)
        CLEAN   login
make[1]: Leaving directory `/home/emulador2/src/login'
make[1]: Entering directory `/home/emulador2/src/char'
        CLEAN   char (build temp files)
        CLEAN   char
make[1]: Leaving directory `/home/emulador2/src/char'
make[1]: Entering directory `/home/emulador2/src/map'
        CLEAN   map (build temp files)
        CLEAN   map
make[1]: Leaving directory `/home/emulador2/src/map'
make[1]: Entering directory `/home/emulador2/src/plugins'
        CLEAN   plugins (build temp files)
        CLEAN   plugins
make[1]: Leaving directory `/home/emulador2/src/plugins'
make[1]: Entering directory `/home/emulador2/src/tool'
        CLEAN   tool (build temp files)
        CLEAN   tool
make[1]: Leaving directory `/home/emulador2/src/tool'
make[1]: Entering directory `/home/emulador2/src/test'
        CLEAN   test (build temp files)
        CLEAN   test
make[1]: Leaving directory `/home/emulador2/src/test'
make[1]: Entering directory `/home/emulador2/tools/HPMHookGen'
        CLEAN   HPMHookGen
make[1]: Leaving directory `/home/emulador2/tools/HPMHookGen'
[root@sqdro emulador]# make sql
        MAKE    mt19937ar
make[1]: Entering directory `/home/emulador2/3rdparty/mt19937ar'
        CC      mt19937ar.c
make[1]: Leaving directory `/home/emulador2/3rdparty/mt19937ar'
        MAKE    libconfig
make[1]: Entering directory `/home/emulador2/3rdparty/libconfig'
        CC      libconfig.c
        CC      grammar.c
        CC      scanctx.c
        CC      scanner.c
        CC      strbuf.c
make[1]: Leaving directory `/home/emulador2/3rdparty/libconfig'
make: execvp: ./sysinfogen.sh: Permission denied
make: *** [sysinfo] Error 127
 

 

desde ja ficaria grato para quem me ajudar.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.