tigeroar 发表于 2007-1-14 19:43:08

编译出错。

utils/main/skyeye.c:274:17: error: bfd.h: 没有那个文件或目录
utils/main/skyeye.c: In function ‘tea_load_exec’:
utils/main/skyeye.c:280: error: ‘bfd’ undeclared (first use in this function)
utils/main/skyeye.c:280: error: (Each undeclared identifier is reported only once
utils/main/skyeye.c:280: error: for each function it appears in.)
utils/main/skyeye.c:280: error: ‘tmp_bfd’ undeclared (first use in this function)
utils/main/skyeye.c:281: error: ‘asection’ undeclared (first use in this function)
utils/main/skyeye.c:281: error: ‘s’ undeclared (first use in this function)
utils/main/skyeye.c:291: error: ‘bfd_object’ undeclared (first use in this function)
utils/main/skyeye.c:294: error: ‘bfd_error_file_ambiguously_recognized’ undeclared (first use in this function)
utils/main/skyeye.c:305: error: ‘SEC_LOAD’ undeclared (first use in this function)

ksh 发表于 2007-1-15 16:26:08

有可能没有安装BFD的库。你也可以下载binutils的源码包,编译安装一下。
页: [1]
查看完整版本: 编译出错。