Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error make #5

Open
texrg opened this issue Jan 21, 2017 · 1 comment
Open

error make #5

texrg opened this issue Jan 21, 2017 · 1 comment

Comments

@texrg
Copy link

texrg commented Jan 21, 2017

$ make
cc -Wall -Werror -std=gnu99 -I. -o interpreter interpreter.c
cc -Wall -Werror -std=gnu99 -I. -o compiler-x86 compiler-x86.c
cc -Wall -Werror -std=gnu99 -I. -o compiler-x64 compiler-x64.c
cc -Wall -Werror -std=gnu99 -I. -o compiler-arm compiler-arm.c
lua dynasm/dynasm.lua -o jit-x86.h jit-x86.dasc
jit-x86.dasc:4: error: cannot load module: dynasm/dasm_x86.lua:31: module 'bit' not found:
no field package.preload['bit']
no file 'dynasm/bit.lua'
no file '/usr/share/lua/5.3/bit.lua'
no file '/usr/share/lua/5.3/bit/init.lua'
no file '/usr/lib64/lua/5.3/bit.lua'
no file '/usr/lib64/lua/5.3/bit/init.lua'
no file './bit.lua'
no file './bit/init.lua'
no file '/usr/lib64/lua/5.3/bit.so'
no file '/usr/lib64/lua/5.3/loadall.so'
no file './bit.so':
|.arch x86
jit-x86.dasc:: error: missing .arch directive
jit-x86.dasc:
: info: fatal error in input file -- no output file generated.
Makefile:46: polecenia dla obiektu 'jit-x86.h' nie powiodły się
make: *** [jit-x86.h] Błąd 1

@jserv
Copy link
Contributor

jserv commented Feb 3, 2017

@texrg : It looks like the unexpected Lua installation for bit module. Can you check the dependency of LuaJIT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants