I have a try with below command but get error like "cc1: error: 
'-mfloat-abi=hard': selected architecture lacks an FPU".
Linux ubuntu-arm 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:20 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux

_INSTALL_DIR=$1
../configure --target=arm-linux-gnueabihf \
             --enable-language=c,c++ \
        --enable-bootstrap \
        --disable-multilib \
        --with-arch=armv7-a  \
        --prefix=${_INSTALL_DIR}
make -j64 && make install

Any suggestions for reproducing this issue ?

Pan

-----Original Message-----
From: Li, Pan2 
Sent: Sunday, October 27, 2024 3:41 PM
To: Sam James <s...@gentoo.org>
Cc: gcc-regression@gcc.gnu.org; jeffreya...@gmail.com; juzhe.zh...@rivai.ai; 
kito.ch...@gmail.com; linaro-toolch...@lists.linaro.org; rd...@ventanamicro.com
Subject: RE: [Linaro-TCWG-CI] gcc-15-4672-gdf4af89bc3e: Failure on arm

I see, this error may require bootstrap build. There is no aarch64 machine 
currently. Let me try to find one somewhere.

Pan

-----Original Message-----
From: Sam James <s...@gentoo.org> 
Sent: Sunday, October 27, 2024 3:37 PM
To: Li, Pan2 <pan2...@intel.com>
Cc: gcc-regression@gcc.gnu.org; jeffreya...@gmail.com; juzhe.zh...@rivai.ai; 
kito.ch...@gmail.com; linaro-toolch...@lists.linaro.org; rd...@ventanamicro.com
Subject: RE: [Linaro-TCWG-CI] gcc-15-4672-gdf4af89bc3e: Failure on arm

It's not possible to do a profiledbootstrap via cross. It might be
possible for the Linaro CI to extract the bad preprocessed source and
share the options used to build it (options at least should be in the
log) but that won't help if the compiler is miscompiled...

Reply via email to