You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error while trying to get #13473 to work. It seems to be down to the use of the old GCC, so I tried various ways, without success, to use a newer one. So:
Is the old GCC actually the problem? I know very little about C programming, but I don't believe "-fno-plt" is added by the code I'm trying to install.
If so, how do you actually get GCC7 used?
The text was updated successfully, but these errors were encountered:
Yup, that was the problem, which solved this immediate issue. But it turned out I needed to use the older GCC (once I worked out how to make sure that happened).
I'm getting this error while trying to get #13473 to work. It seems to be down to the use of the old GCC, so I tried various ways, without success, to use a newer one. So:
The text was updated successfully, but these errors were encountered: