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 below build issue while building my code with ARC GNU compiler toolchain.
error: '_clri' was not declared in this scope
546 | status = _clri();
error: '_enable' was not declared in this scope; did you mean 'enable'?
968 | _enable();
Can anyone suggest the intrinsics required for the above in order to resolve the build issues?
Thanks.
The text was updated successfully, but these errors were encountered:
kolerov
transferred this issue from foss-for-synopsys-dwc-arc-processors/arc-gnu-toolchain
Feb 14, 2025
I'm getting below build issue while building my code with ARC GNU compiler toolchain.
Can anyone suggest the intrinsics required for the above in order to resolve the build issues?
Thanks.
The text was updated successfully, but these errors were encountered: