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

Compilation problems #3

Closed
x8BitRain opened this issue Sep 4, 2016 · 0 comments
Closed

Compilation problems #3

x8BitRain opened this issue Sep 4, 2016 · 0 comments

Comments

@x8BitRain
Copy link

x8BitRain commented Sep 4, 2016

Can someone please update the installation/compilation instructions, half of the stuff needed for the building is missing and git repos of stuff have changed, I've tried to work my way around these issues but end up with

`make
clang -o runtime/main.o -c runtime/main.c

clang -o runtime/ppu.o -c runtime/ppu.c
clang -o runtime/nametable.o -c runtime/nametable.c
ar rcs runtime/runtime.a runtime/main.o runtime/ppu.o runtime/nametable.o
go build -o jamulate main.go

github.com/axw/gollvm/llvm

could not determine kind of name for C.LLVMLinkInJIT
Makefile:2: recipe for target 'build' failed
make: *** [build] Error 2
`

all the time.

Thanks.

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

1 participant