我想在我们的嵌入式系统上构建 git,我从这里得到了 git 的源代码。
./configure
我使用以下参数运行工具:
./configure --build=arm-eabi --host=`uname -p`-`uname -s`-`uname -o`
配置工具运行,并返回错误说:
checking whether system succeeds to read fopen'ed directory...configure: error: in`/home/git-1.8.0.2`.
我已经为我们的工具链设置了必要的环境变量,比如CC
和,所以对编译器没有任何抱怨。但我不知道那个错误信息。看起来像是一些权限问题,但我肯定有完全的权限。任何想法 ?CXX
./configure
/home/git-1.8.0.2