Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4320514
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:38:34+00:00 2026-05-21T08:38:34+00:00

Just compiled clang-2.9 release and it can’t link an hello world example. There is

  • 0

Just compiled clang-2.9 release and it can’t link an hello world example. There is the error:

crt1.o: No such file: No such file or directory

LLVM is configured as default + --enable-shared. The llvm-2.8 build with same options works normally on the same machine.

$ clang -v a.c
clang version 2.9 (tags/RELEASE_29/final)
Target: i386-pc-linux-gnu
Thread model: posix
 "/root/bin/clang" -cc1 -triple i386-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name a.c -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -target-cpu pentium4 -target-linker-version 2.18 -momit-leaf-frame-pointer -v -resource-dir /root/lib/clang/2.9 -ferror-limit 19 -fmessage-length 157 -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/cc-2ueoYy.o -x c a.c
clang -cc1 version 2.9 based upon llvm 2.9 hosted on i386-pc-linux-gnu
ignoring nonexistent directory "/usr/local/include"
#include "..." search starts here:
#include <...> search starts here:
 /root/lib/clang/2.9/include
 /usr/include
End of search list.
a.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(){}
^~~~
1 warning generated.
 "/usr/bin/ld" --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o a.out crt1.o crti.o crtbegin.o -L -L/../../.. /tmp/cc-2ueoYy.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed crtend.o crtn.o
/usr/bin/ld: crt1.o: No such file: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The same error was here http://permalink.gmane.org/gmane.comp.compilers.clang.devel/12101
and http://comments.gmane.org/gmane.comp.compilers.clang.devel/14269 and http://permalink.gmane.org/gmane.comp.compilers.llvm.bugs/11352

What I can learn while comparing with llvm-2.8 — newer version tries to assemble file itself, and older version calls gcc to do assemble and link steps.

Please, this is not a duplicate of clang linker problem as I can’t edit sources of LLVM, so the accepted solution isn’t useful to me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T08:38:34+00:00Added an answer on May 21, 2026 at 8:38 am

    As suggested at http://permalink.gmane.org/gmane.comp.compilers.llvm.bugs/11352 (llvm bug 8897) this is because

    gcc used to build clang is not in a standard location
    

    or

    system gcc is not listed in the ToolChains.cpp GccVersions list:
    
    ./tools/clang/lib/Driver/ToolChains.cpp:  const char* GccVersions[] = {"4.5.2", "4.5.1", "4.5", "4.4.5", "4.4.4",
    ./tools/clang/lib/Driver/ToolChains.cpp-                               "4.4.3", "4.4", "4.3.4", "4.3.3", "4.3.2",
    ./tools/clang/lib/Driver/ToolChains.cpp-                               "4.3", "4.2.4", "4.2.3", "4.2.2", "4.2.1",
    ./tools/clang/lib/Driver/ToolChains.cpp-                               "4.2"};
    

    Both cases are true for my installation.

    To fix this, I’ll try to add my version of gcc into list GccVersions[].

    This helps me.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just compiled and ran the hello world app and it worked. And I
I just compiled and viewed a CHM file used in my project. I noticed
Just wondering if a .NET app can be compiled down to native machine code
I just tried out the latest LLVM and Clang trunk versions. They compiled without
I just compiled and installed clang+llvm 3.0 on my ubuntu 10.04, and also libc++
I just finished a small project where changes were required to a pre-compiled, but
I've just finished a library in Objective-C that I compiled as a Static Library
I just upgraded to Snow Leopard, including installing the new XCode, re-compiled Ruby 1.8
I'm new to Mono and just started recently. Is mono program are compiled from
Is it just to test compile a simple program, with that header file #included

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.