This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
iOS compilation with amalgamate bash, undefined symbols for architecture arm64 #8850
Labels
Comments
Proposed Labels: "ARM", "Build", "Installation" |
szha
pushed a commit
that referenced
this issue
Feb 16, 2019
* Fix broken amalgamation * Fixes #8850 * Update CONTRIBUTORS.md * Update CONTRIBUTORS.md
stephenrawls
pushed a commit
to stephenrawls/incubator-mxnet
that referenced
this issue
Feb 16, 2019
* Fix broken amalgamation * Fixes apache#8850 * Update CONTRIBUTORS.md * Update CONTRIBUTORS.md
jessr92
pushed a commit
to jessr92/incubator-mxnet
that referenced
this issue
Feb 19, 2019
* Fix broken amalgamation * Fixes apache#8850 * Update CONTRIBUTORS.md * Update CONTRIBUTORS.md
drivanov
pushed a commit
to drivanov/incubator-mxnet
that referenced
this issue
Mar 4, 2019
* Fix broken amalgamation * Fixes apache#8850 * Update CONTRIBUTORS.md * Update CONTRIBUTORS.md
vdantu
pushed a commit
to vdantu/incubator-mxnet
that referenced
this issue
Mar 31, 2019
* Fix broken amalgamation * Fixes apache#8850 * Update CONTRIBUTORS.md * Update CONTRIBUTORS.md
haohuanw
pushed a commit
to haohuanw/incubator-mxnet
that referenced
this issue
Jun 23, 2019
* Fix broken amalgamation * Fixes apache#8850 * Update CONTRIBUTORS.md * Update CONTRIBUTORS.md
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I compiled the amalgamate with the
make
command. Then I followed this tutorial to make the code compatible https://github.com/apache/incubator-mxnet/tree/master/amalgamation#ios . I also updated the MSHADOW_USE_SSE define (like in this thread #4820).It seems there is still one configuration issue. When I compile my code, I have an error of missing architecture arm64. (it is my current configuration)
This is the beginning of the issue, it has several more errors.
Do you have any idea what produces this error?
The text was updated successfully, but these errors were encountered: