I'm doing some experiments with an evaluation version of the WindRiver dcc diab compiler. I would like to do some testing on my Windows PC. However I think I have the wrong target setup.
I've got as far as using the 'dctrl -t' command to get the list of target architectures, but selecting options so far hasn't produced anything i can run on windows. I'm simply doing:
dcc main.c -o main.exe
Am I missing a step? do I have the wrong target? or is it simply not possible to create windows binaries?