gcc-4.8.5: "error: use of an operand of type‘ bool ’in‘ operator ++ ’is forbidden in C ++ 17" #396
Replies: 3 comments
-
The gcc of you host is to new to build the old gcc for the toolchain
Are you using the latest version of freetz? I think it should work. Check the commands above the log part how it is compiled |
Beta Was this translation helpful? Give feedback.
-
I made a similar issue when building gcc 5.4.0, I am wondering how to bypass this error...
|
Beta Was this translation helpful? Give feedback.
-
Its the same, the compile of your system is to new... |
Beta Was this translation helpful? Give feedback.
-
I get with gcc-4.8.5 a
error: use of an operand of type‘ bool ’in‘ operator ++ ’is forbidden in C ++ 17
what gcc Versions are supported?
the complete report is:
i use fedora 34
Beta Was this translation helpful? Give feedback.
All reactions