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 sam@gentoo.org Cc: gcc-regression@gcc.gnu.org; jeffreyalaw@gmail.com; juzhe.zhong@rivai.ai; kito.cheng@gmail.com; linaro-toolchain@lists.linaro.org; rdapp@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 sam@gentoo.org Sent: Sunday, October 27, 2024 3:37 PM To: Li, Pan2 pan2.li@intel.com Cc: gcc-regression@gcc.gnu.org; jeffreyalaw@gmail.com; juzhe.zhong@rivai.ai; kito.cheng@gmail.com; linaro-toolchain@lists.linaro.org; rdapp@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...