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
When trying to build this with ld.gold I get an error that noexecheap is not a valid option. Is this flag required and necessary when building?
I can get around this in two ways, by either forcing the build to use ld.bfd or to patch out the noexecheap option, but I'm not sure which one to go for.
The text was updated successfully, but these errors were encountered:
@nordmoen Apologies for the lack of response. Please check if you are still seeing this issue with the latest ROCm 6.2? If not, please close the ticket. Thanks!
When trying to build this with
ld.gold
I get an error thatnoexecheap
is not a valid option. Is this flag required and necessary when building?I can get around this in two ways, by either forcing the build to use
ld.bfd
or to patch out thenoexecheap
option, but I'm not sure which one to go for.The text was updated successfully, but these errors were encountered: