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

initialize_interrupts problem on mac #2

Open
fred260571 opened this issue Jul 15, 2020 · 0 comments
Open

initialize_interrupts problem on mac #2

fred260571 opened this issue Jul 15, 2020 · 0 comments

Comments

@fred260571
Copy link

When running make I have this error

gcc -Wall -o i8080 core.o keyboard.o terminal.o
Undefined symbols for architecture x86_64:
"_initialize_interrupts", referenced from:
_main in core.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [i8080] Error 1

and when I comment
initialize_interrupts
in core.c

./i8080 gives me
Segmentation fault: 11

Guess I need to use Linux instead :)

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