我有2台计算机,安装了相同的MPLABX IDE版本和XC16编译器。安装路径、项目路径和Windows版本都是相同的。我在其中一个项目中创建了一个项目。我想继续在另一台计算机上做这个项目,所以我把这个项目复制到了另一台计算机上。但是,当我编译这个项目时,我得到了Link文件错误,并且我手动添加GLD链接器文件来解决这个问题。为什么第一个不需要这个,而第二个不需要呢?我怎么解决这个问题?谢谢。 以上来自于百度翻译 以下为原文 I have 2 computers with the same mplabx ide version and xc16 compiler installed. Installation paths, Project path and Windows versions are also the same. I created a Project in one of them. I want to continue to work on the Project on the other computer so I copied the Project to the other computer. But when I compile the Project, I get the linker file error and I add .gld linker file manually to the project to solve the problem. Why the first one does not need this and the second one does? How can I fix this? Thanks.
2019-07-16 07:41