Releases: veos-sxarr-NEC/gcc-ve
gcc-ve-7.1.0-7
gcc for VE
Requirement
The gcc-ve needs ligcc-ve-static and binutils-ve packages.
- libgcc-ve-static
- binutils-ve
How to Install
1. Install Required Packages
Install the required packages.
$ sudo yum install libgcc-ve-static
$ sudo yum install binutils-ve
Please note that the version and release number of gcc-ve and libgcc-ve-static need to be the same.
User can also get the packages from the following URL.
For RHEL8.x
- https://sxauroratsubasa.sakura.ne.jp/repos/TSUBASA-repo_el8.4/veos/2.10/x86_64/libgcc-ve-static-7.1.0-7.el8.x86_64.rpm
- https://sxauroratsubasa.sakura.ne.jp/repos/runtime/sdk/sdk_el8/binutils/2.26-2.7/x86_64/binutils-ve-2.26-2.7.x86_64.rpm
For RHEL7.x
- https://sxauroratsubasa.sakura.ne.jp/repos/TSUBASA-repo_el7.9/veos/2.10/x86_64/libgcc-ve-static-7.1.0-7.el7.x86_64.rpm
- https://sxauroratsubasa.sakura.ne.jp/repos/runtime/sdk/sdk_el7/binutils/2.26-2.7/x86_64/binutils-ve-2.26-2.7.x86_64.rpm
2. Download gcc-ve Package
Get RPM package of gcc from the following.
For RHEL8.x
https://github.com/veos-sxarr-NEC/gcc-ve/releases/download/gcc-ve-7.1.0-7/gcc-ve-7.1.0-7.el8.x86_64.rpm
For RHEL7.x
https://github.com/veos-sxarr-NEC/gcc-ve/releases/download/gcc-ve-7.1.0-7/gcc-ve-7.1.0-7.el7.x86_64.rpm
3. Install gcc-ve to Your Host
Install the gcc-ve package to your host. Please be aware that some files installed by
glibc-ve and libgcc-ve-static are overwritten when user installs gcc-ve package.
For RHEL8.x
$ sudo yum install gcc-ve-7.1.0-7.el8.x86_64.rpm
For RHEL7.x
$ sudo yum install gcc-ve-7.1.0-7.el7.x86_64.rpm
Usage
The gcc is installed to /opt/nec/ve/bin/gcc.
To compile sample.c, execute gcc as below.
/opt/nec/ve/bin/gcc sample.c
gcc-ve-7.1.0-6
gcc for VE
Requirement
The gcc-ve needs ligcc-ve-static and binutils-ve packages.
- libgcc-ve-static
- binutils-ve
How to Install
1. Install Required Packages
Install the required packages.
$ sudo yum install libgcc-ve-static-7.1.0-6
$ sudo yum install binutils-ve
Please note that the version and release number of gcc-ve and libgcc-ve-static need to be the same.
User can also get the packages from the following URL.
For RHEL8.x
- https://www.hpc.nec/repos/TSUBASA-repo_el8.2/veos/2.7.3/x86_64/libgcc-ve-static-7.1.0-6.el8.x86_64.rpm
- https://www.hpc.nec/repos/runtime/sdk/sdk_el8/binutils/2.26-2.5/x86_64/binutils-ve-2.26-2.5.x86_64.rpm
For RHEL7.x
- https://www.hpc.nec/repos/TSUBASA-repo_el7.7/veos/2.3/x86_64/libgcc-ve-static-7.1.0-6.el7.x86_64.rpm
- https://www.hpc.nec/repos/runtime/sdk/sdk_el7/binutils/2.26-2.5/x86_64/binutils-ve-2.26-2.5.x86_64.rpm
2. Download gcc-ve Package
Get RPM package of gcc from the following.
For RHEL8.x
https://github.com/veos-sxarr-NEC/gcc-ve/releases/download/gcc-ve-7.1.0-6/gcc-ve-7.1.0-6.el8.x86_64.rpm
For RHEL7.x
https://github.com/veos-sxarr-NEC/gcc-ve/releases/download/gcc-ve-7.1.0-6/gcc-ve-7.1.0-6.el7.x86_64.rpm
3. Install gcc-ve to Your Host
Install the gcc-ve package to your host. Please be aware that some files installed by
glibc-ve and libgcc-ve-static are overwritten when user installs gcc-ve package.
For RHEL8.x
$ sudo yum install gcc-ve-7.1.0-6.el8.x86_64.rpm
For RHEL7.x
$ sudo yum install gcc-ve-7.1.0-6.el7.x86_64.rpm
Usage
The gcc is installed to /opt/nec/ve/bin/gcc.
To compile sample.c, execute gcc as below.
/opt/nec/ve/bin/gcc sample.c