免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: lvshishi
打印 上一主题 下一主题

移植blob到44B0时,编译出错!! [复制链接]

论坛徽章:
0
11 [报告]
发表于 2006-03-16 21:53 |只看该作者
楼上的兄弟可不可以说清楚一点,要安装哪些工具?

论坛徽章:
0
12 [报告]
发表于 2006-03-16 21:57 |只看该作者
原帖由 lvshishi 于 2006-3-16 21:53 发表
楼上的兄弟可不可以说清楚一点,要安装哪些工具?



既然是做移植,当然就需要安装arm的交叉编译工具链了。建议你好好看一下blob软件包中的README和INSTALL文件。

论坛徽章:
0
13 [报告]
发表于 2006-03-16 21:58 |只看该作者
我装过arm-elf-gcc-2.95.3-2.i386.rpm

论坛徽章:
0
14 [报告]
发表于 2006-03-16 22:02 |只看该作者
原帖由 lvshishi 于 2006-3-16 21:58 发表
我装过arm-elf-gcc-2.95.3-2.i386.rpm


那你最好确定一下你在编译的时候调用的是这个编译器。

论坛徽章:
0
15 [报告]
发表于 2006-03-17 09:20 |只看该作者
谢谢楼上兄弟的指点,真的是编译器的设置有问题.
不过现在又有了新问题:
linux.c: In function `setup_start_tag':
linux.c:97: dereferencing pointer to incomplete type
linux.c:97: `ATAG_CORE' undeclared (first use in this function)
linux.c:97: (Each undeclared identifier is reported only once
linux.c:97: for each function it appears in.)
linux.c:98: dereferencing pointer to incomplete type
linux.c:98: warning: implicit declaration of function `tag_size'
linux.c:98: `tag_core' undeclared (first use in this function)
linux.c:100: dereferencing pointer to incomplete type
linux.c:101: dereferencing pointer to incomplete type
linux.c:102: dereferencing pointer to incomplete type
linux.c:104: warning: implicit declaration of function `tag_next'
linux.c:104: warning: assignment makes pointer from integer without a cast
linux.c: In function `setup_memory_tags':
linux.c:114: dereferencing pointer to incomplete type
linux.c:114: `ATAG_MEM' undeclared (first use in this function)
linux.c:115: dereferencing pointer to incomplete type
linux.c:115: `tag_mem32' undeclared (first use in this function)
linux.c:117: dereferencing pointer to incomplete type
linux.c:118: dereferencing pointer to incomplete type
linux.c:120: warning: assignment makes pointer from integer without a cast
linux.c: In function `setup_commandline_tag':
linux.c:139: dereferencing pointer to incomplete type
linux.c:143: dereferencing pointer to incomplete type
linux.c:144: `COMMAND_LINE_SIZE' undeclared (first use in this function)
linux.c:148: dereferencing pointer to incomplete type
linux.c:166: dereferencing pointer to incomplete type
linux.c:167: dereferencing pointer to incomplete type
linux.c:167: `ATAG_CMDLINE' undeclared (first use in this function)
linux.c:168: dereferencing pointer to incomplete type
linux.c:168: sizeof applied to an incomplete type
linux.c:169: dereferencing pointer to incomplete type
linux.c:171: warning: assignment makes pointer from integer without a cast
linux.c:135: warning: `p' might be used uninitialized in this function
linux.c: In function `setup_initrd_tag':
linux.c:181: dereferencing pointer to incomplete type
linux.c:181: `ATAG_INITRD' undeclared (first use in this function)
linux.c:182: dereferencing pointer to incomplete type
linux.c:182: `tag_initrd' undeclared (first use in this function)
linux.c:184: dereferencing pointer to incomplete type
linux.c:185: dereferencing pointer to incomplete type
linux.c:187: warning: assignment makes pointer from integer without a cast
linux.c: In function `setup_ramdisk_tag':
linux.c:196: dereferencing pointer to incomplete type
linux.c:196: `ATAG_RAMDISK' undeclared (first use in this function)
linux.c:197: dereferencing pointer to incomplete type
linux.c:197: `tag_ramdisk' undeclared (first use in this function)
linux.c:199: dereferencing pointer to incomplete type
linux.c:200: dereferencing pointer to incomplete type
linux.c:201: dereferencing pointer to incomplete type
linux.c:203: warning: assignment makes pointer from integer without a cast
linux.c: In function `setup_end_tag':
linux.c:209: dereferencing pointer to incomplete type
linux.c:209: `ATAG_NONE' undeclared (first use in this function)
linux.c:210: dereferencing pointer to incomplete type
make[2]: *** [linux.o] Error 1
make[2]: Leaving directory `/home/lvshishi/blob-44b0/blob/src/blob'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lvshishi/blob-44b0/blob/src'
make: *** [all-recursive] Error 1
编译提示有很多东东没有定义,我上网查了一下,这些数据类型应该定义在include/asm/setup.h下面的,可是我发现我机器里的这个文件里面什么都没有定义,只有下面几行:
#ifndef _i386_SETUP_H
#define _i386_SETUP_H


#endif /* _i386_SETUP_H */
我想请教一下,里面的内容是不是要自己定义?如果是的话,该怎么定义?如果哪位兄弟有定义好的setup.h,还望能发给我一份,谢谢了!!

论坛徽章:
0
16 [报告]
发表于 2006-03-17 14:17 |只看该作者
上面的问题我已解决,将原来的头文件#include <asm/setup.c>改为 #include <asm-arm/setup.c>就行了.
现在又有了新问题:
__main.o(.text+0xbc): undefined reference to `atexit'
__main.o(.text+0xbc): relocation truncated to fit: R_ARM_PC24 atexit
collect2: ld returned 1 exit status
make[2]: *** [blob-rest-elf32] Error 1
make[2]: Leaving directory `/home/lvshishi/blob-44b0/blob/src/blob'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lvshishi/blob-44b0/blob/src'
make: *** [all-recursive] Error 1

还请各位达人帮帮忙啊,小弟已经折腾了两天了,还没有编译通过.

论坛徽章:
0
17 [报告]
发表于 2006-03-18 08:58 |只看该作者
盼望着哪位好心人事的出现啊!555555555

论坛徽章:
0
18 [报告]
发表于 2006-03-18 22:12 |只看该作者
原帖由 lvshishi 于 2006-3-18 08:58 发表
盼望着哪位好心人事的出现啊!555555555


atexit()是glibc的库函数。
你最好确定一下交叉编译环境是否配置成功了,特别是glibc库。

[ 本帖最后由 richardhesidu 于 2006-3-18 22:24 编辑 ]

论坛徽章:
0
19 [报告]
发表于 2006-03-20 12:25 |只看该作者

怎么不用arm-linux-gcc阿?

你好像没有用交叉编译的gcc阿? 那怎么能有-mtune的选项呢?

下载一个arm-linux 的交叉编译工具连,
1) ELDK的toolchain, 不必用很新的版本,用3.1就够用了。
2) 用crosstools自己编译一套:http://kegel.com/crosstool
等等。

然后按照下面的方法:

# CC=arm-linux-gcc OBJCOPY=arm-linux-gcc ./configure --host=i686 --target=arm --your_options_here.
# make

论坛徽章:
0
20 [报告]
发表于 2006-03-21 10:01 |只看该作者
谢谢楼上的兄弟,编译通过了,不过烧到flash里之后,没反应啊!
不知道有没有可以在linux下调试和烧写blob的工具啊?还请各位达人指导一下linux下调试blob的方法,谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP