相关疑难解决方法(0)

带有autoconf的ARM编译器

我正在尝试使用autoconf为ARM体系结构编译一些文件.我正在Ubuntu 12.04中编译它们,目标系统是BeagleBoard XM.我运行以下命令:

./configure --host=arm-linux-gnueabi -prefix=${CSTOOL_DIR}/linux_arm_tool
Run Code Online (Sandbox Code Playgroud)

得到这个结果:

configure: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-gnueabi-strip... arm-linux-gnueabi-strip   
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for arm-linux-gnueabi-gcc... arm-linux-gnueabi-gcc
checking whether the …
Run Code Online (Sandbox Code Playgroud)

arm autotools cross-compiling

6
推荐指数
1
解决办法
2万
查看次数

标签 统计

arm ×1

autotools ×1

cross-compiling ×1