Skip to content

Build issues related to Intrinsics for _clri, _enable while building with ARC GNU toolchain #657

@srikantw

Description

@srikantw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions