Skip to content

CodeQL DB missing half the source C files, getting compiled with no errors. #19066

Open
@rjt-gupta

Description

@rjt-gupta

Description of the issue

I am building codeQL DB of an ARM based Windows kernel driver. The driver and the codeQL DB is getting built successfully, but the src.zip folder is missing many source files (.c). I see that those missing files are getting compiled and there are .obj files being created for them. Somehow CodeQL is not able to see them.

To give more context:
This driver folder is a collection of multiple drivers inside. So, we have a master build script in the source-root that compiles all the drivers, but I dont think that should be the issue? If the .obj files are getting created that means CodeQL should be able to see those. Also, it is not missing all C files, the src.zip has some of them.

How should I debug further?

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