I would like to use only a windows system to get the compiled linux files. Is it possible? (Why can it be useful for me? For CICD purposes.)
I am interested in the opposite way too. So, making windows .exe-s in a linux system with clang.
I would like to use only a windows system to get the compiled linux files. Is it possible? (Why can it be useful for me? For CICD purposes.)
I am interested in the opposite way too. So, making windows .exe-s in a linux system with clang.
clang++ --target=i686-pc-linux -fuse-ld=lld -nostlib -o zpipe aa.cpp --verbose