Compiling image for Raspberry

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Post Reply
PYJTER
Posts: 2
Joined: Mon May 07, 2018 5:41 am

Compiling image for Raspberry

Post by PYJTER »

Hi all I try compilling image for raspberry pi. And I get the error:

Code: Select all

make[4]: Entering directory `/root/gargoyle/custom-src/tools/mpc'
mkdir -p /root/gargoyle/custom-src/dl
/root/gargoyle/custom-src/scripts/download. pl "/root/gargoyle/custom-src/dl" "mpc-1.0.2.tar.gz" "68fadff3358fb3e7976c7a398a0af4c3" "" "http://www.multiprecision. org/mpc/download/"
--2018-05-07 11:48:11--  http://www.multiprecision. org/mpc/download/mpc-1.0.2.tar.gz
Resolving www.multiprecision. org (www.multiprecision. org)... 185.233.100.48
Connecting to www.multiprecision. org (www.multiprecision. org)|185.233.100.48|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2018-05-07 11:48:11 ERROR 500: Internal Server Error.

Download failed.
--2018-05-07 11:48:11--  http://mirror2.openwrt. org/sources/mpc-1.0.2.tar.gz
Resolving mirror2. openwrt. org (mirror2.openwrt. org)... failed: Connection timed out.
wget: unable to resolve host address `mirror2.openwrt. org'
Download failed.
--2018-05-07 11:48:31--  http://downloads.openwrt. org/sources/mpc-1.0.2.tar.gz
Resolving downloads.openwrt. org (downloads. openwrt.  org)... failed: Connection timed out.
wget: unable to resolve host address `downloads. openwrt. org'
Download failed.
No more mirrors to try - giving up.
make[4]: *** [/root/gargoyle/custom-src/dl/mpc-1.0.2.tar.gz] Error 2
make[4]: Leaving directory `/root/gargoyle/custom-src/tools/mpc'
make[3]: *** [tools/mpc/compile] Error 2
make[3]: Leaving directory `/root/gargoyle/custom-src'
make[2]: *** [/root/gargoyle/custom-src/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyyyyyyyyyyyynyyyyynnyyynyyynnnyy] Error 2
make[2]: Leaving directory `/root/gargoyle/custom-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/root/gargoyle/custom-src'
ls: cannot access bin: No such file or directory
find: `bin': No such file or directory
find: cannot search `': No such file or directory
find: cannot search `': No such file or directory
ls: cannot access bin: No such file or directory
root@changeme:~/gargoyle#
Does anyone have an idea how to get around to download the missing libraries???


I must insert space in domain name because I can’t post image, email or url links.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Compiling image for Raspberry

Post by Lantis »

MPC have moved their download servers.
Visit the site http://www.multiprecision.org/mpc/download.html

Download the correct version and check it has the same hash as expected.
Put it in in the “Downloaded” folder in your build tree.
Start the build again and it won’t need to download it as it is already present.

The other issue is that the backup file at openwrt.org is not accessible because the whole site is down. It will probably be up again soon and the build would just work again.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

PYJTER
Posts: 2
Joined: Mon May 07, 2018 5:41 am

Re: Compiling image for Raspberry

Post by PYJTER »

Thx a lot...
I found server and i download all files to dl and now compiling
adress:
http://193.87.95.148/openwrt/raspi/trunk/dl/

Post Reply