S32DS debug call stack

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS debug call stack

1,354 Views
WeiCh
Contributor III

在S32DS IDE的调试界面中,从右上角的Debug窗口,可以查看到当前程序运行的调用栈(Call Stack);

这个调用栈是根据什么文件生成的?我用GHS的MUTI_IDE编译生成的ELF进行debug,无法查看当前程序运行的调用栈,是需要补充什么文件吗?

0 Kudos
Reply
3 Replies

1,297 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

what's your S32DS version and target MCU? 

0 Kudos
Reply

1,277 Views
WeiCh
Contributor III
V3.5 and 32K358
0 Kudos
Reply

550 Views
jiri_kral
NXP Employee
NXP Employee

Hi,

sorry for long delay. Unfortunately GHS is not fully compatible with Dwarf and if you are using GNU gdb client, it brings some issues. One of them may be missing call stack. It is known limitation for debugging GHS built .elf with GNU gdb client. 

0 Kudos
Reply