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
Once all the profiler stuff works again, it may be useful to build a second libc with -pg and install it as as libc_p.a. GCC will link this automatically when -pg is given.
And I suppose the same could be done for watt32, but this would have to be linked manually with -lwatt_p.
The text was updated successfully, but these errors were encountered:
Once all the profiler stuff works again, it may be useful to build a second libc with
-pg
and install it as aslibc_p.a
. GCC will link this automatically when-pg
is given.And I suppose the same could be done for watt32, but this would have to be linked manually with
-lwatt_p
.The text was updated successfully, but these errors were encountered: