Radix cross Linux Toolchains for ARC architecture

ARC Toolchains for boot loaders components of some SoCs (such as Amlogic System on Chip)

20 Commits   0 Branches   8 Tags
     5         kx 
     5         kx 
     5         kx ARC GNU Toolchains
     5         kx ==================
     5         kx 
     5         kx This repository contains Synopsys ARC GNU Toolchains building procedures described
     5         kx at https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/wiki page.
     5         kx 
     5         kx The default destination path for installation is defined by **TOOLCHAINS_BASE_PATH** variable
     5         kx in the [build-system/config.mk](https://csvn.radix.pro/radix/toolchains-arc/trunk/build-system/config.mk)
     5         kx file. The access permissions should be given to developer by the superuser:
     5         kx 
     5         kx ```Bash
     5         kx $ sudo mkdir -p /opt/toolchain
     5         kx $ sudo chown -R developer:developers /opt/toolchain
     5         kx ```
     5         kx 
     5         kx To build all toolchains we have to run following command in the *products* directory:
     5         kx 
     5         kx ```Bash
     5         kx $ cd products
     5         kx $ make -j32 all
     5         kx ```
     5         kx 
     5         kx Additional information can be found in the
     5         kx [*doc/README*](https://csvn.radix.pro/radix/toolchains-arc/trunk/doc/README) file.
     5         kx 
     5         kx 
     5         kx Copyright and license
     5         kx ---------------------
     5         kx 
     5         kx Code and documentation copyright 2009-2020 Andrey V. Kosteltsev.
     5         kx Code and documentation released under
     5         kx [the MIT License](https://csvn.radix.pro/radix/toolchains-arc/trunk/LICENSE).
     5         kx