I've created a small C exe that I've run on Windows 7 command prompt. No errors or warnings.
It has no Windows features, inludes or libraries - just plain C.
Now I'd like to create a Linux exe from same source. How do I select target exe to be "native" linux? Currently my Build->Select targe has only "Debug" and Release".
I'm planning on creating an exe for Raspberry Pi with linux distro but compile & link it on a Windows 7 computer. I copy the resulting exe to the Rasberry SSD and run it there as a console app.