[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-08-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #16 from Andrew Pin

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-08-17 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 David Dudley changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-31 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #14 from David Dudley --- OK, have the problems with the native compiler worked out. Configuration problem on the host computer. Now, it's building the native compiler using the new compiler with no problem. This is planned to be

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-31 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #13 from David Dudley --- Little more basic information (and where all this is leading, I think)... Using the installed gnat-12.2.0 compiler, I can compile things and generate operable programs (wrote the little famous "hello work"

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-31 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #12 from David Dudley --- Created attachment 58784 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58784&action=edit config.log included config.log

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-31 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #11 from David Dudley --- Created attachment 58783 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58783&action=edit configure.log included configure.log

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-31 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #10 from David Dudley --- OK, I generated a new native compiler from the latest sources, and it's installed in /opt. Modified my path to /opt/bin:${PATH} so I can find it. Heres what it does: ---

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #9 from Andrew Pinski --- What you need to do is build a native compiler first and install it somewhere (does not matter where; maybe say using --prefix=${HOME}/native-build). And then set PATH env to include ${HOME}/native-build/bin

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #8 from David Dudley --- Debian has version 12.2.0 that it installs. Perhaps I need to backup and checkout that version for a cross compiler? Since this is an experimental project I'm working toward, I thought using the "master" ve

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #7 from David Dudley --- Building a native compiler using this version may be the actual error. There isn't exactly a plethora of information on how to generate this. I've generated a native compiler currently, but seem to have a p

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #6 from David Dudley --- Created attachment 58777 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58777&action=edit Building log Heres the building log

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #5 from Andrew Pinski --- Also the full build log would be useful rather than just the config logs.

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #4 from Andrew Pinski --- So iirc for building a cross Ada compiler you need to first build a new native one for the same version. Did you do that?

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #3 from David Dudley --- Created attachment 58776 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58776&action=edit config log file from compile

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread dldudley at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 --- Comment #2 from David Dudley --- Created attachment 58775 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58775&action=edit Configuration Log file Configuration log file saved from configuration script

[Bug ada/116147] ADA Cross Compiler for ARM does not build

2024-07-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-07-30 Status|UNCONFIRM