Reply by tejp...@yahoo.co.in June 12, 20082008-06-12
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"

>> 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!