Tool/software:
MCAL_REL_02.02.05.00
While integrating Adc module, below compilation error is occured
Error:
--------- ----------------
Adc_DisableHardwareTrigger C:/work/ACP-8.8.11_AM263PX_clang-4.0.0_LTS/test_base/Compile/IN/Adc_ComTest_2/output/obj/Adc_ComTest_API.o
Adc_EnableHardwareTrigger C:/work/ACP-8.8.11_AM263PX_clang-4.0.0_LTS/test_base/Compile/IN/Adc_ComTest_2/output/obj/Adc_ComTest_API.o
Adc_GetStreamLastPointer C:/work/ACP-8.8.11_AM263PX_clang-4.0.0_LTS/test_base/Compile/IN/Adc_ComTest_2/output/obj/Adc_ComTest_API.o
error: unresolved symbols remain
error: errors encountered during linking;
Reason: As per Autosar specification 4.3.1 for Adc, Adc_GetStreamLastPointer, Adc_EnableHardwareTrigger and Adc_DisableHardwareTrigger these API's are missing as part of the given source static code.
Can you please check why these API's are missing.
BR,
Prashant Singh Tomar