Software Archive
Read-only legacy content
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.
17060 Discussions

"no matching symbolic information found." Error in debug

Intel_C_Intel
Employee
526 Views
I keep getting "Loaded'C:WINNTSystem32 tdll.dll', no matching symbolic information found." error when I am debug programs. and is asked for "crt0.c". If I select "cancel", a disassembly window pop out automatically.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
526 Views
The "Loaded" message is not an error - it is just informational and you can ignore it. To avoid the crt0 option and assembly code, begin debugging as follows: set a breakpoint at the first executable line of your program and click the GO button (or press F5).

Steve
0 Kudos
Reply