【问题标题】:Compile FastBoot (used for android user space flashing) on Windows在Windows上编译FastBoot(用于android用户空间刷机)
【发布时间】:2010-07-14 03:38:35
【问题描述】:

我已经在 Linux 平台上编译了 FastBoot。但是我在 windows 上编译时被卡住了。我正在使用 WinDDK 在 windows 上编译 FastBoot。在 WinDDK 中,它给出了诸如缺少“unistd.h”、“sys/time.h”、“zipfile/zipfile.h”之类的错误”。

windows中是否有上述的替换文件?请建议是否有合适的方法将代码从linux移植到windows环境。

【问题讨论】:

标签: c++ c fastboot


【解决方案1】:

头文件unistd.h 可用only on POSIX systems。 Windows 上的快速启动can be compiled using Cygwin

【讨论】:

  • 我可以知道 cygwin 中 Fastboot 的编译步骤吗?因为我有代码并可以使用文件。你的帮助对我来说真的很重要
猜你喜欢
  • 1970-01-01
  • 2016-05-25
  • 1970-01-01
  • 2012-10-20
  • 2014-03-24
  • 1970-01-01
  • 1970-01-01
  • 2011-03-15
  • 1970-01-01
相关资源
最近更新 更多