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:

  1. native linux through dual-boot , shared disk
  2. virtualbox/vmware player distributed version control pulling sources on vm's disk.
  3. virtualbox/vmware player shared or network folder.
  4. cygwin.

the tradeoff between 2 , 3 disk access. shared folders or network drives slow, compilation purposes. go option 2 unless trivial thing.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -