
gcc
文章平均质量分 62
shexinwei
这个作者很懒,什么都没留下…
展开
-
Introduction to Gcc four stages
IntroductionThis document is a practical introduction to using GCC and related utilities. It explains the different stages of compilation and covers some typical errors that may occur at each stage.转载 2011-11-12 17:03:08 · 607 阅读 · 0 评论 -
undefined reference to `__gxx_personality_v0'
今天使用makefile文件编译测是一个项目遇到下面的提示信息:cc -o main test.o main.otest.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'main.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'c原创 2011-11-13 15:08:12 · 1427 阅读 · 0 评论