Author Topic: Tosa (sl-6000) Kernel Compile Problems  (Read 1691 times)

takuan

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Tosa (sl-6000) Kernel Compile Problems
« on: November 19, 2005, 02:28:17 pm »
i would like to compile the kernel for tosa with the latest pdaXrom builder but i am having problems.. It is the same problem i had with the pdaXrom builder for rc10 (rc11 compiled smoothly)..

i copy the xtools config for tosa gcc 3.4 to .config, run make world, make archive-toolchain, then make clean. then i do the same for the corgi-hardfloat.
but when i run make world for the tosa config_rom it goes for a while but then i get

make[5]: Entering directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/lib'
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/config.guess
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/config.sub
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/install-sh
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/mdate-sh
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/missing
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/mkinstalldirs
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/elisp-comp
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/ylwrap
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/acinstall
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/depcomp
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/compile
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/py-compile
chmod +x /opt/cross/arm/3.4.4-xscale-softvfp-tosa/share/automake-1.9/symlink-tree
make[5]: Leaving directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/lib'
make[4]: Leaving directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/lib'
make[3]: Leaving directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/lib'
make[2]: Leaving directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/lib'
Making install in tests
make[2]: Entering directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/tests'
make[3]: Entering directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/tests'
make[3]: `install-exec-am' に対して行うべき事はありません。
make[3]: `install-data-am' に対して行うべき事はありません。
make[3]: Leaving directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/tests'
make[2]: Leaving directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2/tests'
make[1]: Leaving directory `/usr/pdaXrom/pdaXrom-builder/build/automake-1.9.2'
mkdir -p "/opt/cross/arm/3.4.4-xscale-softvfp-tosa"/share/aclocal
cp  -a "/opt/cross/arm/3.4.4-xscale-softvfp-tosa"/share/aclocal-1.9/* "/opt/cross/arm/3.4.4-xscale-softvfp-tosa"/share/aclocal/
rm -rf "/opt/cross/arm/3.4.4-xscale-softvfp-tosa"/share/aclocal-1.9
ln -sf aclocal "/opt/cross/arm/3.4.4-xscale-softvfp-tosa"/share/aclocal-1.9
cp -a /../share/aclocal/pkg.m4 "/opt/cross/arm/3.4.4-xscale-softvfp-tosa"/share/aclocal-1.9/
cp: cannot stat `/../share/aclocal/pkg.m4': file or directory is not here
make: *** [/usr/pdaXrom/pdaXrom-builder/state/automake176.install] error 1

i think the problems is it's putting a double quotes in the middle of "/opt/cross/arm/3.4.4-xscale-softvfp-tosa"/share/aclocal-1.9/* (five lines up)
i think the double qoutes is messing up the cp as well which is why it bails when i cant find the file pkg.m4

has anyone seen this happen? or more importantly know how to fix it?
please let me know