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.

syslink example for OMAP-L138 in CCS

 Hi All!

I'm trying to build sysexample for L138 from the mcsdk_1.1.0.2 in CCS

During the build I see follow error:


Cannot read property "base" from undefined (/home/user/workspace_v5_4/syslink_test/Dsp.cfg#86)

I use defauld Dsp.cfg from example folder

Piece of Dsp.cfg with trouble:

....

SharedRegion.setEntryMeta(0,
    new SharedRegion.Entry({
        name:           "SR0",
        base:           SR0Mem.base,         // <<something is wrong
        len:            SR0Mem.len,
        ownerProcId:    MultiProc.getIdMeta("HOST"),
        cacheEnable:    false,
        isValid:        true
    })
);

....


What's wrong in the project?

  • Hello,

    I am not an expert on OMAPL13x devices & I am not very familiar with their sdk (this is out of the scope of OMAP Application processors forum), but browsing the e2e forum, I found solutions to problems very similar to yours.

    Here are some discussions regarding the error you are seeing: 

    http://e2e.ti.com/support/embedded/linux/f/354/p/198126/707032.aspx

    http://e2e.ti.com/support/embedded/tirtos/f/355/p/198558/712059.aspx

    http://e2e.ti.com/support/embedded/tirtos/f/355/t/167360.aspx

    Could you try the described solutions first?

    In addition, if none of the above hints help you, you can also post in the OMAPL13x dedicated forum: http://e2e.ti.com/support/dsp/omap_applications_processors/f/42.aspx

    Or the TI-RTOS forum: http://e2e.ti.com/support/embedded/tirtos/f/355.aspx

    Best Regards,
    Yordan