About 849,000 results
Open links in new tab
  1. How to install gcc-14 on Ubuntu 22.04 and 24.04?

    May 7, 2024 · 15 GCC-14 (and G++-14) is available in the Universe repository for Ubuntu 24.04, as evident in the Ubuntu Package archive. It is equally evident that this package is not available for …

  2. How to use an older version of GCC - Ask Ubuntu

    Apr 23, 2020 · 1 Compile from source Here I am maintaining a list of all trusted GCC packages for Ubuntu: How do I use the latest GCC on Ubuntu? If your GCC of interest is not there, I don't see any …

  3. How to choose the default gcc and g++ version? - Ask Ubuntu

    Feb 15, 2011 · So I have installed gcc-4.4 and gcc-4.3 (same for g++). Now as far as I remember there is a tool in Ubuntu which sets the symlinks for you if you just tell it which version you want. However …

  4. How to install arm-none-eabi-gdb on Ubuntu 20.04 LTS (Focal Fossa)

    May 24, 2020 · gcc-arm-embedded : Depends: libisl15 (>= 0.15) but it is not installable E: Unable to correct problems, you have held broken packages. I was unable to find a way to install requested …

  5. How do I install the gcc-13 aarch64 cross compiler on Ubuntu 22.04?

    That PPA enables for installing the package gcc-13 on Ubuntu 22.04 by essentially including that package with its dependencies that can not be satisfied from the Ubuntu 22.04 official repositories …

  6. How do I use the latest GCC on Ubuntu?

    May 16, 2014 · To call gcc 4.9 specifically, use gcc-4.9 at the command prompt. All the gcc versions you have installed can be called individually by adding a hyphen and the version number at the end of gcc.

  7. "This system is currently not set up to build kernel modules" when ...

    3 As heynnema said, you will need gcc make and perl to build the kernel modules which are not installed for some reason on my machine when installing. Try: sudo apt-get update sudo apt-get install build …

  8. How to install gcc-14 and g++-14 on Ubuntu 22.04?

    Feb 17, 2025 · I am trying to install gcc-14 and g++-14 on Ubuntu 22.04. I thought these compilers should be available via the ppa ppa:ubuntu-toolchain-r/test, which I added using the following …

  9. How to install gcc-7 or clang 4.0? - Ask Ubuntu

    Dec 11, 2016 · I want to try C++17 features and I want to install standard compliant compiler (preferably GCC). I'm totally new to Linux and Ubuntu and I simply don't understand a lot. I tried to follow https://

  10. How can I install a specific version of gcc on ubuntu 18.04

    Apr 8, 2020 · I'm trying to install gcc 7.3.0 on ubuntu 18.04. Ubuntu got updated and now my gcc is 7.5.0. I have seen other questions on stack overflow, but they are either for older versions which their …