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]

malloc packages requirements


Hi, I try to use the malloc from the eCos libc library. I just want the set of functions that allow memory managements (malloc, realloc, calloc, free).
I add :
  - ISO C and POSIX Infrastructure (CYGPKG_ISOINFRA)
  - Dynamic Memory allocation (CYGPKG_MEMALLOC)
  - ISO C library general utility function (CYGPKG_LIBC_STDLIB)
  - ISO C library string function (CYGPKG_LIBC_STRING)
to HAL, kernel, Infrastructure on a synthetic target.

I want to use the minimum options and benefit just of the malloc families functions.
So, the problem is that the CYGPKG_LIBC_STDLIB require CYGINT_ISO_CTYPE. I searched on the mailing list, on documentation and in the source tree
but i didn't find anything interesting. This option appears like a ghost!!!
Thank for your future help.
Best regards, jjp
_________________________________________________________________
Téléchargez le nouveau Windows Live Messenger !
http://get.live.com/messenger/overview

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