Found some of my cliffnotes as a reference for how I got it all working.
Haven't tested this in a while though:

http://www.msys2.org/
pacman -Sy make
pacman -Sy mingw-w64-x86_64-toolchain
download Gnoga
download gprbuild tools from Gnoga website
copy gprbuild tools to proper location
go to home directory
gprconfig --target=x86_64-w64-mingw32 --config=Ada batch
rename generated file to default.cgpr
copy default.cgpr to /share/gpr directory
modify gnoga project as needed  (all the .exe additions to various gpr
files)
make all
make install

I feel like the gprconfig one, I didn't end up specifying the --config flag
but instead manually selected the languages when prompted instead.  It's
been a while though.  I'd have to comb through the gprconfig documentation
again to be sure.

On Sat, Apr 27, 2019 at 11:56 PM Jeremiah Breeden <
[email protected]> wrote:

>
> 2.  gprbuild...I haven't successfully built it on msys2 yet.  I grabbed
> the gprbuild from the Gnoga repo, but it doesn't work out of the box (it
> works with 32bit by default, not 64bit).  I copied the files into their
> correct locations in /mingw64/, then I used gprconfig to create a new .cpgr
> file and renamed it to the default one and put it in the appropriate share
> folder.  This got me gprbuild.  One thing I did not try but intend to at
> some point is to simply add my GNAT community version to the end of my
> path.  Maybe with my FSF first in the path, msys2 will pick up FSF GNAT for
> the compiler and then GNAT community's 64bit GPRBUILD for the build tools.
>
>
>>
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to