ARM compiler for embedded options for semihosting

Hello

I'm building Cortex R52 code which use the C standard library vprintf and I want to use semi-hosting.

After browsing the web, I used the following linker options:

--specs=rdimon.specs, -lc and -lrdimon

Unfortunately, ARM compiler for Embedded 6.17 does not recognize the option '--specs=rdimon.specs"

Could you tell me which linker options have to be used to enable semi-hosting ?

Best Regards

Frederic