2012-11-11 71 views
2

当我尝试运行铛作为我的C语言编译器,我得到一个错误(我想链接错误)Clang on Raspberry Pi/Raspbian Error?

Compilation started at Sun Nov 11 14:34:55 

make -k 
clang -std=c99 -ggdb -o0 -Wall -Werror helloworld.c -o helloworld 
clang: warning: unknown platform, assuming -mfloat-abi=soft 
/usr/bin/ld: cannot find crt1.o: No such file or directory 
/usr/bin/ld: cannot find crti.o: No such file or directory 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 
make: *** [helloworld] Error 1 

Compilation exited abnormally with code 2 at Sun Nov 11 14:34:56 

其实我重新安装了Raspbian形象思维,问题会消失,但它仍然存在。 Raspbian版本是最新的Raspbian Wheezy硬式浮动ABI(2012-10-28)。

回答

4

正如你基本上已经知道,安装的铛是无法破解的。如果你是通过软件包管理器安装它的,那么就向分发软件包的人抱怨,因为他们显然没有打扰到它的测试。