This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error: Malloc.h :No such file or directory.


"Ramesh C Satyavaram" <rameshcs@danlawinc.com> writes:

> Hi John,
>    Thanks for your mail. I included the package "CYGPKG_MEMALLOC". After I
> compile the ECOS , I am not able to find the malloc.h file. Instead of
> malloc.h file, in the ECOS install directory I found memalloc.h file.
>
>
> Do I need to include some other packages?  

According to ANSI C the functions malloc, calloc, realloc and free are
declared by the stdlib.h header file. This also applies to eCos.

Or were you looking for some non-standard facility provided by the GNU C
Library?


Regards,
Daniel


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]