在Windows上编译FastBoot(用于android用户空间刷写)

发布于 2024-09-09 01:07:32 字数 227 浏览 3 评论 0原文

我在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天暗了我发光 2024-09-16 01:07:32

头文件 unistd.h 仅在 POSIX 系统上可用 。 Windows 上的 Fastboot 可以使用 Cygwin 进行编译

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文