Sign in

username or email:

password:



Not a member?
Forgot your password?

Search c55x



Search tips

Subscribe to c55x





Discussion Groups

See Also

Embedded SystemsFPGA

Discussion Groups | TMS320C55x | Compilation warning

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...

  

Post a new Thread



Is this thread worth a thumbs up?

0

Compilation warning - faya...@gmail.com - Mar 15 20:41:10 2011

Dear all:
I am unable to compile a project without warning,

The following warning appear after building.

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

can any one let me solve the problem
regards

FAYAZ

______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: Compilation warning - Jeff Brower - Mar 16 17:04:50 2011

Fayaz-

> I am unable to compile a project without warning,
>
> The following warning appear after building.
>
>>> warning: '.sysmem' section not found -- ignoring '-heap
<size>' 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

______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: Compilation warning - Daniel dilbie - Mar 18 15:18:25 2011

-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 <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
<size>' option.
>>> warning: entry point other than _c_int00 specified
>
> can any one let me solve the problem
> regards
>
> FAYAZ
>

______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )