打印

这个警告是什么意思?

[复制链接]
1217|8
手机看帖
扫描二维码
随时随地手机跟帖
沙发
gibenlin|  楼主 | 2012-10-31 10:26 | 只看该作者
需要最开始的程序吗 我等下发上来

使用特权

评论回复
板凳
mentoscui| | 2012-10-31 17:31 | 只看该作者
程序呢?

使用特权

评论回复
地板
ywert000| | 2012-10-31 17:41 | 只看该作者
:L

使用特权

评论回复
5
leadman| | 2012-10-31 23:09 | 只看该作者
关键问题就出现在LINKER下的CODE ENTRY POINT 这个选项上,他设置了一个启动地址,并且这个启动地址不是_c_int00,其实默认不添就是从这个地方启动的,这段是TI帮助里的:The memory address at which a program begins executing is called the entry point. When a loader loads a program into target memory, the program counter (PC) must be initialized to the entry point; the PC then points to the beginning of the program.
The linker can assign one of four values to the entry point. These values are listed below in the order in which the linker tries to use them. If you use one of the first three values, it must be an external symbol in the symbol table.
?The value specified by the -e option. The syntax is:
-e global_symbol
where global_symbol defines the entry point and must appear as an external symbol in one of the input files.
?The value of symbol _c_int00 (if present). The _c_int00 symbol must be the entry point if you are linking code produced by the C compiler.
?The value of symbol _main (if present)
?0 (default value)
This example links file1.obj and file2.obj. The symbol begin is the entry point; begin must be defined as external in file1 or file2.
cl2000 -v28 -z -e begin file1.obj file2.obj
        其实这个地址如果用debug里的restart 或 reset cpu就可以看出来了,restart后就会将PC设置到这个地址,但是DSP里的寄存器不会变化,但是RESET CPU则DSP完全重新启动了。

使用特权

评论回复
6
gaochy1126| | 2012-11-1 23:14 | 只看该作者
说明你的初始化入口选择错误了,你在设置里面修改一下了

使用特权

评论回复
7
益友电子| | 2012-11-1 23:34 | 只看该作者
应该是程序入口没有找到吧

使用特权

评论回复
8
huanghongxing| | 2012-11-2 22:57 | 只看该作者
可以是哪个通道没有确定,寻不到哪个地址

使用特权

评论回复
9
gygp| | 2012-11-4 22:26 | 只看该作者
初始化有问题,重新定义一下入口

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

10

主题

142

帖子

1

粉丝