2025-10-14 2:47 PM
If an symbol not defined, the compiler does not give any error, only the linker.
Unfortunately it cannot say in which c source line is the undefined symbol, only the obj. file name.
The only way is to select/copy and search for the text, which is many steps, and then may give a lot of results if the symbol name appears in comments too.
Other compilers (Microchip, Visual Studio...) goes to the source error line on doubleclick.
Any idea how to go fast to the source line?