Hi
I have a library which contains u_div.obj file. U_div.obj have the definition of function U$$DIV. U$$DIV function performs unsigned 16 bit division operation.
My requirement is to perform the unsigned 16 bit division operation the function definition should be referred from library as library contains the definition to perform the same. But it’s not happening. To perform the division operation it is writing its own definition. Refer below snap shot.
If it is referring the library for function definition I should see the function call to U$$DIV in the assembly code.
Please suggest solution to fix this issue.
