Hello all:
I want to test the capability of c++ support in uClinux, but it's failed to
build the "cxxtest" package:
stdm++.cxx:1:18: stdm++: no such file or directory
stdm++.cxx:4: error: `MATT' has not been declared
stdm++.cxx:4: error: expected constructor, destructor, or type conversion
before '(' token
stdm++.cxx:4: error: expected `,' or `;' before '(' token
stdm++.cxx:21: error: `MATT' has not been declared
stdm++.cxx:21: error: expected constructor, destructor, or type conversion
before '::' token
stdm++.cxx:21: error: expected `,' or `;' before '::' token
stdm++.cxx:34: error: `MATT' has not been declared
stdm++.cxx:35: error: `int operator<<(char*)' must have an argument of class
or enumerated type
stdm++.cxx:35: error: `int operator<<(char*)' must take exactly two
arguments
stdm++.cxx: In function `int operator<<(char*)':
stdm++.cxx:36: error: invalid use of `this' in non-member function
stdm++.cxx:36: error: `fprintf' undeclared (first use this function)
stdm++.cxx:36: error: (Each undeclared identifier is reported only once for
each function it appears in.)
stdm++.cxx: At global scope:
stdm++.cxx:41: error: `MATT' has not been declared
stdm++.cxx:41: error: expected constructor, destructor, or type conversion
before "MATT"
stdm++.cxx:41: error: expected `,' or `;' before "MATT"
The error log is same as:
http://mailman.uclinux.org/pipermail/uclinux-dev/2007-February/042077.html
The previous email said the error could be fixed by adding the option
"*$(SLIBPTHREAD)"
to the link line*.
But it can not solve my problem, it still say can not find the "stdm++".
I have searched my system, but can not find a file named "stdm++", so where
the file come from ?
Someone can give me some advice ?
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev