[Bug other/116119] Error building gcc 8.3.0

2024-07-29 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #12 from Jonathan Wakely --- I can build fine using these steps: export TARGET=arm-linux-gnueabihf export PREFIX=/tmp/rpi-toolchain wget https://ftp.gnu.org/gnu/binutils/binutils-2.31.tar.gz tar xf binutils-2.31.tar.gz cd

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #11 from Jonathan Wakely --- (In reply to maths soso from comment #6) > Created attachment 58771 [details] > compilation of gcc 14.1.0 configure: error: source directory already configured; run "make distclean" there first

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #10 from Jonathan Wakely --- Oh I see you already said you're using contrib/download_prerequisites so that's all you need.

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #9 from Jonathan Wakely --- (In reply to maths soso from comment #7) > I added to path of libgmp, libmpc, and libmpfr to LD_LIBRARY_PATH, and still. Don't do that, just add the gmp, mpfr and mpc sources to the gcc tree and let them

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #8 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:6a55ff29578e8afbe795547468a78494b3b52831 commit r15-2368-g6a55ff29578e8afbe795547468a78494b3b52831 Author: Jonathan Wakely Date:

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread h.sousou97 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #7 from maths soso --- I added to path of libgmp, libmpc, and libmpfr to LD_LIBRARY_PATH, and still. make[1]: *** [Makefile:5149: configure-gmp] Error 1 make[1]: *** Waiting for unfinished jobs checking whether to install libibe

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread h.sousou97 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #6 from maths soso --- Created attachment 58771 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58771&action=edit compilation of gcc 14.1.0

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread h.sousou97 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #5 from maths soso --- I did install both gcc and binutils for $TARGET in $PREFIX export WORKSPACE_ROOT=~/rpi0/toolchain export PREFIX=${WORKSPACE_ROOT}/toolchain export TARGET=arm-linux-gnueabihf export SYSROOT=${WORKSPACE_ROOT}/..

[Bug other/116119] Error building gcc 8.3.0

2024-07-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 --- Comment #4 from Jonathan Wakely --- (In reply to maths soso from comment #0) > /home/sofiane/rpi0/toolchain/build/gcc2/./gcc/as: 106: exec: -march=armv8-a: > not found If you look at /home/sofiane/rpi0/toolchain/build/gcc2/./gcc/as you'll s

[Bug other/116119] Error building gcc 8.3.0

2024-07-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug other/116119] Error building gcc 8.3.0

2024-07-27 Thread h.sousou97 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 maths soso changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug other/116119] Error building gcc 8.3.0

2024-07-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116119 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---