Re: [CMake] Script running gcc does not come back

2009-07-27 Thread Jörg Förstner
t /home/jf0068/ws/MCU_int/MCU/Tools/ELDK/usr/bin/ppc_82xx-gcc $args else # Call linker with unmodified argument list /home/jf0068/ws/MCU_int/MCU/Tools/ELDK/usr/bin/ppc_82xx-gcc $@ fi exit Cheers, Joerg > -Ursprüngliche Nachricht- > Von: Tyler Roscoe [mai

Re: [CMake] Script running gcc does not come back

2009-07-27 Thread Tyler Roscoe
On Mon, Jul 27, 2009 at 01:49:18PM +0200, Jörg Förstner wrote: > I try to bypass CMake's direct call of gcc, by running a script "compile.sh" > instead. The script would allow me to first extend the gcc arguments to my > needs and then call gcc. > After calling "make" everything is built fine, bu

[CMake] Script running gcc does not come back

2009-07-27 Thread Jörg Förstner
Hi, I try to bypass CMake's direct call of gcc, by running a script "compile.sh" instead. The script would allow me to first extend the gcc arguments to my needs and then call gcc. After calling "make" everything is built fine, but in the end, the prompt does not come back. I have to press to