Tagged Questions
1
vote
0answers
35 views
Undefined symbols for architecture x86_64: Mac OS 10.8
So generally, I know what this error means. But here's what's unique to my issue -
I do have the (static) library with the symbols the linker is unable to find. I ran the 'nm' to verify this, ...
1
vote
1answer
83 views
Link Mosquitto with gcc on OSX
I am new to Mosquitto and I am tying to write a simple C client connecting to Mosquitto's test server: http://test.mosquitto.org/
Here is the code of the simple C client which is 99.9% of an example ...
0
votes
2answers
149 views
Can GCC compiler compile both Objective-C and C code?
I have the source code for a video decoder which is written in C.
The code was successfully compiled and executed on MAC terminal (which uses GCC compiler). Now I'm trying to create an application on ...
0
votes
1answer
151 views
Linking in llvm
I am profiling a few files in Spec2K6 benchmark with a profiler written in LLVM, and cannot understand what is the correct way to link multiple .bc files.
For example, the benchmark has concat.c, ...
2
votes
1answer
131 views
Does specifying parameters or variables as __attribute__ ((unused)) allow the compiler to perform any additional optimizations?
I'm particularly curious about LLVM 4.1, but would be interested in other compilers' behavior as well.
According to the GCC documentation (which LLVM supports at least in part), the unused attribute ...
0
votes
2answers
262 views
GCC / LLVM compilation optimization on casts?
I'm writting a series of anonymous functions for an objective-C project (i.e. these functions are not class specific / implementation is hidden) and I came across an interesting issue...
I have a ...
0
votes
3answers
449 views
Installing scikit: gcc-4.2 not found, using Clang instead
When trying to install scikit on my Mac (OS X Lion) I stumbled upon this error:
gcc-4.2 not found, using clang instead.
I searched how to fix this and it seems that the environment variable CC ...
1
vote
1answer
104 views
Using gold in the place of ld as a system linker on fedora
I want to use gold as my system linker instead of ld as ld doesn't support -fPIC and -shared.
I followed this particular url to do so,
gold-plugin
As per the documentation,
I ran gcc -v filename.c to ...
4
votes
1answer
428 views
How can I use AES-NI intrinsics on a Mac?
I'm trying to compile a C application on a Mac. I use SSE4 and AES-NI intrinsics.
In Linux, I just call gcc with the -msse4 and -maes flags and include the wmmintrin.h header and I can call SSE ...
1
vote
0answers
41 views
Gcc Eclipse checking
I use eclipse for C/C++ programming on a macOS Lion. Recently I've installed the new gcc version, gcc-mp-4.7, with macPorts. Then I have substituted this new version with the older one, the default ...
0
votes
1answer
503 views
How do I get GCC to compile object files correctly without “file was built for unsupported file format”?
I get this error when compiling:
ld: warning: ignoring file /Users/matt/Programming/BitEagle_Projects/cbitcoin/build/obj/CBNetworkFunctions.o, file was built for unsupported file format ( 0x7f 0x45 ...
0
votes
0answers
181 views
Problems compiling python C extension with gcc
I'm having real trouble trying to install rdiff-backup but as well would like to know of how to go about solving this kind of problem on my own, as this isn't the first time I've had problems ...
1
vote
0answers
132 views
Apple gcc: What is the difference between /usr/bin/gcc-4.2 and /usr/bin/i686-apple-darwin11-llvm-gcc-4.2?
I'm running Lion. I have these two versions of gcc that both claim to be the same thing, but diff claims that the binaries differ. I am trying to understand the situation with gcc on OS X. What is the ...
1
vote
2answers
396 views
__block attribute on property declarations
I have to fix some existing code that builds just fine with LLVM (on iOS) so that it builds with llvm-gcc-4.2 too. I'm done with pretty much everything, except this pattern which is found at a few ...
2
votes
2answers
312 views
Basic source-to-source transformation with Clang
I have successfully build the sample code
Now my I have a requirement that if I have a sample code like below:
int inc(int& p)
{
p++;
printf("In inc [%d]\n", p);
return ...
2
votes
0answers
432 views
Compiler-RT CLANG LLVM
I have GCC 4.1.2 and like to build CLANG / LLVM using this GCC compiler version ony. I need source to source translation library so that I can modify my existing source code for some requirement.
...
1
vote
1answer
310 views
Compiling LLVM 2.9's gcc 4.2 on kernel 3.0 with gcc 4.6
I'm trying to get llvm-gcc 4.2.2.9 to compile on this x86_64 system which runs the 3.0.0-21-generic kernel. llvm 2.9 itself builds fine. I suspected the downloadable version of llvm-gcc was causing ...
3
votes
1answer
612 views
gcc44-c++ Support Required
I recently downloaded code as mentioned in
http://clang.llvm.org/get_started.html link. My GCC version is 4.1.2. The
compilation went fine for at least an hour before the below error started to
occur ...
0
votes
1answer
479 views
GL_COLOR_BUFFER_BIT and many more show "undeclared identifier by Xcode
I am trying run Apple documentation sample code, placed on this link...
Sample Code
However when I run this code XCode fails to compile. It shows several error stating that below listed variables ...
3
votes
3answers
187 views
Why does GCC add assembly commands to my inline assembly?
I'm using Apple's llvm-gcc to compile some code with inline assembly. I wrote what I want it to do, but it adds extraneous commands that keep writing variables to memory. Why is it doing this and how ...
1
vote
2answers
2k views
how to install Cython on lion
I'm trying to install cython on lion but this is what I get:
$ export CC=gcc-4.2
$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
...
5
votes
2answers
4k views
How to remove the OSX-GCC-Installer?
Just a couple of days ago I discovered and used Kenneth Reitz's OSX-GCC-Installer to solve the issue of installing Ruby 1.9.3 via RVM on my Mac.
Today I read on Kenneth's blog about the Command Line ...
5
votes
2answers
746 views
Why does the pip installer expect gcc-4.2 to be the name of the gcc compiler in OS X Lion?
When installing packages in Python using pip, I came across the following error:
unable to execute gcc-4.2: No such file or directory
Clearly, pip is trying to use gcc-4.2 which is not in any of ...
0
votes
1answer
654 views
Template and Forward declaration in Apple LLVM 3.0
I am working on an application(contains 3 projects, 2 in c++ and one in Objective-C) which compiles perfectly for LLVM GCC compiler. But when I switch the compiler to 'Apple LLVM compiler 3.0' I found ...
7
votes
3answers
2k views
Xcode 4.2 Code Coverage
I started to use Xcode 4.2 and i have problems with generating code coverage.
Xcode 4.2 does not include the GCC 4.2 compiler, but it was replaced with the LLVM GCC 4.2 compiler.
The first one was ...
3
votes
1answer
275 views
Is there a way to disable #warning in LLVM GCC 4.2 from causing a warning in certain Targets
I'm looking for a compliler flag to disable the GCC #warning directive in Debug targets but not release targets. Does anyone know of a way to do this?
5
votes
2answers
537 views
-[NSDate timeIntervalSinceDate:] returns very small number on GCC 4.2, but works as expected on LLVM-GCC 4.2 on iOS4.3 Simulator
On iOS 4.3 Simulator, the following code returns a very small number: 1e-700 on GCC 4.2, but works as expected on LLVM-GCC 4.2. Any ideas?
NSDate *selectedDate = self.datepicker.date; // guaranteed ...
3
votes
1answer
790 views
Internal compiler error: Bus error with LLVM GCC 4.2 compiler
When I am trying to test my application on device with default compiler setting, LLVM GCC 4.2, its giving me "Internal compiler error: Bus error", but it is working OK with GCC 4.2 and LLVM compiler ...
0
votes
1answer
538 views
Why XCode 4.0 Compiler Doesn't Report Line Numbers On Errors?
So, I'm trying to create a cross platform project by having a projects directory for my multiple platforms and a source directory where I will be keeping all of my source files used by the multiple ...
1
vote
2answers
345 views
Tool for gcc GIMPLE modification?
I need to add to gcc support of an OpenMP-like (directive) language. I know it is possible to dump GIMPLE code and then "undump" it and continue compilation. I want to modify the dumped DIMPLE to add ...
10
votes
5answers
2k views
Are llvm-gcc and clang binary compatible with gcc? - particularly mingw gcc on Windows
If I build a static library with llvm-gcc, then link it with a program compiled using mingw gcc, will the result work?
The same for other combinations of llvm-gcc, clang and normal gcc. I'm ...

