This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: some confusion w/ crosstool-0.28-rc37


On Sun, 2004-12-12 at 03:08, Jay Moore wrote:

> After some time, the command prompt came back, and I perused the file
> 'demo-i686.log' to see how things went. The closing lines from this file
> are shown below... it looked like a success. However, when I ran
> 'testhello.sh', it exited & closed the terminal.

Whoops! here's the closing lines I failed to post:

+ echo Cross-toolchain build complete. Result in
/home/jamoore/emb/tools.
Cross-toolchain build complete. Result in /home/jamoore/emb/tools.
+ exit 0
+ cd /home/jamoore/crosstool/crosstool-0.28-rc37
+ sh testhello.sh
+ cd /home/jamoore/emb/tools
+ test '!' -d tmp
+ mkdir tmp
+ cd tmp
+ test x '!=' x
+ cat
+ /home/jamoore/emb/tools/bin/i686-unknown-linux-gnu-gcc -static hello.c
-o i686-unknown-linux-gnu-hello-static
+ /home/jamoore/emb/tools/bin/i686-unknown-linux-gnu-gcc hello.c -o
i686-unknown-linux-gnu-hello
+ test -x /home/jamoore/emb/tools/bin/i686-unknown-linux-gnu-g++
+ cat
+ /home/jamoore/emb/tools/bin/i686-unknown-linux-gnu-g++ -static
hello2.cc -o i686-unknown-linux-gnu-hello2-static
+ /home/jamoore/emb/tools/bin/i686-unknown-linux-gnu-g++ hello2.cc -o
i686-unknown-linux-gnu-hello2
+ echo testhello: C compiler can in fact build a trivial program.
testhello: C compiler can in fact build a trivial program.
+ test '' = 1
+ test '' = 1
+ test 1 = ''
+ test '' = 1
+ echo Done.
Done.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]