binutils

 

Introduction

When compiling an application using GCC, there can be dependency on binutils. The latest binutils has been compiled and installed to assist with this.

Usage

module load utils/binutils/2.27

 

Installation

module purge
module load gcc/4.9.3
cd /sw/gcc/binutils/2.27/src/binutils-2.27
CC=gcc ./configure -prefix=/sw/gcc/binutils/2.27
make 2>&1 | tee makeLog.txt
make install 2>&1 | tee makeInstallLog.txt


 

Reference

 

Â