主题 : 关于移植uboot出现的问题 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 52346
精华: 0
发帖: 9
金钱: 45 两
威望: 9 点
贡献值: 0 点
综合积分: 18 分
注册时间: 2011-07-17
最后登录: 2012-09-04
楼主  发表于: 2012-05-04 18:03

 关于移植uboot出现的问题

请问,我在uboot移植中出现如下问题,不知道怎么解决.希望高手帮忙看看,小弟搞了好久都不知道怎么弄。
编译测试的时候输入下一命令
make all
错误如下:{standard input}: Assembler messages:
{standard input}:60: Error: symbol `blksz' is already defined
{standard input}:285: Error: symbol `start' is already defined
make[1]: *** [hello_world.o] 错误 1
make[1]: Leaving directory `/uboot/u-boot-1.1.6/examples'
make: *** [examples] 错误 2

自强不息厚德载物
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
1楼  发表于: 2012-05-04 18:34
贴出完整的编译log,步骤如下:
make distclean
make xxx_config
make all 2>&1 |tee build.log
把生成的build.log贴上来
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
畅游在知识的海洋...
级别: 论坛版主
UID: 33629
精华: 4
发帖: 554
金钱: 3075 两
威望: 615 点
贡献值: 5 点
综合积分: 1188 分
注册时间: 2010-12-03
最后登录: 2015-09-22
2楼  发表于: 2012-05-04 18:40
{standard input}:60: Error: symbol `blksz' is already defined
{standard input}:285: Error: symbol `start' is already defined
重复定义了‘’ `blksz' 和`start'
好好学习,天天鲁管
级别: 新手上路
UID: 52346
精华: 0
发帖: 9
金钱: 45 两
威望: 9 点
贡献值: 0 点
综合积分: 18 分
注册时间: 2011-07-17
最后登录: 2012-09-04
3楼  发表于: 2012-05-04 18:43
for dir in tools examples post post/cpu ; do make -C $dir _depend ; done
make[1]: Entering directory `/uboot/u-boot-1.1.6/tools'
ln -s ../common/environment.c environment.c
ln -s ../lib_generic/crc32.c crc32.c
make[1]: Leaving directory `/uboot/u-boot-1.1.6/tools'
make[1]: Entering directory `/uboot/u-boot-1.1.6/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/uboot/u-boot-1.1.6/tools'
make[1]: Entering directory `/uboot/u-boot-1.1.6/examples'
In file included from hello_world.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from hello_world.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/exports.h:6,
                 from stubs.c:1:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from /uboot/u-boot-1.1.6/include/exports.h:6,
                 from stubs.c:1:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
make[1]: *** 没有规则可以创建“_depend”需要的目标“.depend”。 停止。
make[1]: Leaving directory `/uboot/u-boot-1.1.6/examples'
make[1]: Entering directory `/uboot/u-boot-1.1.6/post'
In file included from cache.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from cache.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from codec.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from codec.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from cpu.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from cpu.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from dsp.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from dsp.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from ether.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from ether.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from i2c.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from i2c.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from memory.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from memory.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from post.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from post.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from rtc.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from rtc.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from spr.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from spr.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/post.h:27,
                 from sysmon.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from /uboot/u-boot-1.1.6/include/post.h:27,
                 from sysmon.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from tests.c:28:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from tests.c:28:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from uart.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from uart.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from usb.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from usb.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from watchdog.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from watchdog.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
make[1]: *** 没有规则可以创建“_depend”需要的目标“.depend”。 停止。
make[1]: Leaving directory `/uboot/u-boot-1.1.6/post'
make[1]: Entering directory `/uboot/u-boot-1.1.6/post/cpu'
In file included from cmp.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from cmp.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from cmpi.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from cmpi.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from two.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from two.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from twox.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from twox.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from three.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from three.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from threex.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from threex.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from threei.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from threei.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from andi.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from andi.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from srawi.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from srawi.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from rlwnm.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from rlwnm.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from rlwinm.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from rlwinm.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from rlwimi.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from rlwimi.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from store.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from store.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from load.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from load.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from cr.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from cr.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from b.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from b.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from multi.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from multi.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from string.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from string.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
In file included from complex.c:24:
/uboot/u-boot-1.1.6/include/common.h:36:26: linux/bitops.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:37:25: linux/types.h: No such file or directory
/uboot/u-boot-1.1.6/include/common.h:38:26: linux/string.h: No such file or directory
In file included from /uboot/u-boot-1.1.6/include/asm/ptrace.h:14,
                 from /uboot/u-boot-1.1.6/include/common.h:39,
                 from complex.c:24:
/uboot/u-boot-1.1.6/include/asm/proc/ptrace.h:13:26: linux/config.h: No such file or directory
make[1]: *** 没有规则可以创建“_depend”需要的目标“.depend”。 停止。
make[1]: Leaving directory `/uboot/u-boot-1.1.6/post/cpu'
make: *** [depend] 错误 2
自强不息厚德载物
级别: 新手上路
UID: 52346
精华: 0
发帖: 9
金钱: 45 两
威望: 9 点
贡献值: 0 点
综合积分: 18 分
注册时间: 2011-07-17
最后登录: 2012-09-04
4楼  发表于: 2012-05-04 18:43
自强不息厚德载物
级别: 新手上路
UID: 52346
精华: 0
发帖: 9
金钱: 45 两
威望: 9 点
贡献值: 0 点
综合积分: 18 分
注册时间: 2011-07-17
最后登录: 2012-09-04
5楼  发表于: 2012-05-04 18:44

 回 2楼(wuweidong) 的帖子

怎么改?在哪改?求解,我是个菜鸟,麻烦教教我
自强不息厚德载物
级别: 新手上路
UID: 52346
精华: 0
发帖: 9
金钱: 45 两
威望: 9 点
贡献值: 0 点
综合积分: 18 分
注册时间: 2011-07-17
最后登录: 2012-09-04
6楼  发表于: 2012-05-04 21:14

 回 1楼(kasim) 的帖子

请问问题怎么解决?
自强不息厚德载物
级别: 新手上路
UID: 69229
精华: 0
发帖: 35
金钱: 180 两
威望: 36 点
贡献值: 0 点
综合积分: 70 分
注册时间: 2012-05-03
最后登录: 2013-11-26
7楼  发表于: 2012-09-26 14:23

 回 2楼(wuweidong) 的帖子

哥们 能留个qq么 我有问题想请教你