Hi Jim,<br><br>Thanks for your reply. I could compile speex with CCS v4 using .pjt file. I also tested sample encoding example.<br><br>Vijay<br><br><div class="gmail_quote">On Fri, Apr 16, 2010 at 4:11 PM, Jim Crichton <span dir="ltr">&lt;<a href="mailto:jim.crichton@comcast.net">jim.crichton@comcast.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div bgcolor="#ffffff">
<div><font face="Arial" size="2">Vijay,</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">I used Code Composer Studio 3.x to directly build 
everything.  There could certainly be issues with the ./configure, make, 
make install process.  There are .pjt files supplied to build in the 
CCS simulator, so I suggest that you try that.  The c55x option is just a 
compile switch, which deals with the fact that this platform has a 16-bit 
&quot;byte&quot;, among other things.</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">Regards,</font></div>
<div><font face="Arial" size="2"></font> </div><font color="#888888">
<div><font face="Arial" size="2">Jim Crichton</font></div>
</font><blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-left: 5px; padding-right: 0px; margin-left: 5px; margin-right: 0px;"><div><div></div><div class="h5">
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0% 0%; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<b>From:</b> 
  <a title="vijay.gabale@gmail.com" href="mailto:vijay.gabale@gmail.com" target="_blank">Vijay 
  Gabale</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="yates@ieee.org" href="mailto:yates@ieee.org" target="_blank">Randy Yates</a> </div>

  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Cc:</b> <a title="speex-dev@xiph.org" href="mailto:speex-dev@xiph.org" target="_blank">speex-dev@xiph.org</a> </div>

  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Saturday, April 10, 2010 4:19 
  AM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> Re: [Speex-dev] running speex on 
  c5505 usb sticki</div>
  <div><br></div>Hi Randy,<br><br>Thanks for reply. I have one question 
  though.<br><br>While compiling the speex (downloaded from <a href="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz" target="_blank">http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz</a>), 
  I gave <font size="4">./configure -enable-ti-c55x</font> option  and then 
  built the library through make and make install using cygwin. In this case, I 
  get this error &quot;<span style="font-size: medium;">error: member &quot;bits.o&quot; of 
  archive &quot;c:/cygwin/usr/local/lib/libspeex.a&quot; is not recognized object 
  file</span>&quot;<br><br>Enabling c55x option while configuring the speex is not 
  supposed to tackle this problem?<br><br>Awaiting your 
  reply.<br><br>Regards,<br>Vijay<br><br>
  <div class="gmail_quote">On Fri, Apr 9, 2010 at 11:04 PM, Randy Yates <span dir="ltr">&lt;<a href="mailto:yates@ieee.org" target="_blank">yates@ieee.org</a>&gt;</span> 
  wrote:<br>
  <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Oh my.<br><br>The c:/Program Files/Speex/libspeex.lib file 
    is a Windows/x86 library<br>file. The code within this files is not C55x 
    binary but x86 binary.<br>Further, the format of a Windows/x86 library file 
    is different from that<br>produced by the C55x code generation tools&#39; 
    archive utility, and that is<br>what the linker is complaining 
    about.<br><br>As far as I know, there is no pre-developed C55x speex 
    library, so<br>you&#39;ll have to build it yourself.<br><br>--Randy<br>
    <div>
    <div></div>
    <div><br><br>Vijay Gabale &lt;<a href="mailto:vijay.gabale@gmail.com" target="_blank">vijay.gabale@gmail.com</a>&gt; 
    writes:<br><br>&gt; Hi,<br>&gt;<br>&gt; I am currently working on C5505 USB 
    stick<br>&gt; <a href="http://focus.ti.com/docs/toolsw/folders/print/tmdx5505ezdsp.html" target="_blank">http://focus.ti.com/docs/toolsw/folders/print/tmdx5505ezdsp.html</a> 
    to sample<br>&gt; input voice and encode it. For compiling and buring usual 
    programs, I am<br>&gt; using CCStudio 4.0.<br>&gt;<br>&gt; For encoding 
    voice samples, I am using Speex codec binary<br>&gt; <a href="http://downloads.xiph.org/releases/speex/speex-1.2beta3-win32.zip" target="_blank">http://downloads.xiph.org/releases/speex/speex-1.2beta3-win32.zip</a> 
    or<br>&gt; <a href="http://downloads.us.xiph.org/releases/speex/speex_win32_1.0.4_setup.exe" target="_blank">http://downloads.us.xiph.org/releases/speex/speex_win32_1.0.4_setup.exe</a>. 
    I<br>&gt; could include &quot;speex/speex.h&quot; without any compilation 
    error.<br>&gt;<br>&gt; But as soon as I insert any speex function call 
    like<br>&gt; &quot;speex_bits_init(&amp;bits)&quot;, the linker throws error something 
    like this &quot;error:<br>&gt; Corrupt member header: &#39;C:/Program 
    Files/Speex/libspeex/libspeex.lib&#39;&quot; I<br>&gt; have included following things 
    for compilation and linking in CC Studio IDE:<br>&gt;<br>&gt; 1. project 
    -&gt; properties -&gt; C5500 compiler -&gt; include options : added 
    path<br>&gt; to speex/speex.h<br>&gt;<br>&gt; 2. project -&gt; properties 
    -&gt; c5500 linker -&gt; fie search path : added<br>&gt; libspeex.lib and 
    added path &quot;c:/Program Files/Speex/libspeex&quot; to<br>&gt; 
    library-search-path.<br>&gt;<br>&gt; Any ideas as to how to make speex code 
    work with C5505 USB stick. The error<br>&gt; I have mentioned seems to be 
    linking error.<br>&gt;<br>&gt; Awaiting your replies.<br>&gt;<br>&gt; 
    Vijay<br></div></div>&gt; 
    _______________________________________________<br>&gt; Speex-dev mailing 
    list<br>&gt; <a href="mailto:Speex-dev@xiph.org" target="_blank">Speex-dev@xiph.org</a><br>&gt; <a href="http://lists.xiph.org/mailman/listinfo/speex-dev" target="_blank">http://lists.xiph.org/mailman/listinfo/speex-dev</a><br>
<font color="#888888"><br>--<br>Randy Yates           
               % &quot;She&#39;s sweet on Wagner-I think 
    she&#39;d die for Beethoven.<br>Digital Signal Labs         
         %  She love the way Puccini lays down a tune, 
    and<br>mailto://<a href="mailto:yates@ieee.org" target="_blank">yates@ieee.org</a>   
           %  Verdi&#39;s always creepin&#39; from her 
    room.&quot;<br><a href="http://www.digitalsignallabs.com" target="_blank">http://www.digitalsignallabs.com</a> % &quot;Rockaria&quot;, *A New 
    World Record*, ELO<br></font></blockquote></div><br>
  </div></div><p>
  </p><hr><div class="im">

  <p></p>_______________________________________________<br>Speex-dev mailing 
  list<br><a href="mailto:Speex-dev@xiph.org" target="_blank">Speex-dev@xiph.org</a><br><a href="http://lists.xiph.org/mailman/listinfo/speex-dev" target="_blank">http://lists.xiph.org/mailman/listinfo/speex-dev</a><br></div>
</blockquote></div>
</blockquote></div><br>