我正在尝试通过“cc -c -o”创建一个目标文件,但我得到以下语句,我应该怎么做才能解决这个问题,提前谢谢
~/hedor1>lex -t example.l > example.c
~/hedor1>cc -c -o example.o example.l
cc: example.l: linker input file unused because linking not done
生成 example.c 的第一行正在工作,我得到了 .c 文件,但是当我编写第二行时,我得到了上面的内容!