The GCC (GNU Compiler Collection) is a set of compilers for various high-level languages. Use this tag for questions related to how to install and use the GCC.
Questions tagged [gcc]
64 questions
6
votes
1 answer
gcc manual not found
I wanted to see gcc's maual but
$ man gcc
No manual entry for gcc
See 'man 7 undocumented' for help when manual pages are not available.
$ man gcc-XX
No manual entry for gcc-XX
$sudo nano /etc/apt/sources.list
deb…
SuperPizz
- 81
- 5
5
votes
3 answers
What is the gcc and g++ version in Raspberry Pi 2 and 3?
I am reading an article on raspberry pi on a local magazine and they do this
sudo apr-get install gcc-4.8 g++-4.8
sudo rm -rf /usr/bin/gcc
sudo rm -rf /usr/bin/g++
sudo ln -s /usr/bin/gcc-4.8 /usr/bin/gcc
sudo ln -s /usr/bin/g++-4.8 /usr/bin/g++
I…
KansaiRobot
- 211
- 3
- 10
1
vote
1 answer
CMake error while doing yotta build on Raspberry Pi
I am getting following error while I run 'yotta build' command. I am trying to install mbed client on Raspberry Pi. I am following this tutorial mbed client linux example
Error:
info: generate for target: x86-linux-native 1.0.0 at…
Ameya Chikodi
- 11
- 1
-1
votes
1 answer
gcc -L .so and .a files
I am examining gcc with an example that uses the -L option
this seems to point to a directory where I see .so and .a files.
Can anyone explain the meaning of these two file types (it doesn't seem to google well)?
user30803
- 103
- 3
-1
votes
1 answer
Code not compiling on raspberry pi 4 but compiles fine on rasperry pi 3 B
https://github.com/ABHIRAMSHIBU/rpimultiboot/
I have this code, currently I didn't polish it at all because its under development. But I am having an issue with compiling this. I have a sdcard with raspbean. If I put the sdcard into raspberry pi 3…
Abhiram Shibu
- 64
- 3