lordmilko/VSKernelDev

Using the updated x86_64-elf-tools and the -m elf_i386 results in a i386:x86-64 architecture of input file `Source/Kernel/kernel.o' is incompatible with i386 output

Closed this issue · 1 comments

D:\Documents\Development\Toolchains\x86_64-elf-tools\bin\x86_64-elf-ld.exe: i386:x86-64 architecture of input file `Source/Kernel/kernel.o' is incompatible with i386 output```

I've only tested this with x86 however this is seems like an issue with ld rather than VSKernelDev specifically

Here is something a quick Google Search turned up

You may need to tweak other configuration parameters to compile for x64

Ultimately all VisualGDB is doing is running your makefile, so make sure you can make your project directly