<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Dear all,</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Thank you very much for your prompt response. I did the following:</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Export CC= /path</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">./configure –host=/path</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Sudo make host=/path</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">And it worked. Now I have successfully changed the compiler to be used. However, I'm now facing a new problem.</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Actually, I have this machine which runs on iMx31 processor unto which I have to port my programs. I am working on the Ubuntu linux platform (which runs on the ARM processor). I have the entire source code of this machine, which is nothing but a pseudo phone (Mobile reference platform) which can be used for development of mobile applications. I am working on the multimedia application of the phone. I have a media player (Opie player) which works fine except that it doesn't play Ogg play back audio or video files. I downloaded the libvorbis files from <a href="http://Xiph.com">Xiph.com</a> and compiled and built it in the Ubuntu linux platform. After which, I added the .so files to the filesystem that was to be ported to the machine. The opie player played Ogg audio files this time however the quality for audio files of lower sample rates played poorly (too fast). <span style="mso-spacerun: yes">&nbsp;</span>I assumed there were compatibility issues, and hence now want to cross compile the libvorbis files, using the cross compiler found with the machine's source codes – arm-linux-gcc. </font></p>

<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">On trying to make, I got the following error:</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><b style="mso-bidi-font-weight: normal"><font size="3"><font face="Calibri">/usr/local/arm-codesource/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -logg</font></font></b></p>

<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><b style="mso-bidi-font-weight: normal"><font size="3"><font face="Calibri">collect2: ld returned 1 exit status</font></font></b></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Could someone advice on how to go about solving this issue? What is the logg? Is it lib ogg?</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Thanks alot,</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><font face="Calibri" size="3">Raji</font></p>