Hi
About a year ago I came across this
avr-nm --size-sort $(OutputDirectory)\$(OutputFileName)$(OutputFileExtension) > $(OutputDirectory)\$(OutputFileName).sym
which gets put in the post build event command line. It worked fine in that project but have now tried it in a different project and get an error.
Error 1 The command "avr-nm --size-sort F:\Projects\Timing1\Debug\Timing1.elf > F:\Projects\Timing1\Debug\Timing1.sym" exited with code 9009. C:\Program Files\Atmel\Atmel Studio 6.0\Vs\Avr.common.targets 27 5 Timing1
I have checked the paths being returned and they are all valid
Anybody with an idea as to why this would happen?