Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 351 Bytes

install_binutils.md

File metadata and controls

5 lines (5 loc) · 351 Bytes

RHEL6 or CENTOS6

  • If the assembler (as -v) version is too old, it may not be able to generate avx2 executable : no such instruction: v2iXXXXX
  • Install GNU binutils
    • configure --prefix=< > ; make; make install
    • If makeinfo comand not found error message appears, suppress makeinfo by : make MAKINFO=true; make install MAKEINFO=true