This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

unresolved symbols remain

Hi,


I am trying to integrate the Aptina 18MP sensor supports in the RDK, we have verified the sensor for different resolution using i2c utility, now we are tyring to integrate the same into ISS, For that I am following AR03331 implementation. I have created the driver structure same as AR0331, but while compiling below 3 function is not resolved by library and I am getting error.

 undefined          first referenced
  symbol                in file     
 ---------          ----------------
 Iss_Ar1820hsDeInit <whole-program>
 Iss_Ar1820hsInit   <whole-program>
 Iss_Ar1820hsPinMux <whole-program>

I know linker is unable to find this functions, but how to resolve this issue?

The other thing is only this 3 function is giving error, all other function inside 'device/ar1820hs' resolved. I have created macro 'IMGS_MICRON_AR1820HS' in Rules.Make and added the same in respective files.

Can you please let me know how to resolve this issue?

Thanks,

Suresh