CCS调试常见报错资料

更新时间:2023-05-23 06:57:15 阅读: 评论:0

英语26个字母表
1.MD:/Program Files/CCS/C55OO/csl/include/csLchiphal.hM, line 201: fatal error: #crror NO CHIP DEHNED ?
芯片型号没有确定
解决方法:Build option> complier> 添加:・<TCHIP_5509” -ml
2.Error: WARNING: PAGE BOUNDARY CROSSING DETECTED AT PROGRAM COUNTER
0x1797    ?
3. undefined symbol
first referenced in file
_mpyd
_sin -puts _divd _fltid
D:\\cs\\PROJECT\\DSP\\55()9\\ok\\sinewavc\\Dcbug\\sinc.obj
emme
D:\\cs\\PROJECT\\DSP\\5509\\ok\\sinewave\\Debug\\sine.obj
D:\\cs\\PROJECT\\DSP\\5509\\ok\\sinewave\\Debug\\sine.obj
D:\\cs\\PROJECT\\DSP\\5509\\ok\\sincwave\\Debug\\sine.obj
D:\\cs\\PROJECT\\DSP\\5509\\ok\\sinewave\\Debug\\sine.obj
» error: symbol referencing errors '.ZDebug/sinewave.out1 not built 解决方法:变量为泄义。添加运行时库rts55.1ib
4.Hmain.c*\ line 12: fatal error: could not open source file Hevmdm6437.hH ? 当工程转移时,有的.h或者.c文件的路径变了,编译时报错。
解决方法:将文件evmdm6437.h直接复制后放到工程文件所在的文件夹。
5.,,sramjest.c,\ line 73: error: argument of type unsigned short *H is incompatible with parameter of type ''unsigned int *H ?
emif_read32( ba, size .&EMIF_DATA[0][0]);
解决方法:错误的将EMIF_DATA定义为一个16位的数组 Uintl6 EMIF_DATA[4][2048];
6.error: argument of type unsigned short (*)[2048]H is incompatible with parameter of type "unsigned short ?
Uintl6 DATA_EMIF[4][2O48];
emif_read32( ba, size .DATA_EMIF[0]);
DATA_EMIF[0]换成 DATA_EMIF 就报错,
7.Heaps are enabled, but the gment for DSP/BIOS Objects (MEM.BIOSOBJSEG) is not t correctly. Plea create a heap in one of your data gments and t M EN1. B IOSOB J S EG to it. ?
我用dsp bios生成程序在保存时岀现一下错误,网上搜索有人也遇到此问题,经多方探索找 到解决方案,先公布如下,希望对后学者有帮助。我用的是TMS320DM6437错误如上: iack解决方法:右键点击 MEMMcmory ction manager->properties ,你可以看到 gment for DSP/BIOS Objectsgment for malloc()后跟的选项只有MEM.NULL.问题就岀在这里, 你可以将你所左义的MEM F的任一选项:SRAM, MSARAM等等,拿暂时的英文MSARAM为例, 右键 MSRAM->propcrties "enter a ur defined heap identifier lable ”打勾,在”heap size”中输 入大小,将学习日语网"enter a ur defined heap identifier label ”打勾,在”heap identifier label ”中输入任 意堆栈名。点“应用二“确定二补充下,修改完MSARAM后,右键点击MEM-Memory ction manager->properties,你可以看到 gment for DSP/
BIOS Objects gment for malloc()后跟的 选项改为MSARAM即可。
& vLinking>
» d:    error: system error, can't open file Zobj* for input: No such
file or directory
» Compilation failure    ?
d 文件中去掉-1 rts64plus.lib就报上而错误。
9.<Linkins>
» error: can't allocate .text, size 00002ca0 (page 0) in IRANI (avail: OOOOOlcO) ?
IRAM中数据过大,无法再分配数据内存。可以査看debug里的.map文件査看十分代码和数 据所在内存过大。
解决方法:将数据定义到DDR中,使用一下语句:
#pragma DATA_SECTION(input_mti_imag/,.DDRH); 〃将 input_mtijmag 6270数组分配到 DDR 中。
10.HBIOScfg.s62Mpricate. ERROR! at line 365: | ***** USER ERROR 水和杠]
Project build options do not match Global configuration ttings. Compiler options do not specify -mv64+. but configuration is for C64x+    ?
添加 bios 后,及报错。由于 Project build options Global configuration ttings 设置不匹配。 解决方法:Project build options    Compiler    Basic    Target Version 改成 c64x+
BIOS    Global configuration ttings (右击)    》General    Target
英语作文 我的家庭
Board Name 一样。
11.主板无法连接。
Error connecting to the target:
Error 0x80002240/-233
Fatal Error during: Initialization. OCS, Control This error was generated by TI's USCIF driver.
SC_ERR_PATH_BROKEN <-233>
The JTAG IR and DR scan-paths cannot circulate bits. they may be broken. An attempt to scan the JTAG scan-path has failed.
The targets JTAG scan-path appears to be broken with a stuck-al-oncs or stuck-at-zero fault.
Board Name: DM6437 XDS560 Emulator
Cpu Name: ICEPICK_C_O
英语学习工具
Abort:
Retry:
光棍节 英语
Clo Code Compor Studio. Try to connect to the target again.
Cancel:
Remain disconnected from the target
Diagnostic: 解决方法:
Run diagnostic utility.
12.
Power Failure on Target CPU
Failed to remove the debug state from the target before disconnecting There may still be breakpoint opcodes embedded in program memory. Il is recommended that you ret the emulator before you connect and reload your program before you continue debugging DSP设麗段点读数据,就掉。
解决方法:FPGA在运行过程中一直占用EMIF总线未释放,使得DSP读取数据时冲突, 导致掉线。只要在FPGA代码中EMIF输岀增加一变量。工作是作为输岀平时为高阻。这 样就不会因为读数据或初始化EMIF就掉线了。
13.
dm6437评估板上用ndk包调试网口 (emac)的时候,每次加载例程,都会报错(见下图), 单独编译是没有问题的。如果在加载这个例程之前先加载一个评估板自带的完好例程,再运 行初始化函数EVMDM6437_init();,接着就可以加载ndk中的例程到评估板中去了, 编译好client.pjt工程后,下载.out文件时出现以下错误。査找.MAP文件没有发现内存溢岀 的情况。

本文发布于:2023-05-23 06:57:15,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/119279.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:文件   没有   工程   例程   无法   内存
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图