hi everybody,
i am getting this error when i compile the example program given at
(CCS-intall dir)/C6000/NDK/examples/network/client/evmdm642/client.pjt
************************************************************************
[Linking...] "G:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Custom.lkf"
<Linking>
>> client.cmd: error: system error, can't open file '/.obj' for input: No such
file or directory
>> Compilation failure
***********************************************************************
I tried to modify the content of "client.cmd" file as follows by defining the memory
sections as given here:
***********************************************************************
-levmdm642cfg.cmd
-l cslDM642.lib
/*
// Specify below whether you want these NDK special memory sections to be
// placed in a specific memory section. By default they are placed in the .far space.
//
// .far:NDK_PACKETMEM //- Packet buffer memory (defined in HAL/OS libs)
// .far:NDK_MMBUFFER //- Scatchpad memory used by mmAlloc()
// .far:NDK_OBJMEM // - Large arrays (defined by example code only)
*/
/*
SECTIONS
{
NDK_PACKETMEM: {} > SDRAM
NDK_MMBUFFER: {} > SDRAM
NDK_OBJMEM: {} > SDRAM
}
**********************************************************************
but still i am getting the same error. what can be the reason for this. Help me please!
------------------------------------
OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )