gcc: error: unrecognized command line option ‘-no-pie’
Hello,
Getting error:
gcc: error: unrecognized command line option ‘-no-pie’
Using : codon build -release codon.py
Any advise
Hi @darklord1807 -- I believe this is due to an old gcc version. Which version of gcc do you have (i.e. gcc --version)? Is it possible to upgrade it?
[root@ec-mt-mu-rb-bigdata-rpa-prod-1 ~]# gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I am on Centos 7
I did a yum update but its saying that it is the latest version.
Which version you support?