在编译时遇到 multiple definition of `yylloc'
遇到这个问题,是因为使用gcc-10,版本比较新导致的,换回到gcc-9或更旧的版本重新编译就可以了,记录一下
shell:
sudo apt install gcc-9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100
在编译时遇到 multiple definition of `yylloc'
遇到这个问题,是因为使用gcc-10,版本比较新导致的,换回到gcc-9或更旧的版本重新编译就可以了,记录一下
shell:
sudo apt install gcc-9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100
下一篇:如何使用markdown
用符合C99规范的编译器编译gcc-suite,可以通过c,却不能义错误。
xi
/home/tace/ope
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M