This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to link with semihosting with DS 5

Hi,
I wan't to build a cortex-m3 binary that I will run in qemu-system-arm.

With gcc I build/link with --spec.rdimon to enable semihosting.
Then I start qemu with --semihosting.
This makes printf's in the target application to be output on the console.

How can I achieve this with DS-5/ARM CC compiler?

I can't find any command line option that enables semihosting.