Re: [uClinux-dev] arm-linux and c++ string class

2007-02-08 Thread Matthew Natalier
Hi Francesco, On 08/02/2007, at 9:28 PM, Francesco Lodi wrote: Alle 11:49, giovedì 8 febbraio 2007, Matthew Natalier ha scritto: YES! Now it works! Great. But what is libsup++? I think it is a library that comes with the toolchain but where I can found documentation on what libraries are i

Re: [uClinux-dev] arm-linux and c++ string class

2007-02-08 Thread Francesco Lodi
Alle 11:49, giovedì 8 febbraio 2007, Matthew Natalier ha scritto: > Hi Francesco, > > It looks like you are missing a reference to libsup++.a. It must be > missing from your cxxlibs. You can add it with something like the > following: > > CXXLIBS += $(shell $(CXX) -print-file-name=libsupc++.a) Y

Re: [uClinux-dev] arm-linux and c++ string class

2007-02-08 Thread Matthew Natalier
Hi Francesco, It looks like you are missing a reference to libsup++.a. It must be missing from your cxxlibs. You can add it with something like the following: CXXLIBS += $(shell $(CXX) -print-file-name=libsupc++.a) It should already be there however and the fact that it isn't is a bit

Re: [uClinux-dev] arm-linux and c++ string class

2007-02-08 Thread Francesco Lodi
Alle 00:32, giovedì 8 febbraio 2007, Matthew Natalier ha scritto: > These should show how to set up build lines for building c++ apps > with STLport (which is the standard C library used in the uClinux- > dist). But these are broken at the moment - I'll send a patch in later. I didn't knew nothin

Re: [uClinux-dev] arm-linux and c++ string class

2007-02-07 Thread Matthew Natalier
Hi Francesco, There are a bunch of samples in user/cxxtest. These should show how to set up build lines for building c++ apps with STLport (which is the standard C library used in the uClinux- dist). But these are broken at the moment - I'll send a patch in later. This is what you need to

RE: [uClinux-dev] arm-linux and c++ string class

2007-02-07 Thread Gavin Lambert
Quoth Francesco Lodi [EMAIL PROTECTED]: > 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 Of course it's , not , but given the error message below I'm assuming this was a typo in the email rather than your