free-ada icon indicating copy to clipboard operation
free-ada copied to clipboard

Build scripts for FSF GCC and AdaCore tools

Results 5 free-ada issues
Sort by recently updated
recently updated
newest added

Resolving ftp.gmplib.org (ftp.gmplib.org)... 130.242.124.102 Connecting to ftp.gmplib.org (ftp.gmplib.org)|130.242.124.102|:21... failed: No route to host. ERROR: Something went wrong!

On tag "gcc-9.3.0" commit 78bf864374f35cf2ef2e5c3553dfa3e3a901ba77 In build-tools.sh, HOST_TRIPLE is only set for native builds, and is otherwise empty. This causes parameters to be shifted down one position, causing binutils build...

``` ./build-tools.sh -t 2 ... >> Creating Directories (if needed)... >> [1/5] Configuring GCC (arm-none-eabi)... >> [2/5] Building GCC (arm-none-eabi)... ERROR: Something went wrong! Last Process Took: 4m9.91s ``` The...

Is there a way to build static libraries and not only relocatable ones?

Trying to build the native GNAT compiler, using: $ ./build-tools.sh --target 1 fails with the following error: Versions -------- GMP : 6.1.2 MPFR : 3.1.5 MPC : 1.0.3 ISL :...