# make V=1 rm -f include/config/kernel.release echo 2.6.21-git11 > include/config/kernel.release set -e; echo ' CHK include/linux/version.h'; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE 132629; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < /usr/src/linux-2.6-dev/Makefile > include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s include/linux/version.h include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else echo ' UPD include/linux/version.h'; mv -f include/linux/version.h.tmp include/linux/version.h; fi CHK include/linux/version.h set -e; echo ' CHK include/linux/utsrelease.h'; mkdir -p include/linux/; if [ `echo -n "2.6.21-git11" | wc -c ` -gt 64 ]; then echo '"2.6.21-git11" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"2.6.21-git11\";) < include/config/kernel.release > include/linux/utsrelease.h.tmp; if [ -r include/linux/utsrelease.h ] && cmp -s include/linux/utsrelease.h include/linux/utsrelease.h.tmp; then rm -f include/linux/utsrelease.h.tmp; else echo ' UPD include/linux/utsrelease.h'; mv -f include/linux/utsrelease.h.tmp include/linux/utsrelease.h; fi CHK include/linux/utsrelease.h if [ ! -d arch/powerpc/include ]; then mkdir -p arch/powerpc/include; fi ln -fsn /usr/src/linux-2.6-dev/include/asm-ppc arch/powerpc/include/asm mkdir -p .tmp_versions rm -f .tmp_versions/* make -f scripts/Makefile.build obj=scripts/basic make -f scripts/Makefile.build obj=. mkdir -p arch/powerpc/kernel/ make -f scripts/Makefile.build obj=. missing-syscalls /bin/bash scripts/checksyscalls.sh gcc -m32 -Wp,-MD,./.missing-syscalls.d -nostdinc -isystem /usr/lib/gcc/powerpc-linux-gnu/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Iarch/powerpc -Iarch/powerpc/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -funit-at-a-time -mno-string -mcpu=powerpc -Wa,-maltivec -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(missing_syscalls)" -D"KBUILD_MODNAME=KBUILD_STR(missing_syscalls)" :1340:2: warning: #warning syscall sync_file_range not implemented :1364:2: warning: #warning syscall utimensat not implemented make -f scripts/Makefile.build obj=scripts make -f scripts/Makefile.build obj=scripts/mod make -f scripts/Makefile.build obj=init CHK include/linux/compile.h /bin/bash /usr/src/linux-2.6-dev/scripts/mkcompile_h include/linux/compile.h \ "ppc" "" "y" "gcc -m32 -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -msoft-float -pipe -Iarch/powerpc -ffixed-r2 -mmultiple -mno-altivec -funit-at-a-time -mno-string -mcpu=powerpc -Wa,-maltivec -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign" make -f scripts/Makefile.build obj=usr make -f scripts/Makefile.build obj=arch/powerpc/kernel make -f scripts/Makefile.build obj=arch/powerpc/kernel/vdso32 make -f scripts/Makefile.build obj=arch/powerpc/mm make -f scripts/Makefile.build obj=arch/powerpc/lib make -f scripts/Makefile.build obj=arch/powerpc/sysdev make -f scripts/Makefile.build obj=arch/powerpc/platforms make -f scripts/Makefile.build obj=arch/powerpc/platforms/powermac make -f scripts/Makefile.build obj=kernel make -f scripts/Makefile.build obj=kernel/irq make -f scripts/Makefile.build obj=kernel/power make -f scripts/Makefile.build obj=kernel/time make -f scripts/Makefile.build obj=mm make -f scripts/Makefile.build obj=fs make -f scripts/Makefile.build obj=fs/autofs4 make -f scripts/Makefile.build obj=fs/cifs make -f scripts/Makefile.build obj=fs/configfs make -f scripts/Makefile.build obj=fs/devpts make -f scripts/Makefile.build obj=fs/ext3 make -f scripts/Makefile.build obj=fs/ext4 make -f scripts/Makefile.build obj=fs/fat make -f scripts/Makefile.build obj=fs/hfs make -f scripts/Makefile.build obj=fs/hfsplus make -f scripts/Makefile.build obj=fs/isofs make -f scripts/Makefile.build obj=fs/jbd make -f scripts/Makefile.build obj=fs/jbd2 make -f scripts/Makefile.build obj=fs/jfs make -f scripts/Makefile.build obj=fs/lockd make -f scripts/Makefile.build obj=fs/msdos make -f scripts/Makefile.build obj=fs/nfs make -f scripts/Makefile.build obj=fs/nfs_common make -f scripts/Makefile.build obj=fs/nls make -f scripts/Makefile.build obj=fs/partitions make -f scripts/Makefile.build obj=fs/proc make -f scripts/Makefile.build obj=fs/ramfs make -f scripts/Makefile.build obj=fs/reiserfs make -f scripts/Makefile.build obj=fs/sysfs make -f scripts/Makefile.build obj=fs/udf make -f scripts/Makefile.build obj=fs/ufs make -f scripts/Makefile.build obj=fs/vfat make -f scripts/Makefile.build obj=fs/xfs make -f scripts/Makefile.build obj=ipc make -f scripts/Makefile.build obj=security make -f scripts/Makefile.build obj=crypto make -f scripts/Makefile.build obj=block make -f scripts/Makefile.build obj=drivers make -f scripts/Makefile.build obj=drivers/auxdisplay make -f scripts/Makefile.build obj=drivers/base make -f scripts/Makefile.build obj=drivers/base/power make -f scripts/Makefile.build obj=drivers/block make -f scripts/Makefile.build obj=drivers/cdrom make -f scripts/Makefile.build obj=drivers/char make -f scripts/Makefile.build obj=drivers/char/agp make -f scripts/Makefile.build obj=drivers/char/drm make -f scripts/Makefile.build obj=drivers/char/hw_random make -f scripts/Makefile.build obj=drivers/cpufreq make -f scripts/Makefile.build obj=drivers/crypto make -f scripts/Makefile.build obj=drivers/dma make -f scripts/Makefile.build obj=drivers/firmware make -f scripts/Makefile.build obj=drivers/hid make -f scripts/Makefile.build obj=drivers/hid/usbhid make -f scripts/Makefile.build obj=drivers/hwmon make -f scripts/Makefile.build obj=drivers/i2c make -f scripts/Makefile.build obj=drivers/i2c/algos make -f scripts/Makefile.build obj=drivers/i2c/busses make -f scripts/Makefile.build obj=drivers/i2c/chips make -f scripts/Makefile.build obj=drivers/ide make -f scripts/Makefile.build obj=drivers/ide/arm make -f scripts/Makefile.build obj=drivers/ide/legacy make -f scripts/Makefile.build obj=drivers/ide/mips make -f scripts/Makefile.build obj=drivers/ide/pci make -f scripts/Makefile.build obj=drivers/ieee1394 make -f scripts/Makefile.build obj=drivers/input make -f scripts/Makefile.build obj=drivers/leds make -f scripts/Makefile.build obj=drivers/macintosh make -f scripts/Makefile.build obj=drivers/media make -f scripts/Makefile.build obj=drivers/media/common make -f scripts/Makefile.build obj=drivers/mfd make -f scripts/Makefile.build obj=drivers/misc make -f scripts/Makefile.build obj=drivers/net make -f scripts/Makefile.build obj=drivers/net/wireless make -f scripts/Makefile.build obj=drivers/net/wireless/bcm43xx make -f scripts/Makefile.build obj=drivers/pci make -f scripts/Makefile.build obj=drivers/rtc make -f scripts/Makefile.build obj=drivers/scsi make -f scripts/Makefile.build obj=drivers/serial make -f scripts/Makefile.build obj=drivers/usb make -f scripts/Makefile.build obj=drivers/usb/core make -f scripts/Makefile.build obj=drivers/usb/host make -f scripts/Makefile.build obj=drivers/usb/storage make -f scripts/Makefile.build obj=drivers/video make -f scripts/Makefile.build obj=drivers/video/aty make -f scripts/Makefile.build obj=drivers/video/backlight make -f scripts/Makefile.build obj=drivers/video/console make -f scripts/Makefile.build obj=drivers/video/display make -f scripts/Makefile.build obj=drivers/video/logo make -f scripts/Makefile.build obj=sound make -f scripts/Makefile.build obj=sound/arm make -f scripts/Makefile.build obj=sound/core make -f scripts/Makefile.build obj=sound/drivers make -f scripts/Makefile.build obj=sound/drivers/mpu401 make -f scripts/Makefile.build obj=sound/drivers/opl3 make -f scripts/Makefile.build obj=sound/drivers/opl4 make -f scripts/Makefile.build obj=sound/drivers/vx make -f scripts/Makefile.build obj=sound/i2c make -f scripts/Makefile.build obj=sound/i2c/other make -f scripts/Makefile.build obj=sound/isa make -f scripts/Makefile.build obj=sound/isa/ad1816a make -f scripts/Makefile.build obj=sound/isa/ad1848 make -f scripts/Makefile.build obj=sound/isa/cs423x make -f scripts/Makefile.build obj=sound/isa/es1688 make -f scripts/Makefile.build obj=sound/isa/gus make -f scripts/Makefile.build obj=sound/isa/opti9xx make -f scripts/Makefile.build obj=sound/isa/sb make -f scripts/Makefile.build obj=sound/isa/wavefront make -f scripts/Makefile.build obj=sound/mips make -f scripts/Makefile.build obj=sound/parisc make -f scripts/Makefile.build obj=sound/pci make -f scripts/Makefile.build obj=sound/pci/ac97 make -f scripts/Makefile.build obj=sound/pci/ali5451 make -f scripts/Makefile.build obj=sound/pci/au88x0 make -f scripts/Makefile.build obj=sound/pci/ca0106 make -f scripts/Makefile.build obj=sound/pci/cs46xx make -f scripts/Makefile.build obj=sound/pci/cs5535audio make -f scripts/Makefile.build obj=sound/pci/echoaudio make -f scripts/Makefile.build obj=sound/pci/emu10k1 make -f scripts/Makefile.build obj=sound/pci/hda make -f scripts/Makefile.build obj=sound/pci/ice1712 make -f scripts/Makefile.build obj=sound/pci/korg1212 make -f scripts/Makefile.build obj=sound/pci/mixart make -f scripts/Makefile.build obj=sound/pci/nm256 make -f scripts/Makefile.build obj=sound/pci/pcxhr make -f scripts/Makefile.build obj=sound/pci/riptide make -f scripts/Makefile.build obj=sound/pci/rme9652 make -f scripts/Makefile.build obj=sound/pci/trident make -f scripts/Makefile.build obj=sound/pci/vx222 make -f scripts/Makefile.build obj=sound/pci/ymfpci make -f scripts/Makefile.build obj=sound/pcmcia make -f scripts/Makefile.build obj=sound/pcmcia/pdaudiocf make -f scripts/Makefile.build obj=sound/pcmcia/vx make -f scripts/Makefile.build obj=sound/ppc make -f scripts/Makefile.build obj=sound/soc make -f scripts/Makefile.build obj=sound/sparc make -f scripts/Makefile.build obj=sound/synth make -f scripts/Makefile.build obj=sound/usb make -f scripts/Makefile.build obj=sound/usb/usx2y make -f scripts/Makefile.build obj=net make -f scripts/Makefile.build obj=net/802 make -f scripts/Makefile.build obj=net/core make -f scripts/Makefile.build obj=net/ethernet make -f scripts/Makefile.build obj=net/ieee80211 make -f scripts/Makefile.build obj=net/ieee80211/softmac make -f scripts/Makefile.build obj=net/ipv4 make -f scripts/Makefile.build obj=net/ipv4/netfilter make -f scripts/Makefile.build obj=net/ipv6 make -f scripts/Makefile.build obj=net/ipv6/netfilter make -f scripts/Makefile.build obj=net/key make -f scripts/Makefile.build obj=net/mac80211 make -f scripts/Makefile.build obj=net/netfilter make -f scripts/Makefile.build obj=net/netlink make -f scripts/Makefile.build obj=net/packet make -f scripts/Makefile.build obj=net/sched make -f scripts/Makefile.build obj=net/sunrpc make -f scripts/Makefile.build obj=net/sunrpc/auth_gss make -f scripts/Makefile.build obj=net/unix make -f scripts/Makefile.build obj=net/wireless make -f scripts/Makefile.build obj=net/xfrm make -f scripts/Makefile.build obj=lib make -f scripts/Makefile.build obj=lib/zlib_deflate make -f scripts/Makefile.build obj=lib/zlib_inflate make -f /usr/src/linux-2.6-dev/scripts/Makefile.modpost vmlinux scripts/mod/modpost -a -o /usr/src/linux-2.6-dev/Module.symvers arch/powerpc/kernel/head_32.o arch/powerpc/kernel/fpu.o init/built-in.o usr/built-in.o arch/powerpc/kernel/built-in.o arch/powerpc/mm/built-in.o arch/powerpc/lib/built-in.o arch/powerpc/sysdev/built-in.o arch/powerpc/platforms/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o block/built-in.o lib/lib.a lib/built-in.o drivers/built-in.o sound/built-in.o net/built-in.o WARNING: "fee_restarts" [arch/powerpc/kernel/built-in] is COMMON symbol WARNING: "ee_restarts" [arch/powerpc/kernel/built-in] is COMMON symbol WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from dt_string_start (offset 0x8) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from dt_string_end (offset 0xc) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom_entry (offset 0x10) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom (offset 0x40) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from of_platform (offset 0x54) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from alloc_bottom (offset 0x5c) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from ram_top (offset 0x60) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from alloc_top (offset 0x68) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom_scratch (offset 0x84) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from of_stdout_device (offset 0xf0) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom_cmd_line (offset 0x120) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from regbuf (offset 0x140) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from rmo_top (offset 0x148) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom_initrd_start (offset 0x150) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom_initrd_end (offset 0x154) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from alloc_top_high (offset 0x158) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from mem_reserve_cnt (offset 0x1b8) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from mem_reserve_map (offset 0x1c0) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from dt_header_start (offset 0x204) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from dt_struct_start (offset 0x20c) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from dt_struct_end (offset 0x214) WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from disp_BAT (offset 0x23c) WARNING: "primary_pteg_full" [arch/powerpc/mm/built-in] is COMMON symbol WARNING: "next_slot" [arch/powerpc/mm/built-in] is COMMON symbol WARNING: "htab_hash_searches" [arch/powerpc/mm/built-in] is COMMON symbol WARNING: arch/powerpc/mm/built-in.o - Section mismatch: reference to .init.text:early_get_page from .text between 'pte_alloc_one_kernel' (at offset 0x10a4) and 'v_mapped_by_bats' WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.data:.got2 from (offset 0x0) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.data:.got2 from bootx_dt_strend (offset 0x4) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.data:.got2 from bootx_node_chosen (offset 0x30) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.data:.got2 from bootx_info (offset 0x34) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.data:.got2 from bootx_disp_path (offset 0x40) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:pmac_probe from .machine.desc after 'mach_powermac' (at offset 0x4) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:pmac_setup_arch from .machine.desc after 'mach_powermac' (at offset 0x8) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:pmac_init_early from .machine.desc after 'mach_powermac' (at offset 0xc) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:pmac_pic_init from .machine.desc after 'mach_powermac' (at offset 0x18) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:pmac_time_init from .machine.desc after 'mach_powermac' (at offset 0x50) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:pmac_calibrate_decr from .machine.desc after 'mach_powermac' (at offset 0x68) WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:pmac_pcibios_after_init from .machine.desc after 'mach_powermac' (at offset 0xd0) WARNING: mm/built-in.o - Section mismatch: reference to .init.text:set_up_list3s from .text between 'kmem_cache_create' (at offset 0x242e8) and 'kmem_cache_shrink' WARNING: mm/built-in.o - Section mismatch: reference to .init.text:set_up_list3s from .text between 'kmem_cache_create' (at offset 0x24408) and 'kmem_cache_shrink' rm -f .old_version make ARCH=ppc64 -f scripts/Makefile.build obj=arch/powerpc/boot arch/powerpc/boot/zImage /bin/bash /usr/src/linux-2.6-dev/arch/powerpc/boot/wrapper -c -o arch/powerpc/boot/zImage.coff -p coff vmlinux ld: arch/powerpc/boot/coff.o: No such file: No such file or directory nm: 'arch/powerpc/boot/zImage.coff': No such file objdump: 'arch/powerpc/boot/zImage.coff': No such file Building modules, stage 2. make -f /usr/src/linux-2.6-dev/scripts/Makefile.modpost scripts/mod/modpost -a -o /usr/src/linux-2.6-dev/Module.symvers