Hi all!
I am trying to use the c++ string class within an application I am writing for
a uClinux system.
The code is the classic:
#include <strings>
std::string myString;
I am using the arm-linux toolchain from snapgear and I have those errors:
string: No such file or directory
error: `string' is not a member of `std'
does this mean that the c++ string class is not supported by the uClinux
compiler? Or maybe it is a Makefile problem?
I am compiling using uclinux-front- and this is my simple makefile rule:
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS) -lpthread -lstdc++
Thanks and best regards!
Francesco
_______________________________________________
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