This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

hyperlink example



hi,

i am working with code composer studio Version: 5.0.1.201105110900  and working on windows XP. i want to use the hyperlink to connect two EVM's 6670. we started with the example found in this path
G:\Texas Instruments\pdk_C6670_1_0_0_17\packages\ti\drv\exampleProjects\hyplnk_exampleProject

i first selected project menu then import existing CCS/CCE Eclipse project and choosed the project. then i added a linker file i made and here is:
http://www.mediafire.com/?leehect1refnwel

"../LTEm1.cmd", line 33: error: L2SRAM memory range overlaps existing memory range L2SRAM

error: errors encountered during linking; "hyplnk_exampleProject.out" not built

which converted to the following in the problems window
errors encountered during linking; "hyplnk_exampleProject.out" not built
L2SRAM memory range has already been specified
L2SRAM memory range overlaps existing memory range L2SRAM
Linking failed. Check the Console window for details.
and the following warning:
Invalid project path: Duplicate path entries found (/hyplnk_exampleProject [Include path] isSystemInclude:true includePath:G:/Texas Instruments/pdk_C6670_1_0_0_17/packages), path: [/hyplnk_exampleProject].

ho to solve the problem?!!
looking forward for your illustrative and comprehensive asnwer

thank you in advance











  • The example project you imported comes with a linker command file.  Then you added another linker command file to the project.  Both of those linker command files define the memory range L2SRAM.  You can define a memory range only once.

    Thanks and regards,

    -George

  • hi Georgern,

    thank you for your reply
    BUT do i need to add a new linker file or may i be satisfied with the existing one (which comes with the example) , in other words if i removed the linker i added any thing may change?? and where to find the existing one?

    AND what about the warning??

    thank you in advance and looking forward for your response

  • abdalrahman ehsan said:
    BUT do i need to add a new linker file or may i be satisfied with the existing one (which comes with the example)

    The typical pattern is to use the linker command file that comes with the example.  You may have to make minor changes to it.

    abdalrahman ehsan said:
    AND what about the warning??

    Do you mean the "invalid project path" warning?  That doesn't come from any of the compiler tools.  I think it comes from CCS.  Perhaps this wiki page will help.

    -George

  • Hi George,

    thank you for your response i will go througth the page and i hope it be useful if any problems i will ask again