OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: wrc4 on June 04, 2007, 06:06:52 am
-
I have a working R198 building environment (VMWare + pdaX86) that I want to reuse to build newer revisions (like R200). I did a svn update and got the changed files. But when I go back and type "make world", I only got these output:
touch depend.out
Install 'dot' from graphviz packet if you want to have a nice dependency tree.
Do I need to do a 'make clean' to force a rebuild? I don't want to loose too much because redownload the sources are painful.
Can anybody give me a hint?
-
Well, I did "make clean" then "make world" but on making automake I got the following error:
...
cp: '/opt/cross/arm/3.4.6-xscale-softvfp-akita/share/aclocal-1.9/tar.m4' and '/opt/cross/arm/3.4.6-xscale-softvfp-akita/share/aclocal-1.9/tar.m4' are the same file
make: *** [/home/root/my-akita-rom/state/automake176.install] Error 1
-
Well, I did "make clean" then "make world" but on making automake I got the following error:
...
cp: '/opt/cross/arm/3.4.6-xscale-softvfp-akita/share/aclocal-1.9/tar.m4' and '/opt/cross/arm/3.4.6-xscale-softvfp-akita/share/aclocal-1.9/tar.m4' are the same file
make: *** [/home/root/my-akita-rom/state/automake176.install] Error 1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162688\"][{POST_SNAPBACK}][/a][/div]
No, a make clean is not required... but it is the best thing to do with out running into headaches... (depending on the change)...
Do a "rm -rf /opt/cross/arm/3.4.6-xscale-softvfp-akita/share"
Late
-
No, a make clean is not required... but it is the best thing to do with out running into headaches... (depending on the change)...
Do a "rm -rf /opt/cross/arm/3.4.6-xscale-softvfp-akita/share"
Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162696\"][{POST_SNAPBACK}][/a][/div]
Thanks InSearchOf! That made the making forwarded a little bit.
Error again in making target: tslib.prepare:
Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains: /opt/cross/arm/3.4.6-xscale-softvfp-akita/share/autoconf /usr/lib/perl5/5.8.5/i686-linux /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i686-linux /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl .) at /opt/cross/arm/3.4.6-xscale-softvfp-akita/bin/autoconf line 42.
BEGIN failed--compillation aborted at /opt/cross/arm/3.4.6-xscale-softvfp-akita/bin/autoconf line 42.
make: *** [/home/root/my-akita-rom/state/tslib.prepare] Error 2
Is my @INC correct?