bebbo / amiga-gcc

The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
GNU General Public License v2.0
312 stars 66 forks source link

Build failing on Arch Linux #357

Closed OwenTheBowen closed 1 year ago

OwenTheBowen commented 1 year ago

Most of the build goes fine, up until it tries to build GCC.

I've attached a file of the errors it prints.

I'm using Arch Linux, 4GB of memory, 4-core x86_64 CPU. Build Errors.txt

bebbo commented 1 year ago

I guess your version of ISL does not match.

OwenTheBowen commented 1 year ago

Currently I have libisl-0.26-1.

bebbo commented 1 year ago

There is a script amiga-gcc/projects/gcc/contrib/download_prerequisites to download working versions. Once present these should be picked up automatically...

jezze commented 1 year ago

I got this same issue. How did you solve it exactly?

bebbo commented 1 year ago

Enter the directory amiga-gcc/projects/gcc then run the script contrib/download_prerequisites. Now the build should work and use the downloaded versions.

jezze commented 1 year ago

yes that seems to work! thanks!