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)
YES! Now it works! 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 included in my toolchain and what they are used to? > It should already be there however and the fact that it isn't is a > bit of a worry. > > What version of the uClinux dist are you using? I'm still using 20060803. > What version of the arm compiler are you using? arm-linux 3.4.4 from snapgears (20061213) > What arch are you building for? Samsung S3C44B0X, armnommu. > Also I noticed you are using -lpthread. I am not sure if this is > going to work. STLport appears to link against the wrong pthreads at > the moment, and I haven't had a chance to fix it yet. Ok. So may be is for this reason that now my app didn't work? ;-) I use pthread because I need to have 3 thread running. For the moment I use the string class only in a function and until my app didn't call this function all works well but when it is called all the system crash and then the only thing I can do is reset my board. If so, I can't use STL until it has been fixed, right? :-( Anyway your help has been very usefull! Many thanks! 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
