我使用CCS5.4准备编译SimpliciTI-CCS-1.1.1中的CCTV30EM/Simple-Peer-to-Peer例程。
打开看到Properties-General-Compiler version 显示的是 TI3.2.1, Effective complier version 显示的是TI4.1.5
直接build可以通过,仅显示一个警告:This project was created using a version of compiler that is not currently installed: 3.2.1 [MSP430]. Another version of the compiler will be used during build: 4.1.5. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.
但是只要我选择Compiler version为 TI 4.1.5,就再也改不回来了,而且编译直接出错。 Errors occurred during the build. Errors running builder 'CDT Builder' on project 'Project'. java.lang.NullPointerException 请问下这是什么情况?如何解决?