tags:

views:

78

answers:

1

I have compiled FastBoot on Linux platform. But I am stucked while compile it on windows.I am using WinDDK for compilation of FastBoot on windows.In WinDDK, It is giving errors like missing "unistd.h","sys/time.h","zipfile/zipfile.h".

Are there any replacement files for above said in windows?.Please suggest if any suitable method to port the code from linux to Windows environment.

A: 

Header file unistd.h is available only on POSIX systems. Fastboot on Windows can be compiled using Cygwin.

zoli2k
May I know compilation steps for Fastboot in cygwin?. As I have code and make file available with me. your help really matters for me
ManishB