Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GPS-GNAT 2006 在 windows xp 上的 ADA 中开发一个项目,并且必须将其移植到 windows 7 但是当尝试升级到更新版本的 GPS-GNAT (2008+) 时,ada 代码会引发异常,但是在它运行 2006 版,但 GPS-GNAT 2006 遇到断点、打开 IDE、打开项目按钮等问题。我的问题是 Win7 和 GPS-GNAT 2006 是否存在已知的兼容性问题?让这个旧代码在 Windows 7 上运行的最佳做法应该是什么?
谢谢
您在这里混合了两件事:GNAT 编译器本身(您可能确实会被旧版本卡住),以及 GPS IDE,您可以独立于 GNAT 进行升级。正如其他人所建议的,请将 GPS 升级到 GPL 2015,并保留旧的编译器。