在尝试为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”
在这一步中你犯的错误是什么?