RTC Error Codes

Table 1 aclError error code returned by aclrtc

Error Code

Error Code Value

Description

ACL_SUCCESS

0

Successful operation.

ACL_ERROR_RTC_INVALID_PROG

176000

Invalid aclrtcProg (handle).

ACL_ERROR_RTC_INVALID_INPUT

176001

Incorrect input parameters except the prog input parameter.

ACL_ERROR_RTC_INVALID_OPTION

176002

Incorrect compile option.

ACL_ERROR_RTC_COMPILATION

176003

Compilation error.

ACL_ERROR_RTC_LINKING

176004

Linking error.

ACL_ERROR_RTC_NO_NAME_EXPR_AFTER_COMPILATION

176005

No function name after compilation.

ACL_ERROR_RTC_NO_LOWERED_NAMES_BEFORE_COMPILATION

176006

The kernel function name cannot be converted into the mangling name after compilation.

ACL_ERROR_RTC_NAME_EXPR_NOT_VALID

176007

The input kernel function name is invalid.

ACL_ERROR_RTC_NAME_EXPR_NOT_VALID

276000

Failed to create aclrtcProg (handle).

ACL_ERROR_RTC_OUT_OF_MEMORY

276001

The memory is insufficient.

ACL_ERROR_RTC_FAILURE

576000

An internal RTC error occurs.