Millions of compile errors, how to read the first?

Hello,

something is wrong with my code but I don’t know what. It worked moments ago but after adding my own app header, it fell apart. When I compile it, I get millions of lines printed in the panel of the build task. Even if I press Ctrl+C immediately, I still cannot scroll up to the first line anymore. The view buffer is by far not big enough to hold all of the compiler output.

What can I do to read the first error? Because that’s the problem. All errors after that are useless and not helpful. But they prevent that I can read the first error.

You can do a single threaded compilation that will abort as soon as the first error is found.

CLIpio run -j1