> Hi! > > I'd like to build picogui for arm, I used the instractions from > http://picogui.org/wiki/view/Main/CrossCompilation > and get this error: > > make[2]: Entering directory > `/home/fritz/arm/src/picogui-0.43/pgserver/debug'/bin/sh ../libtool > --mode=compile arm_armv4-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include > -I../include -O2 -g -c benchmark.c arm_armv4-gcc -DHAVE_CONFIG_H -I. > -I. -I.. -I../include -I../include -O2 -g -Wp,-MD,.deps/benchmark.pp -c > benchmark.c -o benchmark.o benchmark.c: In function `benchmark_run_one': > benchmark.c:347: storage size of `start' isn't known > benchmark.c:347: storage size of `end' isn't known > make[2]: *** [benchmark.lo] Error 1 > make[2]: Leaving directory > `/home/fritz/arm/src/picogui-0.43/pgserver/debug' make[1]: *** > [all-recursive] Error 1 make[1]: Leaving directory > `/home/fritz/arm/src/picogui-0.43/pgserver' make: *** [all-recursive-am] > Error 2 > > Thanks for your advice,
the struct timeval seems not to be totally defined when you reach the benchmark_run_one (..) function. Maybe check in the included headers... Just my 2c, -philippe ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
