LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


View Poll Results: What CPU are you using to build LFS?
Intel Celeron 4 30.77%
Intel i3 5 38.46%
Intel i5 3 23.08%
Intel i7 1 7.69%
Voters: 13. You may not vote on this poll

Reply
  Search this Thread
Old 08-01-2018, 02:45 PM   #16
RoLoR
Member
 
Registered: Feb 2018
Posts: 60

Rep: Reputation: Disabled

Apple ppc G5
Quote:
root@Apple-MacPro-G5:~# bash version-check.sh
bash, version 4.3.48(1)-release
/bin/sh -> /bin/bash
Binutils: (GNU Binutils for Ubuntu) 2.26.1
bison (GNU Bison) 3.0.4
/usr/bin/yacc -> /usr/bin/bison.yacc
bzip2, Version 1.0.6, 6-Sept-2010.
Coreutils: 8.25
diff (GNU diffutils) 3.3
find (GNU findutils) 4.7.0-git
GNU Awk 4.1.3, API: 1.1 (GNU MPFR 3.1.4, GNU MP 6.1.0)
/usr/bin/awk -> /usr/bin/gawk
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
(Ubuntu GLIBC 2.23-0ubuntu10) 2.23
grep (GNU grep) 2.25
gzip 1.6
Linux version 4.4.0-131-powerpc64-smp (buildd@bos02-powerpc-008) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) ) #157-Ubuntu SMP Thu Jul 12 16:22:08 UTC 2018
m4 (GNU M4) 1.4.17
GNU Make 4.1
GNU patch 2.7.5
Perl version='5.22.1';
sed (GNU sed) 4.2.2
tar (GNU tar) 1.28
texi2any (GNU texinfo) 6.1
xz (XZ Utils) 5.1.0alpha
g++ compilation OK
[...snip...]

root@Apple-MacPro-G5:/mnt/lfs/sources/binutils-2.31.1# time . ../5.4
[...snip...]
make[1]: Leaving directory '/mnt/lfs/sources/binutils-2.31.1/build'

real 4m17.748s
user 5m15.388s
sys 0m50.828s
root@Apple-MacPro-G5:/mnt/lfs/sources#
 
Old 08-14-2018, 09:18 AM   #17
Michele13
LQ Newbie
 
Registered: May 2018
Distribution: Debian Jessie 8.10 (x86_64)
Posts: 26

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Michele13 View Post
My CPU is a Intel Celeron N2840 with 4GB of RAM. My SBU (the time used to compile and install binutils) is

real 6m17.613s
user 4m40.960s
sys 0m33.888s

What's yours? I'm curious to know the SBU of a Intel i3-7100u or other i3 systems with low power consumption in mind. I'm thinking to buy a Intel NUC and to SSH into it to build LFS
If someone's interested I tried to perform a parallel make (make -j2) and the time reduced slightly:

real 3m33,793s
user 4m55,320s
sys 0m33,180s


I also tried for the sake of trying to build binutils inside QEMU without KVM or any hardware virtualization technology enabled and 1 SBU is to 208m 20s
 
Old 08-14-2018, 04:50 PM   #18
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
8 GB ram

j -1
real 2m21.374s
user 1m40.896s
sys 0m7.212s

j -4
real 0m41.302s
user 1m36.120s
sys 0m5.544s
 
Old 08-14-2018, 05:33 PM   #19
Michele13
LQ Newbie
 
Registered: May 2018
Distribution: Debian Jessie 8.10 (x86_64)
Posts: 26

Original Poster
Rep: Reputation: 0
I wonder how new Quad-Core celerons perform with parallel make
 
Old 08-16-2018, 11:20 AM   #20
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,152

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
From lshw
Code:
product: Intel(R) Core(TM) i3 CPU         550  @ 3.20GHz
          vendor: Intel Corp.
          physical id: 4
          bus info: cpu@0
          version: Intel(R) Core(TM) i3 CPU         550  @ 3.20GHz
          serial: To Be Filled By O.E.M.
          slot: CPU 1
          size: 2554MHz
no -j
real 3m18.202s
user 2m44.964s
sys 0m25.731s

-j4
real 1m38.310s
user 4m1.804s
sys 0m36.247s
 
1 members found this post helpful.
Old 07-08-2019, 09:28 AM   #21
Michele13
LQ Newbie
 
Registered: May 2018
Distribution: Debian Jessie 8.10 (x86_64)
Posts: 26

Original Poster
Rep: Reputation: 0
Here's the SBU of my smartphone, I've measured it out of curiosity

Qualcomm Snapdragon 410 MSM8916

real 30m51.855s
user 14m24.880s
sys 4m34.460s
 
Old 07-08-2019, 09:54 AM   #22
dc.901
Senior Member
 
Registered: Aug 2018
Location: Atlanta, GA - USA
Distribution: CentOS/RHEL, openSuSE/SLES, Ubuntu
Posts: 1,005

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
CPU model name : Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz
Kernel: 3.10.0-957.21.3.el7.x86_64
binutils-2.32

With no -j specified at make:
real 2m4.352s
user 1m31.137s
sys 0m37.810s

-j2
real 1m8.461s
user 1m39.098s
sys 0m38.489s

-j4
real 0m42.588s
user 1m37.764s
sys 0m35.025s
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get physical CPU count, cores per CPU, and CPU type on RHEL and CentOS anon091 Linux - Server 7 01-08-2015 10:57 AM
[SOLVED] High CPU load, but low CPU usage (high idle CPU) baffy Linux - Newbie 5 03-13-2013 09:24 AM
[SOLVED] time command gives error for SBU in Binutils na5m Linux From Scratch 9 08-02-2010 02:41 PM
Cpu fan stuck to the cpu, how do I get the cpu out? abefroman Linux - Hardware 16 09-04-2009 12:47 AM
my sbu alaios Linux From Scratch 7 05-12-2004 08:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 07:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration