Antartica,
in your
Notes about building a toolchain for the iliad using crosstool, there is no step for downloading kernel source from iRex. Is it needed?
I tried to follow your instruction, but the patch failed.
The attached file is the output write to stdout when I execute "./demo-iliad-softfloat-29.sh".
Besides, your instruction is based on FW2.09, is any update needed for FW2.11? There is a
patch for FW2.11 in iRex. Is it useful for building toolchain?
Added:
in "./demo-iliad-softfloat-29.sh", there is a line
Code:
eval `cat arm-softfloat.dat gcc-3.4.4-glibc-2.3.3.dat` LINUX_DIR=linux-2.4.19 sh all.sh --notest
But "the Note" seems to be based on gcc-3.4.2. For example, the patch is put in gcc-3.4.2 directory.
Code:
mv crosstool/gcc-3.4.2/patches/fix-fixincl-3.4.2.patch crosstool-0.43/patches/gcc-3.4.2/
Is there any discrepancy?