454234682 发表于 2014-9-29 22:16:16

linux-3.9.9

本帖最后由 454234682 于 2014-9-29 22:17 编辑

求助啊! 如下:
CHK   include/generated/uapi/linux/version.h
CHK   include/generated/utsrelease.h
make: `include/generated/mach-types.h' is up to date.
CALL    scripts/checksyscalls.sh
CC      scripts/mod/devicetable-offsets.s
GEN   scripts/mod/devicetable-offsets.h
HOSTCCscripts/mod/file2alias.o
HOSTLDscripts/mod/modpost
CHK   include/generated/compile.h
CHK   kernel/config_data.h
Kernel: arch/arm/boot/Image is ready
LD      arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready1
multiple (or no) load addresses:
This is incompatible with uImages
Specify LOADADDR on the commandline to build an uImage
make: *** Error 1
make: *** Error 2
#


其中linux-3.9.9/arch/arm/boot/makefile 中已经
ifneq ($(LOADADDR),)
UIMAGE_LOADADDR=$(LOADADDR)
else
ifeq ($(CONFIG_ZBOOT_ROM),y)
    UIMAGE_LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT)
else
    UIMAGE_LOADADDR=$(ZRELADDR)
endif
endif

可是为什么读不到LOADADDR呢?

timi 发表于 2014-9-30 13:21:34

http://blog.csdn.net/caspiansea/article/details/38057039

454234682 发表于 2014-9-30 20:11:11

timi 发表于 2014-9-30 13:21
http://blog.csdn.net/caspiansea/article/details/38057039

非常感谢{:lol:}
页: [1]
查看完整版本: linux-3.9.9