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

Linker Issue #38

Open
cosmicdaman opened this issue Dec 10, 2023 · 2 comments
Open

Linker Issue #38

cosmicdaman opened this issue Dec 10, 2023 · 2 comments

Comments

@cosmicdaman
Copy link

ld: interrupts.o: in function InterruptManager::InterruptManager(GlobalDescriptorTable*)': interrupts.cpp:(.text+0x111): undefined reference to InterruptManager::HandleInterruptRequest0x00()'
ld: interrupts.cpp:(.text+0x12e): undefined reference to `InterruptManager::HandleInterruptRequest0x01()'
make: *** [Makefile:19: kernel.bin] Error 1

I dunno what's wrong

@rwy420
Copy link

rwy420 commented May 10, 2024

You probably messed something up with the (linker) names in the assembly file. You shouldn't be watching that series if you can't fix such small things on your own though

@cosmicdaman
Copy link
Author

thanks for trying to pitch in but i already fixed this

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