I've never been in a hurry do get things done properly, but thanks for the reminder.
I use either a Pi 3 or Zero 2W.? They are plenty fast.? The slowest part is usually downloading over whatever internet I have available.? The number or cores doesn't make much difference when I only have a small straw to download through...
Thanks again, Arnold, KQ6DI
toggle quoted message
Show quoted text
On 12/07/2024 5:37 AM PST Rich Sahlender via groups.io <
wa3wlh@...> wrote:
?
?
My only suggestion would be to note the amount of ram and the speed and
the number of cpu cores and threads supported on the system doing the
compiles.
?
Most newer machines will do fine with the "make -j4" in the example but
for some older slower machines it might actually slow things down trying
to do too many compiles simultaneously. Several of my older systems
especially the single core 32bit systems complete the compiles more
quickly by specifying "make -j1" rather than "-j4".
?
As always YMMV...
?
73 de Rich WA3WLH
?
?
?