Created
January 21, 2012 20:36
-
-
Save disconn3ct/1653911 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ echo $CROSS_COMPILER | |
/opt/CodeSourcery/bin/arm-none-eabi- | |
$ make ARCH=arm CROSS_COMPILE=$CROSS_COMPILER uImage -j4 | |
CHK include/linux/version.h | |
SYMLINK include/asm -> include/asm-arm | |
make[1]: `include/asm-arm/mach-types.h' is up to date. | |
CHK include/linux/utsrelease.h | |
CALL scripts/checksyscalls.sh | |
CHK include/linux/compile.h | |
CC drivers/mmc/host/omap_hsmmc.o | |
drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_do_irq': | |
drivers/mmc/host/omap_hsmmc.c:791:2: warning: 'return' with a value, in function returning void [enabled by default] | |
drivers/mmc/host/omap_hsmmc.c: In function 'omap_hsmmc_probe': | |
drivers/mmc/host/omap_hsmmc.c:1797:6: warning: unused variable 'ctrlr_caps' [-Wunused-variable] | |
LD drivers/mmc/host/built-in.o | |
LD drivers/mmc/built-in.o | |
LD drivers/built-in.o | |
LD vmlinux.o | |
MODPOST vmlinux.o | |
GEN .version | |
CHK include/linux/compile.h | |
UPD include/linux/compile.h | |
CC init/version.o | |
LD init/built-in.o | |
LD .tmp_vmlinux1 | |
KSYM .tmp_kallsyms1.S | |
AS .tmp_kallsyms1.o | |
LD .tmp_vmlinux2 | |
KSYM .tmp_kallsyms2.S | |
AS .tmp_kallsyms2.o | |
LD .tmp_vmlinux3 | |
KSYM .tmp_kallsyms3.S | |
AS .tmp_kallsyms3.o | |
LD vmlinux | |
SYSMAP System.map | |
SYSMAP .tmp_System.map | |
OBJCOPY arch/arm/boot/Image | |
Kernel: arch/arm/boot/Image is ready | |
GZIP arch/arm/boot/compressed/piggy.gz | |
AS arch/arm/boot/compressed/piggy.o | |
LD arch/arm/boot/compressed/vmlinux | |
OBJCOPY arch/arm/boot/zImage | |
Kernel: arch/arm/boot/zImage is ready | |
UIMAGE arch/arm/boot/uImage | |
Image Name: Linux-2.6.32.9 | |
Created: Sat Jan 21 15:31:16 2012 | |
Image Type: ARM Linux Kernel Image (uncompressed) | |
Data Size: 3386296 Bytes = 3306.93 kB = 3.23 MB | |
Load Address: 0x80008000 | |
Entry Point: 0x80008000 | |
Image arch/arm/boot/uImage is ready | |
$ cp arch/arm/boot/uImage /media/boot/ | |
cp: overwrite `/media/boot/uImage'? y | |
$ umount /dev/sdb[1-5] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment