Well, this is what I get for trying to diagnose this less than a minute after waking up. Totally overlooked:
atomicity.gcc.arm.cpp:128: error: invalid conversion from 'volatile void*' to 'void*' I didn't have this problem when I did it, so I'm inclined to think it's something related to your setup. What distribution are you compiling on? On 8/19/2010 9:52 AM, Shadowcat wrote: > (Oops, sent the reply straight to the sender... should probably send it > to the list instead.) > > Do you have permissions properly set in .deps? Looks like it's failing > on that mv. > > Configure ran fine withe me, but to ensure I didn't have any permissions > problems, I ran it with sudo. Have you tried that? (Or under su, > whichever is appropriate to your distribution) > > On 8/19/2010 5:11 AM, Michael Eichhorn wrote: > >> Dear all, >> >> i want to crosscompile the tntserver and for this i have to crosscompile at >> first cxxtools. and there i have a problem. the configure runs, but the make >> givs me an error. this is the configure call: >> >> ./configure --prefix=/home/devil/Projekte/tntnet/env/ >> --host=arm-linux >> CC=/home/devil/Tools/slug/openslug_5.3/SlugOS-5.3-beta-source/slugos-nslu2le.tmp/cross/armv5te/bin/arm-linux-gnueabi-gcc >> --disable-shared >> AR=/home/devil/Tools/slug/openslug_5.3/SlugOS-5.3-beta-source/slugos-nslu2le.tmp/cross/armv5te/bin/arm-linux-gnueabi-ar >> CXX=/home/devil/Tools/slug/openslug_5.3/SlugOS-5.3-beta-source/slugos-nslu2le.tmp/cross/armv5te/bin/arm-linux-gnueabi-g++ >> >> and the make error comes here: >> >> ... >> libtool: compile: >> /home/devil/Tools/slug/openslug_5.3/SlugOS-5.3-beta-source/slugos-nslu2le.tmp/cross/armv5te/bin/arm-linux-gnueabi-g++ >> -DHAVE_CONFIG_H -I. -I../src -I../include -I../include -g -O2 -MT >> libcxxtools_la-atomicity.gcc.arm.lo -MD -MP -MF >> .deps/libcxxtools_la-atomicity.gcc.arm.Tpo -c atomicity.gcc.arm.cpp -o >> libcxxtools_la-atomicity.gcc.arm.o >> atomicity.gcc.arm.cpp: In function 'void* >> cxxtools::atomicCompareExchange(void* volatile&, void*, void*)': >> atomicity.gcc.arm.cpp:128: error: invalid conversion from 'volatile void*' >> to 'void*' >> make[2]: *** [libcxxtools_la-atomicity.gcc.arm.lo] Fehler 1 >> make[2]: *** Warte auf noch nicht beendete Prozesse... >> mv -f .deps/libcxxtools_la-tcpsocketimpl.Tpo >> .deps/libcxxtools_la-tcpsocketimpl.Plo >> mv -f .deps/libcxxtools_la-udp.Tpo .deps/libcxxtools_la-udp.Plo >> mv -f .deps/libcxxtools_la-time.Tpo .deps/libcxxtools_la-time.Plo >> mv -f .deps/libcxxtools_la-utf8codec.Tpo .deps/libcxxtools_la-utf8codec.Plo >> make[2]: Leaving directory >> `/home/devil/Tools/slug/openslug_5.3/tntnet/cxxtools-2.0/src' >> make[1]: *** [all] Fehler 2 >> ... >> >> could me please somebody help? >> is the configure right? >> >> best regards, >> michael >> >> >> > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Tntnet-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tntnet-general > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
