问题

loading psdc debug description failed错误
在将stm32F407的一个keil4程序用keil5打开时,出现了这个错误。
loading psdc debug description failed错误
在Build Output中的输出。
loading psdc debug description failed错误

解决方案

error问题在于 _sys_exit()函数没有规定返回值类型,在前面添加一个void就好了。
loading psdc debug description failed错误

结论

修改完这个错误以后,的确可以成功编译,下载。
但感觉最开始的报错很无厘头。

相关文章:

  • 2021-08-18
  • 2021-06-16
  • 2022-12-23
  • 2022-02-12
  • 2021-09-04
  • 2021-12-28
  • 2021-12-03
  • 2021-07-18
猜你喜欢
  • 2021-04-30
  • 2021-12-27
  • 2021-11-06
  • 2021-08-09
  • 2021-11-19
  • 2021-08-23
相关资源
相似解决方案