using crosstool with arm926ej-s

i am trying to compile arm toolchain using crosstool 0.28-rc36

it seems that when i use cpu=arm926ej-s or cpu=arm926ej-s build fails.

i think it's has to do with inconsistent definition of that cpu.

have anyone encountered this problem before?

this is my armv5te-softfloat.dat:

KERNELCONFIG=`pwd`/arm.config TARGET=armv5te-softfloat-linux TARGET_CFLAGS="-O" GCC_EXTRA_CONFIG="--with-float=soft --with-cpu=arm926ejs --enable-cxx-flags=-mcp u=arm926ejs" GLIBC_EXTRA_CONFIG="--without-fp"

and my demo-armv5te-softfloat.sh:

#!/bin/sh set -ex TARBALLS_DIR=/public/chawk/downloads RESULT_TOP=/public/chawk/crosstool export TARBALLS_DIR RESULT_TOP GCC_LANGUAGES="c,c++" export GCC_LANGUAGES # Really, you should do the mkdir before running this, # and chown /public/chawk/crosstool to yourself so you don't need to run as root. mkdir -p $RESULT_TOP # Build the toolchain. Takes a couple hours and a couple gigabytes. #eval `cat armv5te-softfloat.dat gcc-3.4.0-glibc-2.3.2.dat` sh all.sh --notest eval `cat armv5te-softfloat.dat gcc-3.4.1-glibc-2.3.3.dat` sh all.sh --notest #eval `cat armv5te-softfloat.dat gcc-3.4.1-glibc-20040827.dat` sh all.sh --notest echo Done.

Reply to
CodeSafe Hawk
Loading thread data ...

--enable-cxx-flags=-mcp

root.

--notest

ooops i mean i tried with cpu=arm926ejs and cpu=arm926ej-s

Reply to
CodeSafe Hawk

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.