Robert, If Codec Engine is not needed for you, you can just directly download DSPLink 1.50 from the external web, and use it standalone. If you use it within Codec Engine, then the basic DSPLink documentation for configuration/build may not work exactly as documented, since the build happens within Codec Engine.
Also, 1.30 is a very old release. The issue that you are facing looks strange ... Never seen it before. Usually it's seen only if your paths for BIOS don't match the values specified in the make system. But since the paths seem to be the same, can't really tell why it's failing for you. Regards, Mugdha -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .com] On Behalf Of Robert W. Kuhn Sent: Wednesday, February 06, 2008 5:40 PM To: [email protected] Subject: Re: simple data exchange between ARM and DSP Am Wed, 6 Feb 2008 16:04:00 +0530 schrieb Kamoolkar, Mugdha: > Robert, > > DSP/BIOS Link product may be useful for you. Thank you for the hint! I am just try to compile the samples. But cc does not find 'std.h' (but it is in the include-folder: -I/opt/ti-tools/bios/packages/ti/bios/include) The error: echo Compiling main.c... Compiling main.c... /opt/ti-tools/c6000/cgtools/bin/cl6x -g -d"_DEBUG" --no_compress -I/opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_0 2/packages/dsplink/dsp/inc -I/opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_02/packages/dsplink/dsp/inc/ DspBios -I/ opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_02/packages/dsplink/dsp/inc/Dsp Bios/Davinci -I/opt/DVEvalKit/dvevm_1_ 10/dsplink_1_30_08_02/packages/dsplink/dsp/src/samples/readwrite -I/opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_0 2/packages/dsplink/dsp/src/samples/readwrite/DspBios -I/opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_02/packages/d splink/dsp/src/samples/readwrite/DspBios/Davinci -I/opt/ti-tools/bios/packages/ti/bios/include -I/opt/ti-tools /c6000/cgtools/include -I/opt/ti-tools/bios/packages/ti/rtdx/include/c6000 -I/opt/ti-tools/bios/packages/ti/ps l/include -I/opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_02/packages/dsplink/dsp/BUIL D/INCLUDE -q -pdr -pdv -pden -ml3 -mv6400+ --disable:sploop -d"MSGQ_COMPONENT" -d"MSGQ_ZCPY_LINK" -d"ZCPY_LINK" -d"DAVINCI_EVMVARIANT" -DDAVINCI -fr"/opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_02/packages/dsplink/dsp/BU ILD/RDWR/OBJ/DEBUG" main. c "main.c", line 20: fatal error #5: could not open source file "std.h" #include <std.h> ^ 1 fatal error detected in the compilation of "main.c". Compilation terminated. >> Compilation failure make[1]: *** [main.c.deb] Error 1 make[1]: Leaving directory `/opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_02/packages/dsplink/dsp/src/s amples/read write' make: *** [objdeb] Error 2 [EMAIL PROTECTED] /opt/DVEvalKit/dvevm_1_10/dsplink_1_30_08_02/packages/dsplink/dsp/src/sa mples/readwrite $ ls -la /opt/ti-tools/bios/packages/ti/bios/include/std.h -r-x------+ 1 akuhn Kein 4760 Jun 14 2006 /opt/ti-tools/bios/packages/ti/bios/include/std.h ???? What is the problem? Bye - Robert _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
