Robert,

This time the problem is that the paths in your build environment do not match 
the actual available ones. This refers to DSP/BIOS & CGTOOLS paths. As per the 
"Customizing your build environment" section in UserGuide, you need to refer to 
the make system distribution file: \dsplink\make\DspBios\c64xxp_5.xx_windows.mk
BASE_INSTALL    := C:\ti-tools
BASE_SABIOS     := $(BASE_INSTALL)\bios
BASE_CGTOOLS    := $(BASE_INSTALL)\C6000\cgtools

Change these as per your actual installation paths. Note, however, that you 
seem to be using the DSP/BIOS available with CCS 3.3 (DSP/BIOS 5.31.07), but 
DSPLink 1.50 requires DSP/BIOS 5.32.01 (downloadable at: 
https://www-a.ti.com/downloads/sds_support/targetcontent/bios/index.html).

Regards,
Mugdha

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert W. Kuhn
Sent: Thursday, February 07, 2008 5:41 PM
To: [email protected]
Subject: Re: simple data exchange between ARM and DSP

Am Thu, 7 Feb 2008 16:43:10 +0530 schrieb Kamoolkar, Mugdha:

> Please remove cygwin from the path for dos shell usage, otherwise it 
> interferes with the directory separator. You will notice that 
> backslash is removed in C:perl\bin\perl.

Hey, this removed this problem. But it seems it does not find all necessary 
headers (again)?:

gmake release
...
 [SRC                 ] ======= OBJECTS =============== DEBUG ==============
 gmake[1]: Entering directory `C:/CCStudio_v3.3/dsplink/dsp/src/base'

 [BASE                ] ======= OBJECTS =============== DEBUG ==============
 gmake[2]: Entering directory `C:/CCStudio_v3.3/dsplink/dsp/src/base/gen'
 [GEN                 ] ------- DIRS ------------------ DEBUG --------------
 [GEN                 ] ------- OBJECT ---------------- DEBUG --------------
 gmake[3]: Entering directory `c:/CCStudio_v3.3/dsplink/dsp/src/base/gen'
 Compiling failure.c...
 Das System kann den angegebenen Pfad nicht finden.ยน
 gmake[3]: *** [failure.c.deb] Error 1
 gmake[3]: Leaving directory `c:/CCStudio_v3.3/dsplink/dsp/src/base/gen'
 gmake[2]: *** [objdeb] Error 512
 gmake[2]: Leaving directory `C:/CCStudio_v3.3/dsplink/dsp/src/base/gen'
 gmake[1]: *** [gen.objdeb] Error 2
 gmake[1]: Leaving directory `C:/CCStudio_v3.3/dsplink/dsp/src/base'
 gmake: *** [base.objdeb] Error 2


[1] Translation: The system cannot find the specific/given path

Any idea? My path:
C:\CCStudio_v3.3\dsplink\dsp\src>echo %PATH% 
C:\CCStudio_v3.3\c2000\cgtools\bin;C:\CCStudio_v3.3\c2400\cgtools\bin;C:\CCStudio_v3.3\bin;C:\CCStudio_v3.3\cc\bin;C:\CC
Studio_v3.3\c6000\cgtools\bin;C:\CCStudio_v3.3\c6000\evm6x\bin;C:\CCStudio_v3.3\c5400\cgtools\bin;C:\CCStudio_v3.3\c5500
\cgtools\bin;C:\CCStudio_v3.3\TMS470\cgtools\bin;C:\CCStudio_v3.3\plugins\bios;C:\CCStudio_v3.3\bios_5_31_02\xdctools;C:
\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Gemeinsame
 Dateien\GTK\2 .0\bin;C:\Programme\Gemeinsame 
Dateien\AdaptecShared\System;C:\CCStudio_v3.3\cc\bin;c:\CCStudio_v3.3\bios_5_31_07\packag
es\ti\bios\rta\vbd\CCS_3.1\bin\

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

Reply via email to