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: Canadian Crosscompile - setting AR question


Alexander Povolotsky wrote:
$ cat  ./.bash_profile
. ~/.bashrc
export CVSROOT=:pserver:@anonymous@cvs.sourceforge.net:/cvsroot/lkmpg
export CVSROOT
GCC_HOST="powerpc-linux-gnu"
export GCC_HOST
CC="powerpc-linux-gcc-3.3.2"
export CC
AR="powerpc-linux-ar.exe"
EXPORT AR

Try spelling EXPORT in lower case, maybe that will help. Alternately, try leaving off the .exe on AR, too. Verify with env that AR is set.

$ sh -x ./demo.sh
+ set -x
+ TARBALLS_DIR=/cygdrive/d/Profiles/apovolot/downloads
+ export TARBALLS_DIR RESULT_TOP
+ sh demo-ppc860.sh
...
hangs - note that above line doesn't point to the local directory ... ?

The ./ isn't needed, really, it's a total no-op. Where is demo-ppc860.sh hanging?

- Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
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]