This is the mail archive of the ecos-discuss@sourceware.cygnus.com 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]

ecosconfig build-problem under HPUX: virtual memory exhausted


Hi

When I tried to build to ecosconfig under HPUX, the builds dies when
compiling
libcdl/expr.cxx with the message  "virtual memory exhausted".
Details below

Compiler is c++ 2.95.2. By monitoring top's output, I can see, that the
compiler uses more that 60 Mb.

How do I get rid of the problem? Any hints welcome.

Regards

Hans Peter Jepsen 


/usr/local/ecos/ecos-1.3.1/tools/src/configure \
   --prefix=/usr/local/ecos/tools/common --with-tcl=/usr/local

make all install
make[3]: Entering directory `/export/ecos/build-tools/ecosconfig/libcdl'
c++ -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual
-Wstrict-prototypes 
   -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual
-DHAVE_CONFIG_H 
   -I. -I/usr/local/ecos/ecos-1.3.1/tools/src/libcdl -I. -I../infra
-I/usr/local/include
   -g -O2 -c /usr/local/ecos/ecos-1.3.1/tools/src/libcdl/interp.cxx
c++ -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual
-Wstrict-prototypes 
   -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual
-DHAVE_CONFIG_H 
   -I. -I/usr/local/ecos/ecos-1.3.1/tools/src/libcdl -I. -I../infra
-I/usr/local/include
   -g -O2 -c /usr/local/ecos/ecos-1.3.1/tools/src/libcdl/expr.cxx
/usr/local/ecos/ecos-1.3.1/tools/src/libcdl/expr.cxx: 
In function `void evaluate_subexpr(CdlEvalContext &, CdlExpressionBody *, 
    int, CdlSimpleValue &)':
/usr/local/ecos/ecos-1.3.1/tools/src/libcdl/expr.cxx:2073: virtual memory
exhausted
make[3]: *** [expr.o] Error 1
make[3]: Leaving directory `/export/ecos/build-tools/ecosconfig/libcdl'

.. ecos/build-tools> c++ -v
Reading specs from /usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/specs
gcc version 2.95.2 19991024 (release)
.. ecos/build-tools>                          

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