Skip to content

General issue (No source was seen and extracted) #10132

Closed
@FaiqueAli

Description

@FaiqueAli

Hi,
i am trying to use codeql cli in my cpp project and trying to create a database file in a docker container.
but I am getting this issue
No source code was seen and extracted to C:\xxx.
This can occur if the specified build commands failed to compile or process any code.

  • For codebases written in Go, JavaScript, TypeScript, and Python, do not specify
    an explicit --command.
  • For other languages, the --command must specify a "clean" build which compiles
    all the source code files without reusing existing build artefacts.

I am using the GNU MinGW compiler to compile my code.
the commands are using the script(.bat) file

cmake -G "MSYS Makefiles" ../
make

waiting for good response :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions