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 was archived by the owner on Nov 17, 2023. It is now read-only.
Upgrade archive utility and add back FC improvement (#15171)
* Upgrade archive utility and add back FC improvement
This reverts commit 6543488.
* Change permissions for Ubuntu AR
* Extract and cd into binutils dir
* Allow AR path to be chosen by user
* Add AR path to build
* Fix AR paths
* Revert AR flag in makefile
* Build from source doc updated
* Add comment
* Add warning for smaller ar versions, add set -ex
Copy file name to clipboardExpand all lines: docs/install/build_from_source.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,8 @@ More information on turning these features on or off are found in the following
179
179
There is a configuration file for make,
180
180
[`make/config.mk`](https://github.com/apache/incubator-mxnet/blob/master/make/config.mk), that contains all the compilation options. You can edit it and then run `make` or `cmake`. `cmake` is recommended for building MXNet (and is required to build with MKLDNN), however you may use `make` instead. For building with Java/Scala/Clojure, only `make` is supported.
181
181
182
+
**NOTE:** When certain set of build flags are set, MXNet archive increases to more than 4 GB. Since MXNet uses archive internally archive runs into a bug ("File Truncated": [bugreport](https://sourceware.org/bugzilla/show_bug.cgi?id=14625)) for archives greater than 4 GB. Please use ar version 2.27 or greater to overcome this bug. Please see https://github.com/apache/incubator-mxnet/issues/15084 for more details.
0 commit comments