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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
This issue is building off of a previous issue here.
My goal is to cross compile on an x86 host for an aarch64 target, and build mxnet with cuda + cpp support.
As per the suggestion in that previous issue, I am compiling the library in the mxnet
Dockerfile.build.jetson
image which can be found here.When I use the build commands in the linked issue, the compilation succeeds:
However, I need to build the CPP package.
I am therefore using the following cmake command:
The build gets to step 579/601 then fails with the following message:
Note, if I run
ls -la
on the build directory, it shows thatlibmxnet.so is indeed there
:This is using version 1.8.0 of mxnet. This looks like a bug to me. Thoughts?
@leezu perhaps you can comment, as you were very helpful with the previous issue.
EDIT
I tried building without CUDA and that also failed. The issue has to do with enabling the cpp package when cross compiling.
The text was updated successfully, but these errors were encountered: