↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: gcc 8

Fedora – F28 GCC 8 Now OK with Kernel 4.16.7, and fix for Grub-Customizer..

Adventures With Linux ™ Posted on May 2, 2018 by RGMay 2, 2018

Tried Kernel 4.16.7 on Fedora 28 (GCC 8.0.1), and this now compiles successfully, although still with a lot of ‘warnings’.. I use grub-customizer with each new kernel, and the F28 version of this fails: # grub-customizer Error creating proxy: The connection is closed (g-io-error-quark, 18) *** initializing (w/o specified bootloader type)… * reading partition info… /usr/include/c++/8/bits/basic_string.h:1048: std::__cxx11::basic_string<_CharT, … Continue reading →

Posted in boot, compilation, Fedora, fix, gcc, kernel, Linux | Tagged fedora 28, fix, gcc 8, grub-customizer abort, ok with kernel 4.16.7 | 1 Reply

Fedora – 28 Released, but Fails with GCC 8 and Kernel 4.16…

Adventures With Linux ™ Posted on May 2, 2018 by RGMay 2, 2018

Fedora 28 has been released, but this includes GCC 8 (8.0.1) which – currently – is not capable of compiling Kernel 4.16 as-is (tested with 4.16.6): ……………………………. CC /usr/src/linux-4.16.6/tools/objtool/objtool.o CC /usr/src/linux-4.16.6/tools/objtool/libstring.o CC /usr/src/linux-4.16.6/tools/objtool/str_error_r.o ../lib/str_error_r.c: In function ‘str_error_r’: ../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict] snprintf(buf, buflen, “INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d”, … Continue reading →

Posted in compilation, Fedora, gcc, kernel, Linux, Opinion, Performance | Tagged 8.0.1, compile fail with 4.16.6, fedora 28, gcc 8, ok with 4.17-rc3, str_error_r.c | Leave a reply
Original content © Robert Gadsdon 2013
↑