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

Compiler path in compile_commands.json must be absolute #822

Closed
alicetrifu opened this issue Jun 12, 2024 · 1 comment · Fixed by #824
Closed

Compiler path in compile_commands.json must be absolute #822

alicetrifu opened this issue Jun 12, 2024 · 1 comment · Fixed by #824
Milestone

Comments

@alicetrifu
Copy link
Contributor

Currently, the path to the compiler in the compile_commands.json file is not absolute; it is just the name of the executable. For better functionality, it is necessary to specify the exact location of the compiler in the file.
eg:
image

@jonahgraham jonahgraham linked a pull request Jul 31, 2024 that will close this issue
jonahgraham pushed a commit that referenced this issue Jul 31, 2024
Added code to create the absolute path of the compiler on compile_commands.json file

Fixes #822
@jonahgraham
Copy link
Member

Thanks @alicetrifu for the fix.

@jonahgraham jonahgraham added this to the 12.0.0 milestone Jul 31, 2024
@jonahgraham jonahgraham modified the milestones: 12.0.0, 12.0.0 M1 Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants