> So I changed the Makefiles for both i2c and lm-sensors from this: > > ifeq ($(MACHINE),alpha) > MODCFLAGS += -ffixed-8 > endif > > to this: > > ifeq ($(MACHINE),alpha) > MODCFLAGS += -ffixed-8 -mno-fp-regs -mcpu=ev56 > endif > > and that solves all the compile issues. The only thing I'm not sure > about is what would happen if someone tried to execute the code on EV4 > EV4 processors for example, and I have no way to test that either. > EV56 are pretty old processors as well, so going with the above flags > per default is probably safe. OK, done that. Thanks for the feedback. -- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/