OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: abm_y4k on April 26, 2007, 05:58:37 pm
-
Hi all,
I followed the new steps from pdaxrom.org but failed at steps 11:
1. mkdir /disk1/pdaxrom-builder
2. cd /disk1/pdaxrom-builder
3. svn checkout https://pdaxrom.svn.sourceforge.net/svnroot/pdaxrom/trunk (https://pdaxrom.svn.sourceforge.net/svnroot/pdaxrom/trunk)
4. cd trunk
5. ./configure akita-kernel-2.6-xtools /disk1/akita-rom http://distro.ibiblio.org/pub/linux/distri...ons/pdaxrom/src (http://distro.ibiblio.org/pub/linux/distributions/pdaxrom/src)
6. cd /disk1/akita-rom
7. make virtual-xchain_install
8. make archive-toolchain
9. make clean
10. ./configure akita-kernel-2.6-rom
11. make world <<-- failed
12. make image
Below was the error:
cp -a "/opt/cross/arm/3.4.6-xscale-softvfp-akita"/share/aclocal-1.9/* "/opt/cross/arm/3.4.6-xscale-softvfp-akita"/share/aclocal/
rm -rf "/opt/cross/arm/3.4.6-xscale-softvfp-akita"/share/aclocal-1.9
ln -sf aclocal "/opt/cross/arm/3.4.6-xscale-softvfp-akita"/share/aclocal-1.9
cp -a "/usr"/share/aclocal/pkg.m4 "/opt/cross/arm/3.4.6-xscale-softvfp-akita"/share/aclocal-1.9/
cp: cannot stat `/usr/share/aclocal/pkg.m4': No such file or directory
make: *** [/disk1/akita-rom/state/automake176.install] Error 1
How can I fix this problem?
should I just skip this installation but touch automake176.install file in state folder?
Thanks,
-
see https://www.oesf.org/forums/index.php?showtopic=23780 (https://www.oesf.org/forums/index.php?showtopic=23780)
-
hi realm,
According to your symbolic link problem, I did what you said but still not work.
Mine error is some how regarding to pkg.m4 being missing from the aclocal dir.
I heard from the bug report, m4 need to recompile in order to get the missing m4 again but I also rebuilt the m4 to the latest version and still missing these files.
Does anyone successfully built a new rom using the new steps from pdaxrom site?
Thanks,
-
my aclocal directory contains:
amversion.m4 freetype2.m4 lex.m4 mkdirp.m4 python.m4
as.m4 gcj.m4 libtool.m4 multi.m4 regex.m4
auxdir.m4 glib-2.0.m4 lispdir.m4 obsol-gt.m4 runlog.m4
ccstdc.m4 glib-gettext.m4 ltdl.m4 obsol-lt.m4 sanity.m4
cond.m4 header.m4 maintainer.m4 obsolete.m4 strip.m4
depend.m4 init.m4 make.m4 options.m4 tar.m4
depout.m4 install-sh.m4 minuso.m4 pkg.m4
dmalloc.m4 lead-dot.m4 missing.m4 protos.m4
i'm up to trying to get past lib pango now though, so you probably won't have as many.
i checked through the pdaxrom build system and am not sure where it lived before then. its not a binary though, so if thats all its missing you could just copy it over from the native filesystem and be fine. keep me updated with your progress, i'd like to get mine functional too.