我是在ti官网上下载的 例程, 添加项目后 编译 出现三种警告, 应该怎么处理呢。用的是CCS 6.1.2 的编译器
1、Description Resource Path Location Type,#163-D unrecognized #pragma hal_mcu.c /CC85xx_EHIF_lib line 43 C/C++ Problem。
2、Description Resource Path Location Type.
This project was created using a version of compiler that is not currently installed: 4.2.3 [MSP430]. Another version of the compiler will be used during build: 4.4.5. Please go to <a href="liveaction:OpenAppCenter">CCS App Center</a> to install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. CC85xx_EHIF_lib properties Problems
3、section WP_master.out(.const) was padded by 1 to a size of 166 to.
这三种警告应该怎么解决呢。
