I am trying to build custom but the process completes without making flashable bin file.
No "ramips-rt305x-dir-615-d-squashfs-factory.bin" file.
Only these files are produced after build completes:
gargoyle_1.8.x-ramips-rt305x-root.squashfs
gargoyle_1.8.x-ramips-rt305x-uImage.bin
gargoyle_1.8.x-ramips-rt305x-vmlinux.bin
gargoyle_1.8.x-ramips-rt305x-vmlinux.elf
I am currently using openwrt at the moment which builds and flashes successfully.
No plugins are selected in build only gargoyle admin is selected.
Tried bb_1.8.1 and latest cc_r47335 but no success.
What is going wrong?..
help Installing gargoyle on dir-615 D4
Moderator: Moderators
Re: help Installing gargoyle on dir-615 D4
can i get a pastebin of the .config you generate in make custom?
http://pastebin.com/
http://pastebin.com/
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: help Installing gargoyle on dir-615 D4
Here is .configLantis wrote:can i get a pastebin of the .config you generate in make custom?
http://pastebin.com/
http://pastebin.com/98afvfdZ
Re: help Installing gargoyle on dir-615 D4
I have sorted out the error.
The error is in gargoyle build and it is unable to copy
"/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"
to
"/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin, No such file or directory"
When I manually copy the file the gargoyle image is build successfully.
From build Log:
The error is in gargoyle build and it is unable to copy
"/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"
to
"/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin, No such file or directory"
When I manually copy the file the gargoyle image is build successfully.
From build Log:
Code: Select all
cat /home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/vmlinux-dir-615-d.uImage /home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/root.squashfs > /home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin
/home/muhammad/gargoyle/custom-src/staging_dir/host/bin/padjffs2 /home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin 4 8 16 64 128 256
padding image to 003b4000
padding image to 003c0000
if [ `stat -c%s "/home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin"` -gt 3866624 ]; then echo "Warning: /home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin is too big" >&2; else cp -fpR /home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin /home/muhammad/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin; fi
Warning: /home/muhammad/gargoyle/custom-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin is too big
mkwrgimg -s wrgn23_dlwbr_dir615d -d /dev/mtdblock/2 -i /home/muhammad/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin -o /home/muhammad/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-615-d-squashfs-factory.bin
[mkwrgimg] *** error: stat failed on /home/muhammad/gargoyle/custom-src/bin/ramips/openwrt-ramips-rt305x-dir-615-d-squashfs-sysupgrade.bin, No such file or directory
make[6]: [install] Error 1 (ignored)
( cd /home/muhammad/gargoyle/custom-src/bin/ramips ; /usr/bin/find -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | sort | xargs md5sum --binary > md5sums )
make[6]: Leaving directory `/home/muhammad/gargoyle/custom-src/target/linux/ramips/image'
make[5]: Leaving directory `/home/muhammad/gargoyle/custom-src/target/linux/ramips'
make[4]: Leaving directory `/home/muhammad/gargoyle/custom-src/target/linux'
make[3]: Leaving directory `/home/muhammad/gargoyle/custom-src'
export MAKEFLAGS= ;make -w -r package/index
Re: help Installing gargoyle on dir-615 D4
will it be fixed or I have to report the issue ?