微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI蓝牙设计交流 > 做了一个RTOS的项目,用IAR打开选择project->download and debug(Ctrl+D)提示 Runtime Error!如下图

做了一个RTOS的项目,用IAR打开选择project->download and debug(Ctrl+D)提示 Runtime Error!如下图

时间:10-02 整理:3721RD 点击:

做了一个RTOS的项目,用IAR打开选择project->download and debug(Ctrl+D)提示 Runtime Error!如下图

这是什么问题?怎么解决?求大神

https://support.microsoft.com/en-us/kb/125749 

This error occurs when your application indirectly calls a pure virtual member function in a context where a call to the function is not valid. In most cases, the compiler detects this and reports the error when building the application. But depending on how your code is written, sometimes the problem is detected only at run-time. 

The error occurs when you indirectly call a pure virtual function within the context of a call to the constructor or destructor of an abstract base class. This is illustrated in the sample code below, along with some more description.

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top