Questions regarding GNU Compiler Collection Suite.
1
vote
0answers
26 views
How to install gcc 4-8 on #! Waldorf 64-bit?
I would like to install and use g++ 4-8 compiler. It supports various C++11 features, and I am willing to look into them and use them. Also, as I came here from Windows, my previous files also used ...
3
votes
2answers
286 views
Installing gcc without root?
I'm running OSX, and I don't have root, or an existing compiler. Is there any way I can install gcc?
Are there official or trusted unofficial mach-o binaries that can be downloaded for a certain ...
0
votes
1answer
25 views
Why won't OpenCL link with gcc after installing the fglrx driver and amd app sdk?
I have installed the fglrx driver on my machine following this tutorial: http://wiki.cchtml.com/index.php/Fedora_18_Installation_Guide, installed the opencl-headers package, and finally installed the ...
2
votes
1answer
110 views
Compiling C++11 code on old machines
I'm trying to compile a C++11 project on a bunch of old machines with old kernels. They're running CentOS 6.2, 6.3 Alt Linux 4.1, others are unknown but similarly old. The machines won't let me ...
0
votes
1answer
31 views
Debug program in eclipse with a newly built compiler
I recently tried to build the new version of GCC (4.8.1) on Ubuntu 12.04. I managed to build everything correctly, it passed the tests and I installed the new compiler.
I can build programs with the ...
0
votes
2answers
460 views
gcc: fail sanity check error, I suppose due to cxx USE flag missed
Recently I've done emerege -e world and then found that gcc was compiled without cxx flag. Now I can't compile any C++ package due to
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
...
0
votes
0answers
9 views
What is an innermost “if” statement and an enclosing “if”? [migrated]
First, please allow me to post a screenshot of the man page of GCC.
The sentence just above the second bundle of demo code confuses me, which is written as "so there is no way the 'else' could ...
0
votes
1answer
55 views
Debian 7: Add repository for gcc-4.8 and g++-4.8
I want to be able to sudo apt-add-repository with a ppa for gcc-4.8 and g++-4.8.
I was able to do this on Ubuntu using (after adding the ppa) sudo apt-get install g++-4.8.
So far I have been able to ...
2
votes
1answer
76 views
gcc make install error [closed]
I'm trying to compile gcc with make install to a drive wich is an linux from scrach bulid to a directory called tools and it gives me this:
make[1]: Entering directory `/media/BOSS/sources/gcc-build'
...
4
votes
1answer
503 views
CLFS: Building GCC cross compiler
Currently I try to build a embedded Linux from scratch with the instructions from Cross Linux from Scratch.
Everything worked fine until I tried to compile the GCC Cross-Compiler. I want to build the ...
0
votes
2answers
77 views
GCC compilation - where the __stack_chk_fail@GLIBC_2.4 symbol comes from?
I'm using GCC 4.7.2 from devtoolset package on CentOS 5 (CentOS 5 because we need compatibility with old Linuxes, and GCC 4.7 because it optimizes better than 4.4).
There is one symbols that prevents ...
0
votes
0answers
30 views
gdb-multiarch command not found
I have installed QEMU in RHEL for running the assembly programs in ARM. I have successfully installed QEMU and ARM. However, for debugging we are thinking to use GDB. I want to install the ...
2
votes
1answer
39 views
QEMU for ARM programs with GDB [closed]
I want to emulate an ARM processor for running the assembly programs using QEMU in RHEL. I have installed QEMU but I still have problems in running the assembly program. I got the assembly program, ...
3
votes
1answer
208 views
ArchLinux pacman updates on Arm
I have ArchLinux embedded in userspace on my Samsung Series 3 Chromebook. The version of GCC I have installed via pacman is 4.7.2. I'd like a newer version, and the package database here shows that ...
0
votes
1answer
44 views
Installation of QEMU, GCC for ARM in RHEL
We are setting up a lab which has the QEMU system to emulate an ARM processor and run assembly programs. The lab is currently setup with the host operating system as Ubuntu. We are migrating the lab ...