Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Debug error no stack

Altera_Forum
Honored Contributor II
1,281 Views

I want to debug my software but i got some errors while trying to: 

 

mi_cmd_stack_list_frames: No stack. 

No symbol "new" in current context. 

Current language: auto; currently asm 

Watchdog has expired. Target detached. 

 

The program is not being run. 

 

 

the program is simple so it should not be a problem ;) 

# include <io.h># include "system.h" 

 

int main(){ 

int a=1, x=0; 

while(1){ 

a=1; 

for(x=0;x<=3;x++){ 

IOWR(CPU_1_LED_BASE,0,a); 

a=a<<1; 

usleep(150000); 

 

the moment i place a new breakpoint the debugging stops with an error that there is no *.c File :/ 

 

 

hope someone can help me
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
561 Views

did you fix this problem? I'm have the same problem. 

Thanks
0 Kudos
Reply