Hi All,
I am trying to make a standalone DSP/BIOS executable on DM6437. But while building I am getting
the following warning.
warning: creating output section ".sysmem" without a SECTIONS specification.
If in none BIOS applications, just include .sysmem command in the .cmd file like this:
(...)
SECTIONS
{
(...)
.sysmem > (...)
}
and the warning will disappear.
But in BIOS applications, the .cmd file is generated by DSP/BIOS automatically, and can not be modified directly.
so, how can I remove this warning ?
Thanks,
Michael Lee