编译binutil包报错 error: array type has incomplete element type extern const struct relax

编程入门 行业动态 更新时间:2024-10-27 21:20:57

编译binutil包<a href=https://www.elefans.com/category/jswz/34/1771188.html style=报错 error: array type has incomplete element type extern const struct relax"/>

编译binutil包报错 error: array type has incomplete element type extern const struct relax

编译binutils出错:

…/…/sources/binutils-2.10.1/gas/config/tc-i386.h: error: array type has incomplete element type
extern const struct relax_type md_relax_table[];
^
make[3]: *** [app.o] Error 1
make[3]: Leaving directory /mnt/lfs/binutils-build/gas
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /mnt/lfs/binutils-build/gas
make[1]: *** [all] Error 2
make[1]: Leaving directory /mnt/lfs/binutils-build/gas
make: *** [all-gas] Error 2

按照报错信息修改…/…/sources/binutils-2.10.1/gas/config/tc-i386.h 中 的extern const struct relax_type md_relax_table[];
修改为extern const struct relax_type * md_relax_table;

再把…/…/sources/binutils-2.10.1/gas/config/tc-i386.c中的const relax_typeS md_relax_table[];
修改改成const struct relax_typeS *md_relax_table;

更多推荐

编译binutil包报错 error: array type has incomplete element type extern const struct r

本文发布于:2024-02-12 00:03:59,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1684468.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:报错   array   type   binutil   error

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!