• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

C Language Linker-Checker

Retro2001

Senior member
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
 
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?
 
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
 
Back
Top