Hi,
Thanks for your feedback. The Rm component seems to be related to XRDC, which is a module dedicated to isolating resources. Since you only added it to the project, it might be that there was no resources configured for the specific domain.
As for compilation, we understand that there might have been some bugs under this specific example. Help us doing the following steps to understand if you are able to compile successfully:
1. Generate the code from Config Tools (no modifications up-to this point)
2. Modify the variable under the Mcu_Init function:

3. Comment all XRDC/Rm includes/functions:

...

4. As per the "description.txt" file under the example, add the required modules and delete the specific source file.
5. Delete the source file "generate/src/Clock_Ip_PBcfg.c"
With that, we are able to compile the example no problem:

Please, let us know.