This is the mail archive of the ecos-devel@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: [ECOS] Using C++ operator new and delete


On Tue, Nov 21, 2006 at 05:05:29AM -0800, David Luca wrote:
> Hello,
> I used the hello.c from ecos examples folder and I
> tried to use new and delete operators to allocate
> dynamically some objects, but the compiler cannot find
> new (I used #include <new>). I'm using arm-elf-gcc
> 4.1.1. Also, I tried to disable
> CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS as in eCosCentric
> online documentation, but same problem. Can anyone
> help me? 

Please give us more information. How do you compile the program? How
do you link it. What is the error?

   Andrew


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