Compile FastBoot (used for android user space flas

2019-08-09 08:53发布

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.

标签: c++ c fastboot
1条回答
地球回转人心会变
2楼-- · 2019-08-09 09:21

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

查看更多
登录 后发表回答