You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/AdaCore/gnat-llvm.git
cd gnat-llvm
git clone git://gcc.gnu.org/git/gcc.git llvm-interface/gcc
ln -s gcc/gcc/ada llvm-interface/gnat_src
cd llvm
make setup
cd llvm-project-16.0.6.src
foriin ../patches/*;do patch -p1 <$i;done## massage some paths herecd ..
make llvm
cd ..
make
and here is the output at the end:
/home/avj/opt/alire/gnat-x86_64-linux-14.2.0-1/bin/../lib/gcc/x86_64-pc-linux-gnu/14.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /mnt/baranem/llvm-gnat/source
s/gnat-llvm/llvm-interface/obj/osint-c.o: in function `osint__c__set_output_object_file_name':
/mnt/baranem/llvm-gnat/sources/gnat-llvm/llvm-interface/gnat_src/osint-c.adb:474:(.text+0x27e5): undefined reference to `osint__B83s'
This is with using:
gcc (GCC) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
and
GPRBUILD 24.0.0 (2024-08-01) (x86_64-pc-linux-gnu)
Copyright (C) 2004-2024, AdaCore
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
both from Alire.
Am I missing a step?
The text was updated successfully, but these errors were encountered:
aytey
changed the title
undefined reference to osint__B83s'`undefined reference to 'osint__B83s'Oct 16, 2024
Are you able to tell me what commits of https://github.com/AdaCore/gnat-llvm.git and git://gcc.gnu.org/git/gcc.git, as well as the version of Alire that are compatible?
I am trying to build
gnat-llvm
as follows:and here is the output at the end:
This is with using:
and
both from Alire.
Am I missing a step?
The text was updated successfully, but these errors were encountered: