- 論壇徽章:
- 0
|
大家好, 我是LINUX新手,我編譯U-boot時出現(xiàn)以下錯誤:
[root@localhost build_uboot]# cd u-boot
[root@localhost u-boot]# make gec2440_config
Configuring for gec2440 board...
[root@localhost u-boot]# make
make[1]: Entering directory `/root/build_uboot/u-boot/tools'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/root/build_uboot/u-boot/tools'
make[1]: Entering directory `/root/build_uboot/u-boot/examples'
Makefile:174: /rules.mk: No such file or directory
make[1]: *** No rule to make target `/rules.mk'. Stop.
make[1]: Leaving directory `/root/build_uboot/u-boot/examples'
make[1]: Entering directory `/root/build_uboot/u-boot/post'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/root/build_uboot/u-boot/post'
make[1]: Entering directory `/root/build_uboot/u-boot/post/cpu'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/root/build_uboot/u-boot/post/cpu'
make -C tools all
make[1]: Entering directory `/root/build_uboot/u-boot/tools'
gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c envcrc.c
gcc -g -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -c environment.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o
make[1]: Leaving directory `/root/build_uboot/u-boot/tools'
make -C examples all
make[1]: Entering directory `/root/build_uboot/u-boot/examples'
Makefile:174: /rules.mk: No such file or directory
make[1]: *** No rule to make target `/rules.mk'. Stop.
make[1]: Leaving directory `/root/build_uboot/u-boot/examples'
make: *** [examples] Error 2
[root@localhost u-boot]#
希望得到論壇高人的指點,,因為對LINUX有強烈的興趣,身邊又沒有朋友搞這個的,所以來此多交幾個朋友. |
|