Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Ads

Discussion Groups

Discussion Groups | Code-Composer | linking error

Technical discussions about Code Composer Studio.

  

Post a new Thread

linking error - tejp...@yahoo.co.in - Jun 12 13:44:02 2008



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 )