Vine Linux バグトラッキングシステム

リビジョンを表示: 課題#1209 全リビジョン ] 課題に戻る ]
概要 0001209: clang-2.9: LLVMバックエンドでコンパイル不可
リビジョン iwamoto による 2012-11-26 15:03
説明 llvm の Cフロントエンド clang で LLVM をバックエンドに指定して
コンパイルできないようです。

$ clang sample.c
/usr/bin/ld: cannot find crtbegin.o: No such file or directory
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: cannot find -lgcc_s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

原因は次の 2つです。

Bug 9798 - Linker flags fail / can't find crtbegin.o
   http://llvm.org/bugs/show_bug.cgi?id=9798 [^]

Bug 9897 - "File format not recognized" when compiling with -O4
   http://llvm.org/bugs/show_bug.cgi?id=9897 [^]
リビジョン kenta による 2011-08-28 20:33
説明 llvm の Cフロントエンド clang で LLVM をバックエンドに指定して
コンパイルできないようです。

$ clang sample.c
/usr/bin/ld: cannot find crtbegin.o: No such file or directory
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: cannot find -lgcc_s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

原因は次の 2つです。

Bug 9798 - Linker flags fail / can't find crtbegin.o
   http://llvm.org/bugs/show_bug.cgi?id=9798 [^]

Bug 9897 - "File format not recognized" when compiling with -O4
   http://llvm.org/bugs/show_bug.cgi?id=9897 [^]


Copyright © 2000 - 2024 MantisBT Team
Copyright © 2012 - 2024 Project Vine
Powered by Mantis Bugtracker