edk2-porting / WOA-Drivers

Windows Drivers for Qualcomm Snapdragon platforms
458 stars 145 forks source link

Driver cannot be fully generated. #2

Closed longjunyu2 closed 2 years ago

longjunyu2 commented 3 years ago

It seems that the driver package of the last line in definitions will not be put into the output folder.

[start]
\components\SDM845\Platform\minimal
\components\SDM845\Platform\GPIO
......
\components\SDM845\Platform\FG
[end]

And FG won't be contained in the output. A simple way to solve this problem is to add a new line in the file of definitions to the end.

[start]
\components\SDM845\Platform\minimal
\components\SDM845\Platform\GPIO
......
\components\SDM845\Platform\FG

[end]

But the essence of the problem may be a problem of circular reading.

And thank you for providing this amazing tool which is very useful. It effectively classifies the available drivers, so I hope it can become better.

indianets commented 3 years ago

Which platform you got this issue on?

BigfootACA commented 3 years ago

I found this problem when I was writing the script, and I think we should make sure that there is a closing line in the file. But it seems that the closing line is often missed

BigfootACA commented 2 years ago

already fixed