Replies: 2 comments 2 replies
-
Hi @mutasDev. Thanks for you question. I'm not sure what build system you're using, but the first thing to check is whether all dependencies are installed. If they're not installed, this would make autobuild fail. As a workaround you can always explicitly pass the build command you would use when building your code using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Fellows,
I am trying to create a Codeql-DB for a set of C files all lying in one subdirectory. Each of the files is a single .c file without dependencies on each other.
Some weeks/months ago I was able to create a C-Database out of the files with invoking the CodeQL-cli without specifying a build command.
The command I use is :
codeql database create $dbname$ --language=cpp --source-root="$sourceroot$"
When I try to create the database now, I stumble upon the following error, can anybody narrow the mistake down for me?
Beta Was this translation helpful? Give feedback.
All reactions