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 still looking for the "right way" to handle this fix. Part of the difficulty is that -lgcc depends upon the C library, but you shouldn't need to specify "-lc -lgcc" on the command line (which I just had to do for a project), so this is definitely an issue and I'm looking into it. At least for now there's a work around, but it's not really the solution I want. I'm going to leave this open until I figure it out.
Hi,
I am following http://zipcpu.com/zipcpu/2018/02/12/zbasic-intro.html and I got this trying to build tttt:
I found it necessary to add -lgcc to the XLIBS line.
The text was updated successfully, but these errors were encountered: