This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Problem with operator new on ARM


Hi All,

I have a terrible problem with operator 'new' on my ARM (ARM710T) machine. An application hangs on 'new' call, although malloc() function works fine. An overriden version of new works also fine, but it is not what I want to have.
I tried GCC 2.95.3 (__builtin_new) and 3.1.1(_Znwj) both with GLIBC 2.2.5.
My toolchain was configured as follows:
../gcc-3.1.1/configure --target=arm-linux --prefix=/var/build3/ --with-headers=/home/2.4.18/include/ --enable-languages=c,c++ --with-cpu=arm710
Thread model: posix
Does anybody know where the problem is? Any suggestions and thoughts would help.


Thanks and regards,
Siarhei






_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



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