在Ubuntu20.04系统下,执行gcc指令出现:
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status
解决办法1:
查看main函数是否写错,若没有写错也请重新输入,即可解决。(应该是在复制代码的时候出现的问题)