Hi, I had posted few queries in the past for running speex on C55x. Now I could compile speex and run sample program for C55x on USB stick. Speex requires the memory model to be small with ptrdiff_size=16.
As the next step, I want to sample run time and encode online. For that I am using sample program given in aic3204 directory which uses usbstk55bsl.lib. I am getting following linking error when I merged two codes. fatal error: file "C:/Program Files/Texas Instruments/ccsv4/emulation/boards/usbstk5505/lib/usbstk5505bsl.lib<usbstk55 05_i2c.obj>" has a Tag_Memory_Model attribute value of "2" that is different than one previously seen ("1"); combining incompatible files Similar error appears for rts55x.lib. Can anybody throw some light? Thanks in advance. VJ