Questions tagged [gcc4.8]

Version 4.8.x of the GNU Compiler Collection. The C compiler is the de facto for Linux (though not all versions of Linux use version 4.8.x),. The compiler collection supports many other languages and platforms as well.

GCC version 4.8.x is a major release of the GNU Compiler Collection. Version 4.8.0 was released on 2013-03-22. Version 4.8.5 was released on 2015-06-23.

See also:

122 questions
0
votes
1 answer

MacPorts: Installing arm-none-linux-gnueabi-* fails

I'm trying to install the toolchain for ARM cross-compilation. I already installed GCC 4.8. The installation of arm-none-linux-gnueabi-gcc fails with the following output: $ sudo port install arm-none-linux-gnueabi-* ---> Cleaning…
Paul
  • 999
  • 1
  • 12
  • 29
0
votes
1 answer

"make check" cannot find installed shared libraries

Installing gcc 4.8, I am using the recommended infrastructure libs to reduce possible issues. Built and installed gmp using default settings--> shared libs went to /usr/local/lib Built isl, but make check cannot find the installed gmp shared…
1 2 3
8
9