I'm a new C language learner and for facility. I downloaded Ubuntu 20.04 LTS WSL on my PC for compiling the code in gcc. The problem is, that the code compiled in Ubuntu runs well, but when I send it to the Windows it says that the program can't run because there is no version compatible with x64 bits Windows. I compiled it with the -m64 flag to ensure is x64 bits but it still does not run on the Windows. What is the reason for that?