完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,我正在使用XUPV2P板开发一个audioproject。
我正在使用具有浮点单元的Microblaze,并且对于调试我使用XMD和GDB,提供XPS环境,但它不能很好地工作。 我进行了硬件调试,通过jtag uart连接到电路板,但即使使用非常简单的代码(类型转换测试):int main(void){int int_var = 0; float fp_var = 0; int int_var2 = 0; int fine = 0; int_var = 22500; fp_var =(float)int_var; int_var2 =(int)fp_var; fine = 1; return 0;} GDB给出了变量的荒谬值。 我知道微型激光很好地进行了类型转换(我用ac97外设听了结果声音,它几乎是完美的),但是使用GDB调试器,即使它们不参与电流,变量也会改变它们的值。 操作(步进模式)。对你有什么建议吗?谢谢你,西蒙娜 以上来自于谷歌翻译 以下为原文 Hi all,I'm working on an audio project using the XUPV2P board. I'm using the Microblaze with a floating point unit, and for the debug I'm using XMD and GDB, provided with XPS environment, but it doesn't work well. I make a hardware debugging, connecting to the board via jtag uart, but even with a very simple code like this (a typecasting test): int main (void) { int int_var = 0; float fp_var = 0; int int_var2 = 0; int fine = 0; int_var = 22500; fp_var = (float) int_var; int_var2 = (int) fp_var; fine = 1; return 0; } the GDB gives absurd values of the variables. I know that the type-casting is made quite well by the microblaze (I listened the resulting sound with the ac97 peripheral and it is almost perfect), but with the GDB debugger the variables change their value even when they are not involved in the current operation (in step mode).Have you any advice for me? Thank you, Simone |
|
相关推荐
2个回答
|
|
嗨,如果使用-02或-03编译,事情并不总是按照C代码的顺序完成。编译器可能会重新排列代码以获得更高的性能,当单步执行C代码时,事情可能看起来很奇怪
如果你单步执行汇编程序指令会发生什么?Göran 以上来自于谷歌翻译 以下为原文 Hi, If you compile with -02 or -03, things are not always done in the order of the C-code.The compiler might rearrange the code to get more performance and when single-stepping the C-code, things might look weird.What happens if you single-step the assembler instructions? Göran |
|
|
|
为了编译代码我从第一次选择“No optimization”,但问题仍然存在。不,我不想尝试单步执行汇编程序代码,如何处理GDB?
以上来自于谷歌翻译 以下为原文 For compiling the code I choosed "No optimization" from the first time, but the problem remains.No, I didn't try to single step the assembler code, how can I do with GDB? |
|
|
|
只有小组成员才能发言,加入小组>>
2415 浏览 7 评论
2821 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2292 浏览 9 评论
3372 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2458 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1081浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
579浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
440浏览 1评论
2000浏览 0评论
723浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-20 13:32 , Processed in 1.319713 second(s), Total 79, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号