When running the test, an error may occur with the ‘not found virtual address’ message displayed next to the test case in the Unit Test View.
At this time, you need to check whether the virtual address setting is applied in the project.

If you need to set up Virtual Address

First, look at the source code executed by the test case with the ‘not found virtual address’ message, and check whether the address of variable used in the code falls within the set virtual address range.
If the address does not fall within the range, modify the virtual address range.

If you don’t need to set up Virtual Address

If you don’t need to set Virtual Address, turn off the convert_pointer_cast_variable option in the toolchain settings. After that, re-analyze the project and run the tests.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.