Article 4S3Z4 Using icecream to crossbuild with x86_64

Using icecream to crossbuild with x86_64

by
stormtracknole
from LinuxQuestions.org on (#4S3Z4)
So in the past, I have used distcc to build arm packages while using my x86_64 machines are part of my cluster without issues mostly. Lately, I've been using icecream to build of my x86_64 packages with great success so I started to explore the possibility of doing the same for arm. I already ran x-build on every node that will be involved in the compilation. When it comes time to run a compilation, I monitor all of my cores using Pat's script. None of the other cores pick up any jobs. All the work is still being done one the ARM board.

For distcc,this was the only staging that I needed to do:
Code:V=cd /usr/lib64/
ln -sfv /devel/build-servers/x86_64/arm/bin/arm-slackware-linux-gnueabihf-c++ arm-slackware-linux-gnueabihf-c++
ln -sfv /devel/build-servers/x86_64/arm/bin/arm-slackware-linux-gnueabihf-g++ arm-slackware-linux-gnueabihf-g++
ln -sfv /devel/build-servers/x86_64/arm/bin/arm-slackware-linux-gnueabihf-gcc arm-slackware-linux-gnueabihf-gcc
ln -sfv /usr/lib64/distcc /usr/lib/It didn't seem to make a difference. I even tried linking /usr/bin/icecc to /usr/libexec/icecc/bin/arm-slackware-linux-gnueabihf-gcc for example, but no luck. According to the icecream documentation, cross-compiling should work.

Any ideas are greatly appreciated.latest?d=yIl2AUoC8zA latest?i=cjpXg4sJ5jA:oD4E5I_fQE0:F7zBnMy latest?i=cjpXg4sJ5jA:oD4E5I_fQE0:V_sGLiP latest?d=qj6IDK7rITs latest?i=cjpXg4sJ5jA:oD4E5I_fQE0:gIN9vFwcjpXg4sJ5jA
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments