We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails when the upcoming GCC/GNAT 11 is used due an Ada syntax error.
gcc -c -I./ -I./src -I./src/vhdl -I./src/synth -I./src/grt -I./src/psl -I./src/vhdl/translate -I./src/ghdldrv -I./src/ortho -I./src/ortho/llvm6 -I./src/synth -I./src/ghdldrv -gnat12 -gnaty3befhkmr -gnatwa -gnatwC -gnatf -g -gnata -I- /builddir/build/BUILD/gcc-10.2.1-20200826/ghdl-llvm/src/synth/synth-insts.adb synth-insts.adb:251:44: operator for type "Ada.Streams.Stream_Element_Offset" is not directly visible synth-insts.adb:251:44: add with_clause and use_clause for "Streams" gnatmake: "/builddir/build/BUILD/gcc-10.2.1-20200826/ghdl-llvm/src/synth/synth-insts.adb" compilation error make: *** [Makefile:344: ghdl_llvm] Error 4
The ada compiler is a recent snapshot in Fedora Rawhide (gcc version 11.0.0 20201204)
The text was updated successfully, but these errors were encountered:
Just comment out the line 251.
Sorry, something went wrong.
Thanks, it's the fix :-)
42ad61b
No branches or pull requests
Build fails when the upcoming GCC/GNAT 11 is used due an Ada syntax error.
The ada compiler is a recent snapshot in Fedora Rawhide (gcc version 11.0.0 20201204)
The text was updated successfully, but these errors were encountered: