AdaCore / gnat-llvm

LLVM based GNAT compiler
179 stars 18 forks source link

Make fail in Linux host #18

Closed emgaspar closed 3 years ago

emgaspar commented 3 years ago

Hi,

I have tried to build the toolchain following README.md steps but make step fails in first stage.

Error message displays the following information:

gnat-llvm and gcc source are updated to HEAD. I have checked gnat_src folder and these files are not located on it.

Building environment:

Is there any additional step to performance before make?

Thanks in advanced.

ArnaudCharlet commented 3 years ago

As GNAT LLVM is still in heavy evolution and we're internally using GNAT sources private to AdaCore, there are sometimes discrepancies with the GNAT sources at gcc.gnu.org. To get a successful build of GNAT LVM you'll need for now to use:

ArnaudCharlet commented 3 years ago

For your information, the latest GCC master sources should now be usable again. You still need to use the GNAT LLVM commit d447ac3 for now.

Lucretia commented 3 years ago

It'd make more sense if you created a tag, like fsf_gcc_10.2.0, rather having to git a commit hash.