hi, my name is javan
A few weeks ago I bought the EVM C5515 tarjet and i'm trying to work whit this module..
I'm going to explain a little bit what i´m trying to do specifically:
- get a signal by the stereo in 1 port
- process the signal that i already get
- finally get out that signal by stero out port...
My problem it's the next one....
I have too many days reading the manuals in the PDF's archives.. so i'm new whit this evaluation module (c5515);
Also I know this tarjet comes whit a demo of the codec Aic3204 becuase some weeks ago I already use this demo and it works very well..
but i tried to copy the C program of this demo to new one C program source and i selected only what i need of these program,
the problem is when i'm building the program because the console gives to me the next fatal error:
<Linking>
error: cannot find file "evm5515bsl.lib"
error: errors encountered during linking; "AUDIOLOOPiPRUEBA.out" not built
I've had read some post forums about how to add source file paths and I do specifically what they says but when i add the "evm5515bsl.lib" the console gives to me another fatal error:
fatal error: file "C:/Program
Files/TI2/ccsv4/emulation/boards/usbstk5515_v1/lib/usbstk5515bsl.lib<evm5515_i2c.obj>" has a Tag_Memory_Model attribute value of "2" that is
different than one previously seen ("3"); combining incompatible files
I have to say that I tried to chage some different librarys in the option of Build properties in the CCs section in Run time support library and it doesn't help
so if I can help with anything, I'll be very grateful
Thanks...