<br>#Re: [Clfs-dev] Cross-Compiled Linux From Scratch -<br>
        Embedded:unable to build uClibc-0.9.30<br><br><br>Just forget that '-m32', it is just for the CPU which both have a 32bit 
and 64bit model, it is not suitable for ARM family, ARM
<br>are all 32bits.
<br>
<br>Good luck!
<br><br><br><br><div class="gmail_quote">2009/1/4  <span dir="ltr"><<a href="mailto:clfs-dev-request@lists.cross-lfs.org">clfs-dev-request@lists.cross-lfs.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Clfs-dev mailing list submissions to<br>
        <a href="mailto:clfs-dev@lists.cross-lfs.org">clfs-dev@lists.cross-lfs.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org" target="_blank">http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:clfs-dev-request@lists.cross-lfs.org">clfs-dev-request@lists.cross-lfs.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:clfs-dev-owner@lists.cross-lfs.org">clfs-dev-owner@lists.cross-lfs.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Clfs-dev digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Cross-Compiled Linux From Scratch - Embedded:unable to<br>
      build uClibc-0.9.30 (giuseppe marchi)<br>
   2. Re: firefox-3.0.4 build fails on ps3 - multi-lib 32<br>
      (John Frankish)<br>
   3. CLFS Render Error on <a href="http://quandary.cross-lfs.org" target="_blank">quandary.cross-lfs.org</a><br>
      (<a href="mailto:cross-lfs@knierim.org">cross-lfs@knierim.org</a>)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 2 Jan 2009 22:30:27 +0100<br>
From: giuseppe marchi <<a href="mailto:joshua777@live.it">joshua777@live.it</a>><br>
Subject: Re: [Clfs-dev] Cross-Compiled Linux From Scratch -<br>
        Embedded:unable to build uClibc-0.9.30<br>
To: <<a href="mailto:clfs-dev@lists.cross-lfs.org">clfs-dev@lists.cross-lfs.org</a>><br>
Message-ID: <BLU122-W45101E88AEF4BD99448910E2E20@phx.gbl><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
<br>
<br>
>Check your $CLFS-TARGET settings, don't use the host CC to compile the<br>
>target program.Hi,<br>
thanks for your reply,<br>
i followed your advise but look below:<br>
<br>
clfs:/mnt/clfs/sources/uClibc-0.9.30-rc3$ echo $CLFS_TARGET<br>
armv5l-unknown-linux-uclibc<br>
<br>
This imply i use the right compiler.<br>
Everywhere if i type:<br>
<br>
clfs:/mnt/clfs/sources/uClibc-0.9.30-rc3$ make CC="armv5l-unknown-linux-uclibc-gcc -m32"<br>
  CC ldso/ldso/ldso.oS<br>
cc1: error: unrecognized command line option "-m32"<br>
<br>
i obtain the same error.<br>
Why i have to set BUILD=-m32 if the cross-compiler don't recognize that option?<br>
Can you tell me which value use for BUILD variable,please?<br>
Thanks Peppe.<br>
<br>
<br>
<br>
_________________________________________________________________<br>
Non solo parole. Scopri le nuove funzionalit? di Windows Live.<br>
<a href="http://www.microsoft.com/windows/windowslive/" target="_blank">http://www.microsoft.com/windows/windowslive/</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.cross-lfs.org/pipermail/clfs-dev-cross-lfs.org/attachments/20090102/a2e05a6a/attachment.html" target="_blank">http://lists.cross-lfs.org/pipermail/clfs-dev-cross-lfs.org/attachments/20090102/a2e05a6a/attachment.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 03 Jan 2009 09:07:54 +0400<br>
From: John Frankish <<a href="mailto:frankish@dubai.oilfield.slb.com">frankish@dubai.oilfield.slb.com</a>><br>
Subject: Re: [Clfs-dev] firefox-3.0.4 build fails on ps3 - multi-lib<br>
        32<br>
To: CLFS development discussion <<a href="mailto:clfs-dev@lists.cross-lfs.org">clfs-dev@lists.cross-lfs.org</a>><br>
Message-ID: <<a href="mailto:0KCV00HOKQID7P20@gb0135mbx01.mail.slb.com">0KCV00HOKQID7P20@gb0135mbx01.mail.slb.com</a>><br>
Content-Type: text/plain; charset=us-ascii; format=flowed<br>
<br>
At 17:20 02-01-09, Joe Ciccone wrote:<br>
>John Frankish wrote:<br>
> > building firefox-3.0.4 on a ps3 fails (multi-lib 32) with the error below<br>
> ><br>
> > Google has some patches for a NetBSD build but not for ppc/ps3<br>
> ><br>
> > Did anybody else see this problem?<br>
> ><br>
> > John<br>
> > --------------<br>
> > # make -f <a href="http://client.mk" target="_blank">client.mk</a> OS_TEST=ppc build<br>
>I was just looking through the firefox source, it looks like there's a<br>
>inconsistency in the firefox source. CBLFS has this:<br>
><br>
>make -f <a href="http://client.mk" target="_blank">client.mk</a> OS_TEST=powerpc build<br>
><br>
>make -f <a href="http://client.mk" target="_blank">client.mk</a> OS_TEST=ppc install<br>
><br>
>I see the following in the configure script:<br>
>configure:5406: OS_TEST=ppc<br>
><a href="http://configure.in:1228" target="_blank">configure.in:1228</a>: OS_TEST=ppc<br>
><br>
>Then in the makefile i see this conditional:<br>
>xpcom/reflect/xptcall/src/md/unix/Makefile.in:314:ifeq<br>
>($(OS_ARCH)$(OS_TEST),Linuxpowerpc)<br>
>xpcom/reflect/xptcall/src/md/unix/Makefile.in:323:ifeq<br>
>($(OS_ARCH)$(OS_TEST),Linuxpowerpc64)<br>
><br>
>Try running this sed and then use the following two commands to build<br>
>and install:<br>
><br>
>sed -i "/OS_TEST/s/Linuxpowerpc/Linuxppc/"<br>
>xpcom/reflect/xptcall/src/md/unix/Makefile.in &&<br>
>make -f <a href="http://client.mk" target="_blank">client.mk</a> OS_TEST=ppc build &&<br>
>make -f <a href="http://client.mk" target="_blank">client.mk</a> OS_TEST=ppc install<br>
><br>
>This should fix the same compilation issue on ppc64 aswell.<br>
<br>
Thanks - that did the trick<br>
<br>
John<br>
<br>
> > ...<br>
> > make[7]: Entering directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptinfo/public'<br>
> ><br>
> > Creating .deps<br>
> > /sources/mozilla/obj-powerpc-unknown-linux-gnu/config/nsinstall -R -m<br>
> > 644 /sources/mozilla/xpcom/reflect/xptinfo/public/xptinfo.h<br>
> > ../../../../dist/include/xpcom<br>
> > Creating _xpidlgen/.done<br>
> > nsIInterfaceInfo.idl<br>
> > ../../../../dist/bin/xpidl -m header -w<br>
> > -I/sources/mozilla/xpcom/reflect/xptinfo/public -I../../../../dist/idl<br>
> > -o _xpidlgen/nsIInterfaceInfo<br>
> > /sources/mozilla/xpcom/reflect/xptinfo/public/nsIInterfaceInfo.idl<br>
> > nsIInterfaceInfoManager.idl<br>
> > ../../../../dist/bin/xpidl -m header -w<br>
> > -I/sources/mozilla/xpcom/reflect/xptinfo/public -I../../../../dist/idl<br>
> > -o _xpidlgen/nsIInterfaceInfoManager<br>
> > /sources/mozilla/xpcom/reflect/xptinfo/public/nsIInterfaceInfoManager.idl<br>
> > nsIXPTLoader.idl<br>
> > ../../../../dist/bin/xpidl -m header -w<br>
> > -I/sources/mozilla/xpcom/reflect/xptinfo/public -I../../../../dist/idl<br>
> > -o _xpidlgen/nsIXPTLoader<br>
> > /sources/mozilla/xpcom/reflect/xptinfo/public/nsIXPTLoader.idl<br>
> > /sources/mozilla/obj-powerpc-unknown-linux-gnu/config/nsinstall -R -m<br>
> > 644 /sources/mozilla/xpcom/reflect/xptinfo/public/nsIInterfaceInfo.idl<br>
> > /sources/mozilla/xpcom/reflect/xptinfo/public/nsIInterfaceInfoManager.idl<br>
> > /sources/mozilla/xpcom/reflect/xptinfo/public/nsIXPTLoader.idl<br>
> > ../../../../dist/idl<br>
> > /sources/mozilla/obj-powerpc-unknown-linux-gnu/config/nsinstall -R -m<br>
> > 644 _xpidlgen/nsIInterfaceInfo.h _xpidlgen/nsIInterfaceInfoManager.h<br>
> > _xpidlgen/nsIXPTLoader.h ../../../../dist/include/xpcom<br>
> > make[7]: Leaving directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptinfo/public'<br>
> ><br>
> > make[7]: Entering directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptinfo/src'<br>
> ><br>
> > Creating .deps<br>
> > make[7]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptinfo/src'<br>
> ><br>
> > make[6]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptinfo'<br>
> > make[6]: Entering directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall'<br>
> > make[7]: Entering directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/public'<br>
> ><br>
> > /sources/mozilla/obj-powerpc-unknown-linux-gnu/config/nsinstall -R -m<br>
> > 644 /sources/mozilla/xpcom/reflect/xptcall/public/xptcall.h<br>
> > /sources/mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc<br>
> > /sources/mozilla/xpcom/reflect/xptcall/public/xptcstubsdef.inc<br>
> > ../../../../dist/include/xpcom<br>
> > make[7]: Leaving directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/public'<br>
> ><br>
> > make[7]: Entering directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/src'<br>
> ><br>
> > Creating .deps<br>
> > make[8]: Entering directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/src/md'<br>
> ><br>
> > make[9]: Entering directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/src/md/unix'<br>
> ><br>
> > /sources/mozilla/config/<a href="http://rules.mk:294" target="_blank">rules.mk:294</a>: *** XPTCall not implemented on<br>
> > this platform!. Stop.<br>
> > make[9]: Leaving directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/src/md/unix'<br>
> ><br>
> > make[8]: *** [export] Error 2<br>
> > make[8]: Leaving directory<br>
> ><br>
> `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/src/md'<br>
> ><br>
> > make[7]: *** [export] Error 2<br>
> > make[7]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall/src'<br>
> ><br>
> > make[6]: *** [export] Error 2<br>
> > make[6]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect/xptcall'<br>
> > make[5]: *** [export] Error 2<br>
> > make[5]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom/reflect'<br>
> > make[4]: *** [export] Error 2<br>
> > make[4]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu/xpcom'<br>
> > make[3]: *** [export_tier_xpcom] Error 2<br>
> > make[3]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu'<br>
> > make[2]: *** [tier_xpcom] Error 2<br>
> > make[2]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu'<br>
> > make[1]: *** [default] Error 2<br>
> > make[1]: Leaving directory<br>
> > `/sources/mozilla/obj-powerpc-unknown-linux-gnu'<br>
> > make: *** [build] Error 2<br>
> ><br>
> > _______________________________________________<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat,  3 Jan 2009 18:00:14 +0000 (GMT)<br>
From: <a href="mailto:cross-lfs@knierim.org">cross-lfs@knierim.org</a><br>
Subject: [Clfs-dev] CLFS Render Error on <a href="http://quandary.cross-lfs.org" target="_blank">quandary.cross-lfs.org</a><br>
To: <a href="mailto:clfs-dev@lists.cross-lfs.org">clfs-dev@lists.cross-lfs.org</a><br>
Message-ID: <<a href="mailto:20090103180014.F3092BFEC@mail.lfs-matrix.net">20090103180014.F3092BFEC@mail.lfs-matrix.net</a>><br>
<br>
CLFS-SYSROOT-SVN-0.0.1-20090103<br>
<br>
Creating and cleaning /home/justin/tmp<br>
Validating alpha book...<br>
Validating arm book...<br>
Validating hppa book...<br>
/tmp/clfsexport/introduction/common/changelog.xml:54: parser error : Opening and ending tag mismatch: listitem line 50 and itemizedlist<br>
      </itemizedlist><br>
                     ^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1112: parser error : Opening and ending tag mismatch: listitem line 39 and sect1<br>
</sect1><br>
        ^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1113: parser error : Premature end of data in tag itemizedlist line 21<br>
<br>
^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1113: parser error : Premature end of data in tag sect1 line 8<br>
<br>
^<br>
/tmp/clfsexport/introduction/alpha-chapter.xml:20: element include: XInclude error : could not load /tmp/clfsexport/introduction/common/changelog.xml, and no fallback was found<br>
/tmp/clfsexport/introduction/common/changelog.xml:54: parser error : Opening and ending tag mismatch: listitem line 50 and itemizedlist<br>
      </itemizedlist><br>
                     ^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1112: parser error : Opening and ending tag mismatch: listitem line 39 and sect1<br>
</sect1><br>
        ^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1113: parser error : Premature end of data in tag itemizedlist line 21<br>
<br>
^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1113: parser error : Premature end of data in tag sect1 line 8<br>
<br>
^<br>
/tmp/clfsexport/introduction/arm-chapter.xml:20: element include: XInclude error : could not load /tmp/clfsexport/introduction/common/changelog.xml, and no fallback was found<br>
/tmp/clfsexport/introduction/common/changelog.xml:54: parser error : Opening and ending tag mismatch: listitem line 50 and itemizedlist<br>
      </itemizedlist><br>
                     ^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1112: parser error : Opening and ending tag mismatch: listitem line 39 and sect1<br>
</sect1><br>
        ^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1113: parser error : Premature end of data in tag itemizedlist line 21<br>
<br>
^<br>
/tmp/clfsexport/introduction/common/changelog.xml:1113: parser error : Premature end of data in tag sect1 line 8<br>
<br>
^<br>
/tmp/clfsexport/introduction/hppa-chapter.xml:20: element include: XInclude error : could not load /tmp/clfsexport/introduction/common/changelog.xml, and no fallback was found<br>
introduction/arm-chapter.xml:8: element chapter: validity error : Element chapter content does not follow the DTD, expecting (beginpage? , chapterinfo? , (title , subtitle? , titleabbrev?) , (toc | lot | index | glossary | bibliography)* , tocchap? , (((calloutlist | glosslist | bibliolist | itemizedlist | orderedlist | segmentedlist | simplelist | variablelist | caution | important | note | tip | warning | literallayout | programlisting | programlistingco | screen | screenco | screenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis | constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara | para | simpara | address | blockquote | graphic | graphicco | mediaobject | mediaobjectco | informalequation | informalexample | informalfigure | informaltable | equation | example | figure | table | msgset | procedure | sidebar | qandaset | task | anchor | bridgehead | remark | highlights | abstract | authorblurb | epigraph | indexterm | beginpag<br>

 e)+ , (sect1* | refentry* | simplesect* | section*)) | sect1+ | refentry+ | simplesect+ | section+) , (toc | lot | index | glossary | bibliography)*), got (title sect1 sect1 xi:include sect1 sect1 sect1 )<br>
introduction/arm-chapter.xml:20: element include: validity error : No declaration for element include<br>
introduction/arm-chapter.xml:20: element include: validity error : No declaration for attribute href of element include<br>
introduction/arm-chapter.xml:20: element include: validity error : No declaration for attribute xmlns:xi of element include<br>
/tmp/clfsexport/arm-index.xml:14: element xref: validity error : IDREF attribute linkend references an unknown ID "ch-intro-changelog"<br>
Document /tmp/clfsexport/arm-index.xml does not validate<br>
make: *** [arm-html] Error 3<br>
make: *** Waiting for unfinished jobs....<br>
introduction/alpha-chapter.xml:8: element chapter: validity error : Element chapter content does not follow the DTD, expecting (beginpage? , chapterinfo? , (title , subtitle? , titleabbrev?) , (toc | lot | index | glossary | bibliography)* , tocchap? , (((calloutlist | glosslist | bibliolist | itemizedlist | orderedlist | segmentedlist | simplelist | variablelist | caution | important | note | tip | warning | literallayout | programlisting | programlistingco | screen | screenco | screenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis | constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara | para | simpara | address | blockquote | graphic | graphicco | mediaobject | mediaobjectco | informalequation | informalexample | informalfigure | informaltable | equation | example | figure | table | msgset | procedure | sidebar | qandaset | task | anchor | bridgehead | remark | highlights | abstract | authorblurb | epigraph | indexterm | beginp<br>

 age)+ , (sect1* | refentry* | simplesect* | section*)) | sect1+ | refentry+ | simplesect+ | section+) , (toc | lot | index | glossary | bibliography)*), got (title sect1 sect1 xi:include sect1 sect1 sect1 )<br>
introduction/alpha-chapter.xml:20: element include: validity error : No declaration for element include<br>
introduction/alpha-chapter.xml:20: element include: validity error : No declaration for attribute href of element include<br>
introduction/alpha-chapter.xml:20: element include: validity error : No declaration for attribute xmlns:xi of element include<br>
/tmp/clfsexport/alpha-index.xml:14: element xref: validity error : IDREF attribute linkend references an unknown ID "ch-intro-changelog"<br>
Document /tmp/clfsexport/alpha-index.xml does not validate<br>
make: *** [alpha-html] Error 3<br>
introduction/hppa-chapter.xml:8: element chapter: validity error : Element chapter content does not follow the DTD, expecting (beginpage? , chapterinfo? , (title , subtitle? , titleabbrev?) , (toc | lot | index | glossary | bibliography)* , tocchap? , (((calloutlist | glosslist | bibliolist | itemizedlist | orderedlist | segmentedlist | simplelist | variablelist | caution | important | note | tip | warning | literallayout | programlisting | programlistingco | screen | screenco | screenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis | constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara | para | simpara | address | blockquote | graphic | graphicco | mediaobject | mediaobjectco | informalequation | informalexample | informalfigure | informaltable | equation | example | figure | table | msgset | procedure | sidebar | qandaset | task | anchor | bridgehead | remark | highlights | abstract | authorblurb | epigraph | indexterm | beginpa<br>

 ge)+ , (sect1* | refentry* | simplesect* | section*)) | sect1+ | refentry+ | simplesect+ | section+) , (toc | lot | index | glossary | bibliography)*), got (title sect1 sect1 xi:include sect1 sect1 sect1 )<br>
introduction/hppa-chapter.xml:20: element include: validity error : No declaration for element include<br>
introduction/hppa-chapter.xml:20: element include: validity error : No declaration for attribute href of element include<br>
introduction/hppa-chapter.xml:20: element include: validity error : No declaration for attribute xmlns:xi of element include<br>
/tmp/clfsexport/hppa-index.xml:14: element xref: validity error : IDREF attribute linkend references an unknown ID "ch-intro-changelog"<br>
Document /tmp/clfsexport/hppa-index.xml does not validate<br>
make: *** [hppa-html] Error 3<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Clfs-dev mailing list<br>
<a href="mailto:Clfs-dev@lists.cross-lfs.org">Clfs-dev@lists.cross-lfs.org</a><br>
<a href="http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org" target="_blank">http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org</a><br>
<br>
<br>
End of Clfs-dev Digest, Vol 15, Issue 3<br>
***************************************<br>
</blockquote></div><br>