Open
Description
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?