win7 ccs7.0
原来好好的程序,Rebuild 的时候报错
内容如下:
Debug Assertion Failed!
Program:… gram Files\ ti\ ccsv5\ tools\ compiler\ msp430_4.2.1\ bin\ cl430. exe File: isctype.c Line:68
Expression:(unsigned)(c+1)<=256
For information on how your program can cause an assertion failure, see the Visual C++documentation on asserts.
(Press Retry to debug the application)
这种情况下,首先将所有的工程全部删除,重新打CCS,如果没有任何提示,则说明 CCS软件没有任何问题,是自己的项目程序有问题,无需重新安装CCS。(我的属于这种情况)
解决办法:
CCS 启动工作空间:改成纯字母(不要带有阿拉伯数字和符号如下划线_、-减号什么的)
工程文件 名字改成纯字母,不要包含任何符号。
问题原因:我之前的项目名称为 P_to_E ,在当时第一次编译的时候,程序各方面是没有问题的,但是1个月没用,之后再用,快去上面的报错。最后改成了 PtoE ,把include 文件和file search 里面的路径做好相应的更改,重新 编译。
相关文章
- CCS 编译出错:debug assertion failed
- Debug Assertion Failed! 错误解决 (关于文件文件写入程序)
- MFC中的Debug Assertion Failed 如何查找原因
- MFC中 Debug Assertion Failed!的解决办法。
- 编译OpenGL代码时发生 Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed! 错误的解决方案
- MFC 运行报错:Debug Assertion Failed! dbgheap.c
- (转)Debug Assertion Failed! Expression: _pFirstBlock == pHead
- Delphi编译dll时出错"Cannot debug project unless a host application is defined.use the run|parameters...dialog box."
- maven 编译出错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean
- gradle编译出错:Execution failed for task ':app:compileTestDebugJava'.