Author Topic: Build R200 On Top Of R198  (Read 3682 times)

wrc4

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Build R200 On Top Of R198
« 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?
Zaurus SL-C1000 (Debian)
Zaurus SL-7500C
Nokia N810
KOHJINSHA SC3
ASUS EEEPC 701
ASUS WL-HDD 2.5
ASUS WL-500GPv2
WD MyBookWorldEdition (with a Segate 500G HD inside)

wrc4

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Build R200 On Top Of R198
« Reply #1 on: June 06, 2007, 06:04:08 am »
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
Zaurus SL-C1000 (Debian)
Zaurus SL-7500C
Nokia N810
KOHJINSHA SC3
ASUS EEEPC 701
ASUS WL-HDD 2.5
ASUS WL-500GPv2
WD MyBookWorldEdition (with a Segate 500G HD inside)

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Build R200 On Top Of R198
« Reply #2 on: June 06, 2007, 08:15:18 am »
Quote
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
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

wrc4

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Build R200 On Top Of R198
« Reply #3 on: June 07, 2007, 03:33:20 am »
Quote
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?
Zaurus SL-C1000 (Debian)
Zaurus SL-7500C
Nokia N810
KOHJINSHA SC3
ASUS EEEPC 701
ASUS WL-HDD 2.5
ASUS WL-500GPv2
WD MyBookWorldEdition (with a Segate 500G HD inside)