RTC Error Codes

Table 1 Description of the aclError error code returned by the aclrtc interface

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

Input parameter error except the prog input parameter.

ACL_ERROR_RTC_INVALID_OPTION

176002

Compilation option error.

ACL_ERROR_RTC_COMPILATION

176003

Compilation Errors

ACL_ERROR_RTC_LINKING

176004

Linking Errors

ACL_ERROR_RTC_NO_NAME_EXPR_AFTER_COMPILATION

176005

No function name is available after compilation.

ACL_ERROR_RTC_NO_LOWERED_NAMES_BEFORE_COMPILATION

176006

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

ACL_ERROR_RTC_NAME_EXPR_NOT_VALID

176007

An invalid kernel function name is transferred.

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

Internal RTC error.