Skip to content

Releases: veos-sxarr-NEC/gcc-ve

gcc-ve-7.1.0-7

24 Jan 07:18
Compare
Choose a tag to compare

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

For RHEL7.x

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

22 Feb 01:34
Compare
Choose a tag to compare

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

For RHEL7.x

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