Talk:GCC Cross-Compiler: Difference between revisions

Content deleted Content added
m Bot: Replace deprecated source tag with syntaxhighlight
m Bot: Replace deprecated source tag with syntaxhighlight
 
Line 138:
 
Preprocessed source:
<sourcesyntaxhighlight lang="c"># 1 "reduction.c"
# 1 "<built-in>"
# 1 "<command-line>"
Line 144:
void _start()
{
}</sourcesyntaxhighlight>
 
After researching for a bit, I discovered that the issue is caused by Xcode 4.1's side-by-side installation of gcc, clang, and llvm-gcc.
Return to "GCC Cross-Compiler" page.