0

I have a bundle of c files with CMAKE support. My requirement is to build the sources for Linux target on windows platform/machine. As of now, I do not have any compiler package. Is it possible to build for linux target from windows machine? Do we have any such compiler packages? Can anyone suggest the procedure to achieve this!

Regards, Anil Kumar. B

1 Answers1

0

Compiling at a system like Windows for another system like Linux is call cross compiling. See: questions/4769968

C.Lechner
  • 19
  • 5
  • My requirement is to build bundle of sources using gcc for the Linux target. so please guide me in this direction. I should be able to run the generated binary on linux target. – Anil Kumar Feb 12 '20 at 13:33
  • Do we have such support(to build for linux target) using gcc on windows. – Anil Kumar Feb 12 '20 at 13:36