Robert, Yes, that's right, you have to use msdos for DSP-side and cygwin for GPP-side. You actually saw all these issues only because you're attempting to build on Windows PC. If you use a Linux box for your build, you can directly use Linux-based tools to build both GPP and DSP-side in the same manner, and there are far fewer hassles involved.
To summarize for the archive: If you are building on a Windows PC: - Use mvcyg4.0 shell to build GPP-side. - To build DSP-side, use a dos shell. Ensure that cygwin is removed from your path. - Follow the steps in UserGuide to customize your build environment (specifically modifying distribution files to customize them for your install paths). Regards, Mugdha -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert W. Kuhn Sent: Friday, February 08, 2008 12:44 PM To: [email protected] Subject: Re: simple data exchange between ARM and DSP Am Thu, 7 Feb 2008 23:06:50 +0530 schrieb Kamoolkar, Mugdha: > 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 Finally it works!: ... gmake[2]: Nothing to be done for `exprel'. gmake[2]: Leaving directory `C:/CCStudio_v3.3/dsplink/dsp/src/base/hal' gmake[2]: Entering directory `C:/CCStudio_v3.3/dsplink/dsp/src/base/drv' [DRV ] ------- EXPORT ---------------- RELEASE ------------ gmake[2]: Leaving directory `C:/CCStudio_v3.3/dsplink/dsp/src/base/drv' gmake[1]: Leaving directory `C:/CCStudio_v3.3/dsplink/dsp/src/base' :-)) Thank you! It is right that I have to compile the gpp-src in the cygwin enviroment (this actually works!)? When I try it in the same enviroment as the dsp I get the following error: C:\CCStudio_v3.3\dsplink\gpp\src>gmake process_begin: CreateProcess((null), /usr/bin\perl C:\CCStudio_v3.3\dsplink\make\bin\banner.pl 1 SRC DIRS INCLUDE, ...) failed. make (e=3): System cannot find specific path gmake: *** [b_dirinc] Error 3 I guess I will have a "windows"-enviroment for the dsp-side and a second directory with a "cygwin"-enviroment for the gpp-side... 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
