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 compiled your source code with the command "make mode=debug", but it failed and the log shows "xxxx can not be used when making a PIE object,recompile with -fPIC".
I searched on internet, and i found by adding compile option "-no_pie" to Makefile, the issue can be fixed.
Does it ever happened to you?
Thanks,
Liran
The text was updated successfully, but these errors were encountered:
Dear sir,
I compiled your source code with the command "make mode=debug", but it failed and the log shows "xxxx can not be used when making a PIE object,recompile with -fPIC".
I searched on internet, and i found by adding compile option "-no_pie" to Makefile, the issue can be fixed.
Does it ever happened to you?
Thanks,
Liran
The text was updated successfully, but these errors were encountered: