Compile FastBoot (used for android user space flashing) on Windows

六眼飞鱼酱① 提交于 2019-12-11 11:40:59

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/3243244/compile-fastboot-used-for-android-user-space-flashing-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!