Easy cross-compiling
#4
(09-25-2020, 11:03 AM)Paulie420 Wrote: I have many many ARM computers, and a few lower-middle end ThinkPad systems. However, for everything 'pretty' or that needs horsepower, we use iMac Pro 27" setups... I have 2 of those in the house.

You could set up a build farm of these dockers if you wanted to try distributing compilation to multiple amd64 machines. The DISTCC_HOSTS environment variable can contain multiple host entries, separated by spaces, something like:

Code:
DISTCC_HOSTS="<ip1>:<port> <ip2>:<port> <ip3>:<port>"

See the distcc man page for more details on that environment variable. I think you can choose different distribution strategies and stuff.


Messages In This Thread
Easy cross-compiling - by elijahr - 09-23-2020, 09:16 PM
RE: Easy cross-compiling - by e-minguez - 09-25-2020, 10:25 AM
RE: Easy cross-compiling - by Paulie420 - 09-25-2020, 11:03 AM
RE: Easy cross-compiling - by elijahr - 09-25-2020, 11:52 AM
RE: Easy cross-compiling - by Paulie420 - 09-25-2020, 12:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  compiling (large) programs on pbp pine76 8 7,347 09-25-2020, 10:24 AM
Last Post: e-minguez
  Make it easy? wdt 0 1,702 09-10-2020, 10:05 PM
Last Post: wdt
  Frequent segfaults etc. while compiling mfritsche 13 14,831 07-15-2020, 04:12 PM
Last Post: mfritsche
  Hate Manjaro - Easy Ubuntu Install? PaulMcGuinness 8 9,601 06-07-2020, 04:40 AM
Last Post: flyingscorpio
  Compiling WireGuard (and other things requiring linux-headers) on Debian+Mate Dendrocalamus64 1 3,590 04-02-2020, 07:07 PM
Last Post: Dendrocalamus64

Forum Jump:


Users browsing this thread: 1 Guest(s)