在交叉编译nginx for raspberry pi期间出错

时间:2014-03-08 12:41:33

标签: nginx raspberry-pi cross-compiling

在尝试为raspberry pi交叉编译nginx时,我在配置步骤本身时遇到错误。 我的交叉编译配置选项是,

* ./ configure --build = x86_64-linux --host = arm-poky-linux-gnueabi --target = arm-poky-linux-gnueabi --prefix = / usr --exec_prefix = / usr - bindir = / usr / bin --sbindir = / usr / sbin --libexecdir = / usr / lib / ws --datadir = / usr / share --sysconfdir = / etc --sharedstatedir = / com --localstatedir = / var --libdir = / usr / lib --includedir = / usr / include --oldincludedir = / usr / include --infodir = / usr / share / info --mandir = / usr / share / man --disable-silent-规则--disable-dependency-tracking --with-libtool-sysroot =〜/ Documents / raspberrypi / poky / raspberryPiBuild / tmp / sysroots / raspberrypi --enable-nls *

发出此命令后会打印以下错误 ./ configure:错误:无效选项“--build = x86_64-linux”

在这一步中你犯的错误是什么?

1 个答案:

答案 0 :(得分:2)

Yocto 项目已经提供了 nginx 的配方,因此您无需创建自己的配方。有关详细信息,请参阅此issue