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...
Is this thread worth a thumbs up?
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______________________________
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______________________________
-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 >______________________________