旧程序使用ARM 5.2.6编译器,但CCS已不支持该版本编译器,使用新编译器v18.1.3可以build但不能下载程序;
报错“Cortex_M4_0: GEL: Encountered a problem loading file: D:\workspace\tcp_socket\Release\tcp_socket.out Could not open file”
经查验该路径没有生成所需.out文件
尝试系统自带例程,无报错
这个问题怎么解决呢?是修改某些相关配置么?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
旧程序使用ARM 5.2.6编译器,但CCS已不支持该版本编译器,使用新编译器v18.1.3可以build但不能下载程序;
报错“Cortex_M4_0: GEL: Encountered a problem loading file: D:\workspace\tcp_socket\Release\tcp_socket.out Could not open file”
经查验该路径没有生成所需.out文件
尝试系统自带例程,无报错
这个问题怎么解决呢?是修改某些相关配置么?