Linker error - please help!
Posted: Mon Dec 11, 2006 11:06 am
Hi there!
I'm following Bran's Kernel Tutorial to develop my very firsti OS.
I just reached the IDT chapter and I'm stuck with an error I'm getting from the linker.
The error message is:
start.o:start.o:(.text+0x53): undefined reference to `_idtp'
main.o:main.c:(.text+0x14f): undefined reference to `_idt_install'
The tutorial I'm following can be found at:
http://www.osdever.net/bkerndev/index.php?the_id=90
PLEASE NOTE that I'm receiving these errors even if I try to compile the tutorial's code itself!
Please someone help to solve this problem. I really can't find a way to do that.
I'm looking forward to receive (good) news (soon)
Andrea
I'm following Bran's Kernel Tutorial to develop my very firsti OS.
I just reached the IDT chapter and I'm stuck with an error I'm getting from the linker.
The error message is:
start.o:start.o:(.text+0x53): undefined reference to `_idtp'
main.o:main.c:(.text+0x14f): undefined reference to `_idt_install'
The tutorial I'm following can be found at:
http://www.osdever.net/bkerndev/index.php?the_id=90
PLEASE NOTE that I'm receiving these errors even if I try to compile the tutorial's code itself!
Please someone help to solve this problem. I really can't find a way to do that.
I'm looking forward to receive (good) news (soon)
Andrea