|
From: Brad H. <br...@fr...> - 2007-06-11 20:49:25
|
On Thursday 31 May 2007 03:57, Martin Gerhardy wrote: > make[3]: Entering directory `/home/mattn/dev/valgrind/omega' > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../VEX/pub > -DVGA_x86=3D1 -DVGO_linux=3D1 -DVGP_x86_linux=3D1 -m32 > -mpreferred-stack-boundary=3D2 -O -g -Wmissing-prototypes -Winline -Wall > -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -O2 > -Wno-long-long -Wno-pointer-sign -Wdeclaration-after-statement > -fno-stack-protector -MT omega_x86_linux-o_main.o -MD -MP -MF > ".deps/omega_x86_linux-o_main.Tpo" -c -o omega_x86_linux-o_main.o `test > -f 'o_main.c' || echo './'`o_main.c; \ > then mv -f ".deps/omega_x86_linux-o_main.Tpo" > ".deps/omega_x86_linux-o_main.Po"; else rm -f > ".deps/omega_x86_linux-o_main.Tpo"; exit 1; fi > o_main.c:2586: error: expected '=3D', ',', ';', 'asm' or '__attribute__' > before '*' token Without looking at the code, this probably refers to a type IRBB (the=20 covergrind code did). Try changing that to IRSB. Brad |