Unable to compile on ARM using conan - Fatal error: bad defsym; format is --defsym name=value #31160
Unanswered
Paulo Roberto Balbino (paulorb)
asked this question in
API Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am trying to cross-compile onnxruntime/1.18.1 using conan recipe on arm on top of nvidia jetpack compilation docker image (nvcr.io/nvidia/jetpack-linux-aarch64-crosscompile-x86)
and I am having the following error: Fatal error: bad defsym; format is --defsym name=value
From what I undestood it is trying include this assembly code ConvSymS8KernelDot.S which is an optimized quantized convolution code for ARM.
Do you guys faced any similar issue? Is there any way to bypass this or fix? LLMs suggested a couple of ways to bypass it with some preprocessor flags but those doesn't exists.
All reactions