All Questions
2 questions
2
votes
1
answer
322
views
How to compile this program? error at linker stage
I have installed gnat gpl 2016 on windows 10 and try to compile following (small) program with gnatmake. Problem is that due import of one function from libc the task seems to be far more complicated ...
6
votes
4
answers
13k
views
How do you install GNAT (GNU Ada) on a Windows computer?
Alright, I'm looking into doing a multi-language project. I'm looking at part of that being in Ada. I'm already aware of the AdaCore packages, but I would need to link each file separately, meaning it ...