Dear all,
I already build messageq_single.xe674.
Current I want to change elf entry_point and memory layout.
When I wirte bare-metal dsp (c67) program, I have a link script like this:
-stack 0x1000 -heap 0x1000 /* =========================================================================* * Specify the System Memory Map * * =========================================================================*/ MEMORY { entry_point: o = 0x11800000 l = 0x00000080 L2: o = 0x11800080 l = 0x0003FF80 L1P: o = 0x11E00000 l = 0x00008000 L1D: o = 0x11F00000 l = 0x00008000 DDR: o = 0xC7800000 l = 0x00100000 }
But in ipc 3.x directory, I find no the files.
My developing platform is debian and don't use ccs, I only use command line.
I do all test on omapl138.
Is any suggestion?