We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.