Cannot get cross-compile-tools
-
I'm new to Linux, so please forgive me if I write any dummy stuff, but...
I'm following http://wiki.qt.io/RaspberryPi_Beginners_Guide , but when I try to:
git clone git://gitorious.org/cross-compile-tools/cross-compile-tools.git
I always receive:
"Cloning into 'cross-compile-tools'...
fatal: unable to connect to gitorious.org:
gitorious.org[0: 109.107.38.78]: errno=Connection refused
gitorious.org[1: 2a02:c0:1014::1]: errno=Network is unreachable"Apparently, gitorious.org is now offline (bought or something), but I can't find this same repository anywhere. I found a couple of mirrors hosted by some guys, but the "fixQualifiedLibraryPaths" script is different, as it accepts only one parameter, while the guide uses two.
Any hints would be really appreciated.
-
Hi,
Gitorious.org is migrating all the repositories to Internet Archive.
The repositories will soon be available for read-only access, with original clone URLs preserved. -
No I can't, I don't work for gitorious nor gitlab
-
I also have the same problem.
https://gitorious.org/cross-compile-tools/cross-compile-tools.git
Hold on...
Gitorious.org is migrating all the repositories to Internet Archive. -
Yes, because of their acquisition by GitLab
-
Same problem here. Might be useful to know exactly what symbolic links are being fixed and for what reason. AFAIK the script iterates through some symbolic links in the chroot of your cross-build target - i.e. the raspberry pi's file system and changes symbolic links in there. I haven't looked deeply enough into it to figure out how to achieve what this script does in some other way, but presumably an alternative way exists. That's the problem with relying on a recipe, and not having the deep understanding of what one is actually doing when cross compiling for an embedded target. There's also the obvious danger that I might come to rely on a recipe that exists in one specific place on the Internet only for that Internet site to get pulled down, temporarily or otherwise. Does anybody have any insight into this and any suggestions for alternative strategies that are slightly more explanatory.
-
i've used this ones instead:
https://git.milosolutions.com/other/cross-compile-tools/ -
Hello Developers,
I have also tried to use following link
https://git.milosolutions.com/other/cross-compile-tools/
in order to install qt5.7 s mentioned in link
https://wiki.qt.io/BeagleBone_Black_Beginners_Guide
but when I try to download cross-compile-tools it ask me for password. Can you please tell me @Ralle which password should I give .
Thank you very much :)