You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/19 13:48:52 UTC

[GitHub] lebeg commented on issue #13303: mxnet-cpp package cross-compilation fails with OSError: "wrong ELF class: ELFCLASS32"

lebeg commented on issue #13303: mxnet-cpp package cross-compilation fails with OSError: "wrong ELF class: ELFCLASS32"
URL: https://github.com/apache/incubator-mxnet/issues/13303#issuecomment-439898462
 
 
   Yes, interesting issue. @leleamol 
   
   @TeXniKK try to do the following as a workaround: 
   
   * Do cmake configuration but for the host platform. It will generate the needed `op.h` file.
   * Remove the [following section](https://github.com/apache/incubator-mxnet/blob/master/cpp-package/CMakeLists.txt#L9-L17) from the CMakeLists.txt
   * Re-configure cmake for cross-compilation

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services