C Language Linker-Checker

Retro2001

Senior member
Jun 20, 2000
767
0
0
Hi. Does anyone know of any software that will run through blocks of code and look for linker-error-causeing problems (like mis-typed function calls)?

Thanks

Will
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
A S/W Engineering course will halp you design the app.
The compiler will identify prototype name mismatches.
The linker will identify what modules are missing that are needed.

What else do you need?
 

Retro2001

Senior member
Jun 20, 2000
767
0
0
Hi. The handy compiler that we need to use for the C course I am enrolled in does not itemize linker errors. I know its probably some misstyped function call somewhere, I just was hoping there was an easy way to track it down.

Peace,
Will
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
Most linkers will have an option to generate a verbose output.