Reply by Daniel dilbie March 18, 20112011-03-18
-If you are using DSPBIOS, then you have to allocate a secton for the
heap, or if you are writing the linker comand file, then you need to
allocate some section for system memory
like .sysmem > DARAM0 or something like that

- seems you have defined another entry point manually, ...

On 3/11/11, f...@gmail.com wrote:
>
> Dear all:
> I am unable to compile a project without warning,
>
> The following warning appear after building.
>
>>> warning: '.sysmem' section not found -- ignoring '-heap ' option.
>>> warning: entry point other than _c_int00 specified
>
> can any one let me solve the problem
> regards
>
> FAYAZ
>
Reply by Jeff Brower March 16, 20112011-03-16
Fayaz-

> I am unable to compile a project without warning,
>
> The following warning appear after building.
>
>>> warning: '.sysmem' section not found -- ignoring '-heap ' option.
>>> warning: entry point other than _c_int00 specified
>
> can any one let me solve the problem

You can put all or part of these warnings into Google, there are 10s of hits. For example about the .sysmem warning:

http://www.dsprelated.com/groups/c55x/show/290.php

-Jeff
Reply by faya...@gmail.com March 15, 20112011-03-15
Dear all:
I am unable to compile a project without warning,

The following warning appear after building.

>> warning: '.sysmem' section not found -- ignoring '-heap ' option.
>> warning: entry point other than _c_int00 specified

can any one let me solve the problem
regards

FAYAZ