OpenWrt Forum Archive

Topic: Compilation for AR7 => DG834G

The content of this topic has been archived on 15 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all,
So, i have a error when i want compile the firmware, and i don't know how to correct this....

This is the error :

cat /home/octera/router/build_mipsel/linux-2.4-ar7/vmlinux | /home/octera/router/staging_dir_mipsel/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > /home/octera/router/build_mipsel/linux-2.4-ar7/vmlinux.lzma

LZMA 4.32 Copyright (c) 1999-2005 Igor Pavlov  2005-12-09
mipsel-linux-uclibc-ld -T /home/octera/router/build_mipsel/ar7loader/zimage.script -r -b binary /home/octera/router/build_mipsel/linux-2.4-ar7/vmlinux.lzma -o /home/octera/router/build_mipsel/linux-2.4-ar7/zimage.o
mipsel-linux-uclibc-ld -static -G 0 --defsym kernel_entry=0x9417e04c -T /home/octera/router/build_mipsel/ar7loader/ld.script /home/octera/router/build_mipsel/ar7loader/loader.o /home/octera/router/build_mipsel/ar7loader/LzmaDecode.o /home/octera/router/build_mipsel/linux-2.4-ar7/zimage.o -o /home/octera/router/build_mipsel/linux-2.4-ar7/loader
mipsel-linux-uclibc-objcopy -O srec /home/octera/router/build_mipsel/linux-2.4-ar7/loader /home/octera/router/build_mipsel/linux-2.4-ar7/ram_zimage.sre
/home/octera/router/staging_dir_mipsel/bin/srec2bin /home/octera/router/build_mipsel/linux-2.4-ar7/ram_zimage.sre /home/octera/router/build_mipsel/linux-2.4-ar7/vmlinux.bin
find /home/octera/router/build_mipsel/root -type f -not -perm +0100 -not -name 'ssh_host*' | xargs chmod 0644
find: /home/octera/router/build_mipsel/root: No such file or directory
chmod: missing operand after `0644'
Try `chmod --help' for more information.
make[3]: *** [install] Error 123
make[3]: Leaving directory `/home/octera/router/target/linux/ar7-2.4/image'
make[2]: *** [image_install] Error 2
make[2]: Leaving directory `/home/octera/router/target'
make[1]: *** [target/install] Error 2
make[1]: Leaving directory `/home/octera/router'
make: *** [world] Erreur 2


So, can you help me?

I have resomved the problem, with a make clean and make V=99, i have a problem with hunk... what is this?

The discussion might have continued from here.