Hamish Moffatt wrote:

> I am having some problems with compilation though:
> 
> * "make dep" wants to use utils/testgaussian.c which doesn't exist.

I forgot to remove this target from the makefile, testgaussgen isn't
necessary.

> cc -DMYCALL=\"N0NE\" -g -Wall -Wstrict-prototypes -O2 -ffast-math 
>-I/local/home/hamish/tmp/hf/include -I/local/home/hamish/tmp/hf/app 
>-I/local/home/hamish/tmp/hf/proto -I/local/home/hamish/tmp/hf/l1 
>-I/local/home/hamish/tmp/hf/l1/kdrv -I/usr/X11R6/include  -m486 -malign-loops=2 
>-malign-jumps=2 -malign-functions=2 -D_REENTRANT   -c l1/user/refclock.c -o 
>l1/user/refclock.o
> l1/user/refclock.c: In function `refclock_probe':
> l1/user/refclock.c:125: warning: implicit declaration of function `gettimeofday'
> l1/user/refclock.c: In function `refclock_current':
> l1/user/refclock.c:173: Invalid `asm' statement:
> l1/user/refclock.c:173: fixed or forbidden register 0 (ax) was spilled for class 
>AREG.
> make: *** [l1/user/refclock.o] Error 1

That is the kernel driver, which shouldn't be needed either, so
please remove it also.

Tom

Reply via email to