Cross Compiling C source codes on Windows for Linux using VM Player running ubuntu -
i've project has .c codes generated simulink models (using rtw). executable needs generated lynxos rtos, use cygwin, slow, takes several hours compile & link ~ 650 .c code files , libraries.
i wondering if possible put sources & libraries share on vmware player (on windows) running ubuntu or other linux flavor , generate executable ? faster ?
the ways can tackle listed fastest slowest:
- native linux through dual-boot , shared disk
- virtualbox/vmware player distributed version control pulling sources on vm's disk.
- virtualbox/vmware player shared or network folder.
- cygwin.
the tradeoff between 2 , 3 disk access. shared folders or network drives slow, compilation purposes. go option 2 unless trivial thing.
Comments
Post a Comment