针对你遇到的错误 configure: error: cannot enable m32 personality support,以下是一些可能的原因和解决方法: 1. 确定错误信息含义 这个错误信息通常出现在编译或配置某些软件时,尤其是当软件需要生成32位代码而当前系统环境不支持或未正确配置时。m32 personality support 指的是系统支持运行32位二进制文件的能力。 2...
if [ "$SCC_arch" = "64-bit" ; then CROSS_COMPILING=1 $SCC -m32 -o $foo} ${foo}.c > /dev/null 2>&1 if [ $? = 0 ]; then SCC_MULTIABI=1 sed '/^SCC.*=/s/$/ -m32' configurewrf.edit > configure.wrf.tmp mv configure.wrf.tmp configure.wrfedit ...
CFLAGS="-m32 $CFLAGS" LDFLAGS="-m32 $LDFLAGS" fi if [ "$SYS" = MACOSX ]; then ASFLAGS="$ASFLAGS -f macho32 -DPREFIX" elif [ "$SYS" = WINDOWS -o "$SYS" = CYGWIN ]; then ASFLAGS="$ASFLAGS -f win32 -DPREFIX" ...
--with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror \ --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic \ --enable-offload-targets=nvptx-none --without-cuda-driver --enabl...
2, You can test this by compiling a small C example with the-m32flag. // Minimal C example#include<stdio.h>intmain(){printf("This works\n");return0; } Compiling: gcc -m32 -o m32test m32test.c 确实也没有通过! 3, Logs don't lie! configure.log is what i need to get to the...
--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic \ --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release \ --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnuThread mo...
multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_...
-m32 -L/sw/lib conftest.c >&5 clang: error: unknown argument: '-falign-loops=16' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future clang: error: unknown argument: '-falign-jumps=16' [...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
"solaris-sparcv9-gcc","gcc:-m32 -march=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm/sparcv8plus.o:::asm/md5-sparcv8plus.o:::dlfcn:solaris-shared:-fPIC:-shared:...