I have a simple C program that uses only basic stdio calls (single-threaded file I/O), which I compile on a Mac under clang.
Will this run under Windows? If not, how do I compile it to run under Windows?
I have a simple C program that uses only basic stdio calls (single-threaded file I/O), which I compile on a Mac under clang.
Will this run under Windows? If not, how do I compile it to run under Windows?
You can use ELLCC, a clang based compiler toolchain, to cross compile Windows and Linux executables on a Mac.