Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: Problem with debugging a code.

$
0
0

The debugger is reporting an error because it can't find the executable alon11.out. This is because the linker reported that it failed to create the alon11.out executable due to the following error:[quote] #10056 symbol "main" redefined: first defined in "./main.obj"; redefined in "./blink_alon.obj"[/quote]The cause of the linker error is that the project links object files, main.obj and blink_alon.obj, which define the system main.

The project needs to be corrected so that it only contains one main.


Viewing all articles
Browse latest Browse all 91752

Trending Articles