Tool/software: TI C/C++ Compiler
We need to calculate and verify the CRC for a single function. But this function uses AEBI functions (for example, __aeabi_ldivmod), which change their address with any minor changes to the code. This leads to a change in the CRC.
How can I make the addresses of these assembler functions permanent? Or maybe there are other methods to solve this problem?
Thank in advance.
Egor Karlin