Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Print GCC Error Info at Cmd Line #552

Open
os-d opened this issue May 15, 2023 · 0 comments
Open

[Feature]: Print GCC Error Info at Cmd Line #552

os-d opened this issue May 15, 2023 · 0 comments
Labels
enhancement New feature or request new Issue not yet reviewed

Comments

@os-d
Copy link

os-d commented May 15, 2023

What does the feature solve?

Currently, not all GCC errors are printed at the error level to the cmd line. Often, just a generic error message (Compiler #error) is printed and the user must go into the build log to find the actual error and the failing line info. This is not the expected experience as most build environments dump this info at the cmd line.

Describe the solution

Print the GCC error info including line numbers and actual errors at the build cmd line.

Have you considered any alternatives?

No response

Additional context

No response

@os-d os-d added enhancement New feature or request new Issue not yet reviewed labels May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new Issue not yet reviewed
Projects
None yet
Development

No branches or pull requests

1 participant