When linking a .elf file (containing a kernel and some basic drivers), I get "kernel.elf: error adding symbols: File in wrong format." I am really in the dark here because I'm a beginner to OS programming. I am following this tutorial. Here is my code:
kernel.c: https://pastebin.com/ZvEZts2Gscreen.c: https://pastebin.com/0KPaqvjHscreen.h: https://pastebin.com/b1AeXrNccompile.bat: https://pastebin.com/ABUuM66D