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

戏子无情 提交于 2019-12-02 04:01:55

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/11538813/ada-compiler-crashes-with-ada-compiler-not-installed-on-this-system-after-dow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!