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++

No source file named....

Altera_Forum
Honored Contributor II
1,779 Views

Running NIOS 2 Software Build Tools 9.1 on Windows Vista 32bit. I recently started getting the following messages in the console: 

No symbol "auto" in current context. 

No symbol "new" in current context. 

Current language: auto; currently asm 

No source file named laser_main.c. 

No source file named laser_events.c. 

No source file named laser_events.c. 

No source file named laser_events.c. 

 

the program compiles and runs fine. I know laser_main and laser_events files are in the project. the problem tho, is when i debug, since it cannot fine the source, cannot show the source code and step intelligently... I tried cleaning. Is there something I can do to get it to recognize these files? 

 

thanks
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
350 Views

I am getting the same error. Dont no how to get around the problem.

0 Kudos
Altera_Forum
Honored Contributor II
350 Views

Are you mixing C and C++ code? 

Have you files with .cpp extension, too? 

Check the compile settings.
0 Kudos
Altera_Forum
Honored Contributor II
350 Views

Hi, I know the Thread is old, but I got the same problem. In my case, it was solved, after I set up a new debug configuration... 

 

Very simple, but worked for me. 

 

Greets
0 Kudos
Altera_Forum
Honored Contributor II
350 Views

How to setup set up a new debug configuration?give more detail would best!thanks

0 Kudos
Reply