Source Links from Custom Command Output
You can create source links from the output of a custom command. When defining the command, the “Parse Source Links” option should be on. You must specify a search pattern to be used to parse file names and line numbers. When the command terminates, Source Insight automatically invokes the Go To First Link command.
This is the recommended way to invoke the C compiler from Source Insight. This allows you to run the compiler, and if there any errors, Source Insight will position you to each erroneous C source line.