开发者

llvm-gcc Error:Incompatible plugin

开发者 https://www.devze.com 2023-03-20 03:50 出处:网络
I am new to llvm.When I try to compile c programs using llvm-gcc i get following error: $ llvm-gcc test.c

I am new to llvm.When I try to compile c programs using llvm-gcc i get following error:

$ llvm-gcc test.c

Incompatible plugin version cc1: error: Fail to initializ开发者_开发问答e plugin /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so

I am using ubuntu-11.04,and llvm-gcc-4.5

Please help.

Thanks


That means your dragonegg install is broken; compile your own, and/or complain to Ubuntu.


You can use dpkg-buildpackage to build your own llvm-gcc-4.5 and dragonegg debs. Another thing you may need to remember is changing the version in the debian/changelog file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号