* Andy via Gcc-help: > Hi, I’m trying to use GCC7.3.0 and enable language > Ada. After I read the manual for GCC, but I still failed. The error > information is “GNAT is required to built Ada”. How can I get the GNAT > package? You need to start with a distribution that includes a GNAT package. If your target is not such a distribution itself, you will have to cross-build, probably from a GNU/Linux distribution that includes GNAT. Thanks, Florian