Thanks, as you can see we are asking objdump.exe to write the results to the file and it is failing, producing a zero byte file.
4.8.3-2014q1\bin\arm-none-eabi-objdump.exe" -h -S -l ug\Due_coil_winder.ino.elf" > "C:\Users\Blah nder.ino_objDump.log"
Can you please take the command that you see without the cmd.exe part (see above) and open windows cmd then run it. See if we gate the same issue.
I notice we have an extra " at the end of the entire command instead of a quote around the .exe, which we will remove in the next release, however it doesn't cause it to fail for us. I have corrected that in the example above.
This might also be the length of the file names or a long path issue. We can try to replicate that and convert to short 8.3 windows paths if that is the issue.
You can test by changing the output .log path to somewhere shorter. The output .log paths is
"C:\Users\Blah nder.ino_objDump.log"
You will also see similar for the .elf that is produced the dump from. You can copy the elf to the same simpler path and then change the elf path in the cmd
"C:\Users\Blah nder.ino.elf"
As you can see it is a simple external command. If you have time to make these tests and narrow down the issue that will be helpful but we will be able to look at it some more towards the end of the coming week.
Thanks