Code::Blocks Forums

User forums => Help => Topic started by: jmv on July 14, 2010, 04:25:58 pm

Title: avr project - how to remove the call to avr-g++ and relace it?
Post by: jmv on July 14, 2010, 04:25:58 pm
Hello,
pc: linux mandriva 2010
i use c.b for a avr project and after compiling, c.b runs avr-g++ (looks to be a windows program??) but i want to replace this with avr-objcopy.
i can't find where avr-g++ is defined to produce a hex file
please help, thanks
Title: Re: avr project - how to remove the call to avr-g++ and relace it?
Post by: stahta01 on July 14, 2010, 04:56:48 pm
http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps
The most likely location. For your problem some people use post steps.
http://wiki.codeblocks.org/index.php?title=The_build_process_of_Code::Blocks#Pre-build_and_post-build_steps

Tim S.