Hi I'm trying to program an AVR MCU with Codeblocks but i have a problem with this post build step:
avr-objdump -h -S $(TARGET_OUTPUT_FILE) > $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).lss
On the Build log i get this error in spanish (my system language)
avr-objdump: '>': There is no file
If I delete the step line and run it on my terminal its fine and creates the .lss file then i build my project and everything works great, I get de .hex file.
How can I make Codeblocks run this post build step right?
My codeblocks version is 1.30 and my system runs Debian Jessie
PD: Sorry if my english is bad