在Windows上编译FastBoot(用于android用户空间刷写)
我在Linux平台上编译了FastBoot。但我在 Windows 上编译时陷入困境。我正在使用 WinDDK 在 Windows 上编译 FastBoot。在 WinDDK 中,它给出了诸如缺少“unistd.h”、“sys/time.h”、“zipfile/zipfile.h”之类的错误”。
Windows 中是否有上述内容的替换文件?。请建议是否有任何合适的方法将代码从 Linux 移植到 Windows 环境。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
头文件
unistd.h
仅在 POSIX 系统上可用 。 Windows 上的 Fastboot 可以使用 Cygwin 进行编译。Header file
unistd.h
is available only on POSIX systems. Fastboot on Windows can be compiled using Cygwin.