F5F Stay Refreshed Software Operating Systems Linux From Scratch

Linux From Scratch

Linux From Scratch

Pages (2): Previous 1 2
C
ChonaPac
Member
63
02-14-2016, 07:03 PM
#11
I chose -march=skylake since gcc -Q -march=native --help target shows broadwell, which is newer than skylake
C
ChonaPac
02-14-2016, 07:03 PM #11

I chose -march=skylake since gcc -Q -march=native --help target shows broadwell, which is newer than skylake

F
Flashwing006
Member
217
02-22-2016, 09:44 AM
#12
The CPU feature sets appear identical.
F
Flashwing006
02-22-2016, 09:44 AM #12

The CPU feature sets appear identical.

G
Gamchalo_07
Junior Member
11
02-23-2016, 02:52 PM
#13
I'll transition to Gentoo if I discover a solid tutorial on YouTube.
G
Gamchalo_07
02-23-2016, 02:52 PM #13

I'll transition to Gentoo if I discover a solid tutorial on YouTube.

S
Shiznit36
Member
54
03-13-2016, 09:18 AM
#14
Following the Gentoo documentation can be a good approach, it's actually quite manageable once you understand what's required. What was the issue?
S
Shiznit36
03-13-2016, 09:18 AM #14

Following the Gentoo documentation can be a good approach, it's actually quite manageable once you understand what's required. What was the issue?

B
bballover16
Junior Member
46
03-25-2016, 04:18 AM
#15
You likely use an older version of gcc, probably gcc 7. Running it will confirm if it's actually gcc 9. The command `gcc -v` displays the version details of the compiler.
B
bballover16
03-25-2016, 04:18 AM #15

You likely use an older version of gcc, probably gcc 7. Running it will confirm if it's actually gcc 9. The command `gcc -v` displays the version details of the compiler.

K
Kjarty_Party
Junior Member
46
03-25-2016, 09:03 PM
#16
I’m comfortable with Linux from the basics now. I checked out some YouTube tutorials, but they were outdated and didn’t match what I needed. My setup didn’t follow the same path as on YouTube, and the Gentoo docs were confusing. Looking at its manuals really tripped me up—I’d have been able to build a better LFS base with Xorg and wireless support instead of spending the whole evening.
K
Kjarty_Party
03-25-2016, 09:03 PM #16

I’m comfortable with Linux from the basics now. I checked out some YouTube tutorials, but they were outdated and didn’t match what I needed. My setup didn’t follow the same path as on YouTube, and the Gentoo docs were confusing. Looking at its manuals really tripped me up—I’d have been able to build a better LFS base with Xorg and wireless support instead of spending the whole evening.

C
cnepma
Junior Member
8
04-02-2016, 12:53 PM
#17
Executed the command on host gcc version 7
C
cnepma
04-02-2016, 12:53 PM #17

Executed the command on host gcc version 7

Pages (2): Previous 1 2