0.35, gcc-4.0.1-glibc-2.3.5, PPC405, lang=ada,c

Scott McConnell scott.mcconnell@seakr.com
Wed Jul 13 14:35:00 GMT 2005


On Tuesday 12 July 2005 03:19 pm, Laurent GUERBY wrote:
> Great news! What sequence of commands did you end up using?

Nothing special.

Modified the scripts to use the versions I wanted and the installation 
location. I only built c and Ada. It was necessary to have a recent native 
compiler in order to compile GNAT. So I had to build gcc 4.0.1 native first 
and install it. I then issued

./demo-ppc405.sh >$ build.log

-------------------------------------------
[smcconne@smcconne crosstool-0.35]$ cat demo-ppc405.sh
#!/bin/sh
set -ex
TARBALLS_DIR=$HOME/downloads
RESULT_TOP=/projects2/gcc/crosstool-0.35-install
export TARBALLS_DIR RESULT_TOP
GCC_LANGUAGES="ada,c"
export GCC_LANGUAGES

# Really, you should do the mkdir before running this,
# and chown /opt/crosstool to yourself so you don't need to run as root.
mkdir -p $RESULT_TOP

eval `cat powerpc-405.dat gcc-4.0.1-glibc-2.3.5.dat`  sh all.sh --notest

------------------------------------------

[smcconne@smcconne crosstool-0.35]$ cat gcc-4.0.1-glibc-2.3.5.dat
BINUTILS_DIR=binutils-2.15
GCC_DIR=gcc-4.0.1
GLIBC_DIR=glibc-2.3.5
LINUX_DIR=linux-2.6.11.3
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.3.5

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



More information about the crossgcc mailing list