Jump to content

ComZer

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ComZer's Achievements

Newbie

Newbie (1/14)

  1. After compiling it shows a lot of files in the bin folder, but which one is the correct one for the PineApple nano? Files such as: And does it come with the standard PineApple UI after I flash it?
  2. Change push @mirrors, "http://ftp.all.kernel.org/pub/$dir"; to push @mirrors, "https://kernel.org/pub/$dir"; in /openwrt-pineapple-nano/scripts/download.pl
  3. @Sebkinne I tried to compile https://github.com/WiFiPineapple/openwrt-pineapple-nano I got these errors. /bin/bash /home/comzer/openwrt-pineapple-nano/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04/libgcc/../mkinstalldirs /home/comzer/openwrt-pineapple-nano/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/include /usr/bin/install -c -m 644 unwind.h /home/comzer/openwrt-pineapple-nano/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/include make[5]: Leaving directory `/home/comzer/openwrt-pineapple-nano/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04-minimal/mips-openwrt-linux-uclibc/libgcc' make[4]: Leaving directory `/home/comzer/openwrt-pineapple-nano/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04-minimal' mkdir -p /home/comzer/openwrt-pineapple-nano/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/stamp touch /home/comzer/openwrt-pineapple-nano/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04-minimal/.built touch /home/comzer/openwrt-pineapple-nano/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/stamp/.gcc_minimal_installed make[3]: Leaving directory `/home/comzer/openwrt-pineapple-nano/toolchain/gcc/minimal' make[3]: Entering directory `/home/comzer/openwrt-pineapple-nano/toolchain/kernel-headers' mkdir -p /home/comzer/openwrt-pineapple-nano/dl /home/comzer/openwrt-pineapple-nano/scripts/download.pl "/home/comzer/openwrt-pineapple-nano/dl" "linux-3.18.19.tar.xz" "a143f9421bd8413752609d0d771c2955" "@KERNEL/linux/kernel/v3.x" --2017-03-05 11:26:01-- ftp://ftp.all.kernel.org/pub/linux/kernel/v3.x/linux-3.18.19.tar.xz => '-' Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known. wget: unable to resolve host address 'ftp.all.kernel.org' Download failed. --2017-03-05 11:26:01-- http://ftp.all.kernel.org/pub/linux/kernel/v3.x/linux-3.18.19.tar.xz Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known. wget: unable to resolve host address 'ftp.all.kernel.org' Download failed. --2017-03-05 11:26:01-- ftp://ftp.all.kernel.org/pub/linux/kernel/v3.x/longterm/v3.18.19/linux-3.18.19.tar.xz => '-' Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known. wget: unable to resolve host address 'ftp.all.kernel.org' Download failed. --2017-03-05 11:26:01-- http://ftp.all.kernel.org/pub/linux/kernel/v3.x/longterm/v3.18.19/linux-3.18.19.tar.xz Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known. wget: unable to resolve host address 'ftp.all.kernel.org' Download failed. --2017-03-05 11:26:01-- http://mirror2.openwrt.org/sources/linux-3.18.19.tar.xz Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11 Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2017-03-05 11:26:02 ERROR 404: Not Found. Download failed. --2017-03-05 11:26:02-- http://downloads.openwrt.org/sources/linux-3.18.19.tar.xz Resolving downloads.openwrt.org (downloads.openwrt.org)... 78.24.191.177 Connecting to downloads.openwrt.org (downloads.openwrt.org)|78.24.191.177|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2017-03-05 11:26:02 ERROR 404: Not Found. Download failed. No more mirrors to try - giving up. make[3]: *** [/home/comzer/openwrt-pineapple-nano/dl/linux-3.18.19.tar.xz] Error 2 make[3]: Leaving directory `/home/comzer/openwrt-pineapple-nano/toolchain/kernel-headers' make[2]: *** [toolchain/kernel-headers/prepare] Error 2 make[2]: Leaving directory `/home/comzer/openwrt-pineapple-nano' make[1]: *** [/home/comzer/openwrt-pineapple-nano/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/stamp/.toolchain_install] Error 2 make[1]: Leaving directory `/home/comzer/openwrt-pineapple-nano'
×
×
  • Create New...