[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - Updating gcc versions
Page 1 of 1

Updating gcc versions

PostPosted: Sun Apr 29, 2018 9:53 pm
by slackmoehrle
Does anyone have any advice on updating gcc versions from 4.9 to 7.3? I have tried but I am getting some errors during `make`. I was hoping that someone has at least updated past 4.9 to a newer version and perhaps I can outline what I am doing. 4.9 is pretty good. Covers c++11 and a few features from c++14 and c++17 but it would be nice to take advantage of some newer features that I already use in other projects.

Re: Updating gcc versions

PostPosted: Mon Apr 30, 2018 4:15 pm
by olajep

Re: Updating gcc versions

PostPosted: Thu May 10, 2018 4:03 am
by slackmoehrle
Thanks, I will try.