You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency on GEN9_SKL is more complicated to fix. This is also not a real fix for the problem, I just move the dependencies to BXT. The generic code should not depend on specific options.
What's the usage scenario when you are seeing the problem?
Others
What impacted?
I can not remove all unnecessary dependencies and the binary is bigger than needed.
Debug Information
No response
Do you want to contribute a patch to fix the issue?
No.
The text was updated successfully, but these errors were encountered:
They are all category in gen9 platform and mixed together. I think it is hard to decouple them at this moment. It was top design issue at the beginning.
Perhaps unified build option '-DGEN9' is more reasonable.
Jexu
added
Reserved
Information to describe some implementation detail or restriction
Build
Cmake, build option related
labels
Aug 14, 2024
Which component impacted?
Build
Is it regression? Good in old configuration?
No, this issue exist a long time
What happened?
I want to build mediadriver on Linux just for GEN9_BXT with the following options:
The build fails.
I was able to remove the dependency to GEN9_KBL with this patch:
The dependency on GEN9_SKL is more complicated to fix. This is also not a real fix for the problem, I just move the dependencies to BXT. The generic code should not depend on specific options.
What's the usage scenario when you are seeing the problem?
Others
What impacted?
I can not remove all unnecessary dependencies and the binary is bigger than needed.
Debug Information
No response
Do you want to contribute a patch to fix the issue?
No.
The text was updated successfully, but these errors were encountered: