[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

2.2.18 compile problem: ISDN



Recompiling 2.2.18 i've also added ISDN support, and:

cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
	-fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe -mno-fpu
	-fcall-used-g5 -fcall-used-g7 -DMODULE   -c -o callc.o callc.c
callc.c: In function iSax_command':
callc.c:1814: invalid lvalue in assignment
make[4]: *** [callc.o] Error 1
make[4]: Leaving directory /var/src/kernel-source-2.2.18/drivers/isdn/hisax'
make[3]: *** [_modsubdir_hisax] Error 2
make[3]: Leaving directory /var/src/kernel-source-2.2.18/drivers/isdn'
make[2]: *** [_modsubdir_isdn] Error 2
make[2]: Leaving directory /var/src/kernel-source-2.2.18/drivers'
make[1]: *** [_mod_drivers] Error 2
make[1]: Leaving directory /var/src/kernel-source-2.2.18'
make: *** [stamp-build] Error 2

looking in callc.c effectively there's an assignment of zero to a
#define, so the error.

This is into a #ifdef MODULE, so if i compile the ISDN into the kernel
i (think) it will compile.


But why this bugs live into the kernel?! There's some other things that
i not see?!

-- 
dott. ing. Marco Gaiarin			gaio(at)sv.lnf.it
La Nostra Famiglia - Polo FVG			root @ CED



Reply to: