This is the mail archive of the ecos-discuss@sources.redhat.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]
Other format: [Raw text]

compile error using 3.2 MIPS using std name spaces


Problem:
Compiling the posix, I'm getting this general error:
make: Leaving directory `/ecos-c/mips/acacia/ecos/applib/applib_build'
<internal>: In function `void* mq_open(const char*, int, ...)':
<internal>:305: too many arguments to function `void* operator new(unsigned
int)'
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx:305: at this
point in file
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx:685:26:
warning: multi-line string literals are deprecated
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx:772:26:
warning: multi-line string literals are deprecated
make[1]: *** [src/mqueue.o.d] Error 1
make: *** [build] Error 2

This is in reguards to In mqueue.cxx: line 82
#include <new>                       // C++ new
Not finding the correct name space?


c/mips/ecos/packages/compat/posix/current/tests -I. -I/ecos-c/mips/ecos/pack
ages/compat/posix/current/src/ -mips32 -msoft-float -Wall -Wpointer-arith -W
strict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-se
ctions -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority
 -G0 -Wp,-MD,src/mqueue.tmp -o src/compat_posix_mqueue.o
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx
make[1]: Leaving directory
`/ecos-c/mips/acacia/ecos/applib/applib_build/compat/posix/current'
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx:82:48: new:
No such file or directory
make: Leaving directory `/ecos-c/mips/acacia/ecos/applib/applib_build'
<internal>: In function `void* mq_open(const char*, int, ...)':
<internal>:305: too many arguments to function `void* operator new(unsigned
int)'
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx:305: at this
point in file
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx:685:26:
warning: multi-line string literals are deprecated
/ecos-c/mips/ecos/packages/compat/posix/current/src/mqueue.cxx:772:26:
warning: multi-line string literals are deprecated
make[1]: *** [src/mqueue.o.d] Error 1
make: *** [build] Error 2



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


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