@@ -76,20 +76,26 @@ Getting sources
7676
7777### Using source tarball
7878
79+ GNU Toolchain for ARC source tarball can be downloaded from project GitHub
80+ page https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases .
81+
7982GNU toolchain source tarball already contains all of the necessary sources
8083except for Linux which is a separate product. Linux sources are required only
81- for Linux toolchain, they are not required for bare metal elf32 toolchain.
84+ for Linux toolchain, they are not required for bare- metal elf32 toolchain.
8285Latest stable release from https://kernel.org/ is recommended, only versions >=
83863.9 are supported. Linux sources should be located in the directory named
8487` linux ` that is the sibling of this ` toolchain ` directory. For example:
8588
86- $ wget https://www.kernel.org/pub/linux/kernel/v3 .x/linux-3.18.24 .tar.xz
87- $ tar xaf linux-3.18.24. tar.xz --transform=s/linux-3.18.24 /linux/
89+ $ wget https://www.kernel.org/pub/linux/kernel/v4 .x/linux-4.3.3 .tar.xz
90+ $ tar xaf linux-4.3.3. tar.xz --transform=s/linux-4.3.3 /linux/
8891
8992### Using Git repositories
9093
94+ Source tarballs are available only for releases of GNU Toolchain. To build
95+ toolchain from different components versions (for example from current trunk)
96+ it is recommended to use Git.
9197Repositories for each of the toolchain components (its not all one big
92- repository), including the linux repository, should be cloned before building
98+ repository), including the Linux repository, should be cloned before building
9399the toolchain. These should be peers of this ` toolchain ` directory.
94100
95101 $ mkdir arc_gnu
0 commit comments