Ragu
Ragu

Reputation: 97

Ada compiler crashes with "Ada compiler not installed on this system." after downgrading gcc version

I downgraded my gcc version 4.6.3 to 4.3.4 but ada version is not changed gnat-4.6.3 so I got error

Ada compiler not installed on this system.

How to set my ada to gnat 4.3.4?

Upvotes: 3

Views: 764

Answers (1)

prosfilaes
prosfilaes

Reputation: 1308

It depends on what system you're running on and how you installed it. You need to either install GNAT from the same build of GCC, or you need to install GNAT in such a way that it doesn't interfere with the rest of GCC.

Upvotes: 0

Related Questions