Open OAHLSTM opened 4 months ago
Does the build work when run directly using build.sh? That uses tools/ci_build/build.py which sets and validates the build parameters.
We build on Linux in many CIs without an issue, so first step would be to demonstrate that 'Yocto Bitbake' is not the problem.
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
Describe the issue
I am trying to build onnxruntime 1.18.0 for a Linux distribution using Yocto Bitbake but conflicts arise due to duplication of target memory from XNNPACK and ABSEIL. It says that CMAKE is unable to create a target called "memory" for the XNNPACK dependency since there is another target with the same name for ABSL.
Urgency
I am unable to cross-compile Onnxruntime 1.18.0 for my target, so this is blocking. Any help would be appreciated !
Target platform
aarch64
Build script
Here are the options that I'm
Error / output
Visual Studio Version
No response
GCC / Compiler Version
No response