AlgorithMan-de / wyoos

Source codes for the "Write your own Operating System" video-series on YouTube
http://wyoos.org
GNU General Public License v3.0
719 stars 222 forks source link

ld: i386:x86-64 architecture of input file `kernel.o' is incompatible with i386 output #35

Open debugyoshi opened 1 year ago

debugyoshi commented 1 year ago

I get this error when compiling 'mykernel.bin'. I double checked everything to be right multiple times, and still nothing works! Could somebody help me with this? It's very confusing... Thanks in advance.

PureBulb commented 1 year ago

You maybe lost some important parameters when you compiled the cpp file.