jtauber / cleese

an operating system in Python
MIT License
240 stars 27 forks source link

Lots of errors #2

Open RossComputerGuy opened 6 years ago

RossComputerGuy commented 6 years ago
i386-elf-ld -T kernel.ld -nostdlib -Map kernel.map -o KERNEL.BIN kernel/kstart.o kernel/res.o kernel/main.o kernel/kernel_bytecode.o kernel/isrmodule.o mach/video.o mach/ports.o mach/malloc.o lib/string.o lib/ctype.o lib/mem.o python/Objects/frameobject.o python/Objects/intobject.o python/Objects/dictobject.o python/Objects/stringobject.o python/Objects/typeobject.o python/Objects/object.o python/Objects/tupleobject.o python/Objects/moduleobject.o python/Objects/methodobject.o python/Objects/abstract.o python/Objects/classobject.o python/Objects/funcobject.o python/Objects/boolobject.o python/Objects/listobject.o python/Objects/bufferobject.o python/Python/pythonrun.o python/Python/pystate.o python/Python/import.o python/Python/marshal.o python/Python/ceval.o python/Python/compile.o python/Python/bltinmodule.o python/Python/getargs.o python/Python/modsupport.o python/Modules/gcmodule.o
i386-elf-ld: warning: cannot find entry symbol entry; defaulting to 0000000000100000
i386-elf-ld: kernel/isrmodule.o: in function `isr_setvec':
isrmodule.c:(.text+0xa2): undefined reference to `initirqs'
i386-elf-ld: kernel/isrmodule.o: in function `python_isr':
isrmodule.c:(.text+0xf4): undefined reference to `isrs_pending'
i386-elf-ld: lib/string.o: in function `memcpy':
string.c:(.text+0x62): undefined reference to `bcopy'
i386-elf-ld: python/Python/bltinmodule.o: in function `builtin_setvec':
bltinmodule.c:(.text+0x74): undefined reference to `initirqs'
i386-elf-ld: python/Python/bltinmodule.o: in function `builtin_videomode':
bltinmodule.c:(.text+0x159): undefined reference to `set80x25'
i386-elf-ld: bltinmodule.c:(.text+0x161): undefined reference to `set320x200x256'
i386-elf-ld: bltinmodule.c:(.text+0x169): undefined reference to `set640x480x16'
make[1]: *** [../Makefile.common:19: KERNEL.BIN] Error 1
make[1]: Leaving directory '/home/spaceboyross/cleese/echo'
make: *** [Makefile:30: echo/KERNEL.BIN] Error 2
vihaanmody1 commented 1 year ago

Agreed

Artin1392 commented 1 year ago

Oh my God. 🫨🫨😶