On Saturday 12 September 2009, waseem shaukat wrote: > > Hi, > > I am using Valgrind to make part of a memory profiling tool called Embla > (on Fedora release 8 ). It all went fine untill yesterday when my hard drive > got full as i was doing make for Valgrind i got error that there is no free > space available on drive. So in order to make some space available i emptied > .Trash directory. From that point onward i am getting following error and i > dont know how to overcome this error (for detail please see attached file). > > gcc -m32 -mpreferred-stack-boundary=2 -O2 -g -Wmissing-prototypes -Wall > -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations > -fno-strict-aliasing -Wno-long-long -Wno-pointer-sign > -Wdeclaration-after-statement -fno-stack-protector -static > -Wl,-defsym,valt_load_address=0x38000000 -nodefaultlibs -nostartfiles -u > _start -m32 -Wl,-T,../valt_load_address_x86_linux.lds -o embla-x86-linux > embla_x86_linux-em_main.o ../coregrind/libcoregrind_x86_linux.a > ../VEX/libvex_x86_linux.a -lgcc > ../coregrind/libcoregrind_x86_linux.a(libcoregrind_x86_linux_a-m_main.o): In > function `valgrind_main': > /home/waseem/embla/valgrind/coregrind/m_main.c:1528: undefined reference to > `vgPlain_tool_info'
It looks like a corrupt object/library file was produced when your hard drive run full. A complete rebuild (make clean or make distclean) should do it. Josef ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
