About 50 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. GNU C Compiler (gcc) version 12.2.0, was not found vmware

    Nov 28, 2023 · GNU C Compiler (gcc) version 12.3.0, was not found. If you installed it in a non-default path you can specify the path below. Otherwise refer to your distribution's documentation for …

  3. Cmake can't find gcc compiler - Ask Ubuntu

    Oct 20, 2021 · Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler …

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

    May 16, 2014 · For GCC 5.X or 6, the packages (and correspondingly, the commands) are just called gcc-5, gcc-6, etc. This is due to the change in GCC's version scheme, where 5.1 is the first GCC 5 …

  5. How can I check that GCC is installed correctly? - Ask Ubuntu

    Nov 8, 2013 · I have installed GCC with apt-get. How can I check that it is installed correctly and which version?

  6. What is a command to compile and run C++ programs?

    Sep 14, 2011 · 2 g++ is a front-end to gcc (GNU Compiler Collection) with some predefined c++ macros and different default options/flags.

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

    In the case of gcc-13 and gcc-13-aarch64-linux-gnu, which are also made available in Ubuntu 23.04/23.10 official repositories, one might ponder the possibility of installing them from 23.04/23.10 …

  8. 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 …

  9. gcc compiler can't find include file stdio.h - Ask Ubuntu

    Jan 22, 2023 · The reason that triggered this problem was installing an alternative compiler called scc from source. It seems that this somehow conflicted with runtime paths for gcc. My initial impression …

  10. software installation - Cross-compiler path - Ask Ubuntu

    Oct 15, 2019 · you need to have a Makefile for that, use that file as a script for cross-compilation (you would need to add cross-compiler path inside, and all options needed also); with this method, you …