User forums > Help

Linux: Problem redirecting standard output in post build steps

(1/2) > >>

RAOG:
Hi I'm trying to program an AVR MCU with Codeblocks but i have a problem with this post build step:

--- Code: ---avr-objdump -h -S $(TARGET_OUTPUT_FILE) > $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).lss
--- End code ---

On the Build log i get this error in spanish (my system language)

--- Code: ---avr-objdump: '>': There is no file
--- End code ---

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

oBFusCATed:
What is the build you're using?
Probably you've installed the only nightly that is broken.
This problem should be fixed in trunk and also should work just fine with 16.01.

RAOG:
I installed from Jens repository http://apt.jenslody.de/
It says:

--- Code: ---Build: Apr 13 2016
--- End code ---

But now I know that was a bug and not a configuration problem, maybe I will install the version from Debian Jessie Repository.

Thanks a lot.

oBFusCATed:
In the Help -> About dialog you can find the revision. If it it is in the range [10826,10835) then it is broken. You need to install newer or older one.

Jenna:

--- Quote from: oBFusCATed on May 20, 2016, 09:38:36 am ---In the Help -> About dialog you can find the revision. If it it is in the range [10826,10835) then it is broken. You need to install newer or older one.

--- End quote ---
I will update my repo to latest trunk this evening.

Navigation

[0] Message Index

[#] Next page

Go to full version