From: prasad r. r <rpr...@re...> - 2005-07-13 11:29:22
|
hi burk,=0A =0A Sorry if i mailed it earlier.In file udi_osdep.c (/udiref= /env/linux) i have done the following modification.=0A spinlock_t sigmask_l= ock =3D SPIN_LOCK_UNLOCKED; /* added by prasad */=0A =0A void EnterUDIConte= xt() {=0A long flags;=0A /* Modify signal mask so we don"t freeze u= p if they send a signal. */=0A spin_lock_irqsave(sigmask_lock, flags);/= *modified by prasad */=0A siginitsetinv(¤t->blocked, 0); /* disab= le all signals */=0A /*sigmask(SIGINT) | sigmask(SIGKILL) | sigmask(SIGSTOP= ));*/=0A recalc_sigpending();/*Modified by prasad */=0A spin_unlock= _irqrestore(sigmask_lock, flags);/* MODIFIED BY PRASAD */=0A _OSDEP_SEM= _P(&_udi_MA_init_complete);=0A }=0A =0A Earlier i was getting "sigmask_lock= " was not a member of "current".So i modified the=0Acode.I have a write per= mission in /tmp.=0A =0A regards=0A prasad=0A =A0=0A=0A=0AOn Wed, 13 Jul 200= 5 Burkhard Daniel wrote :=0A>prasad roy r wrote:=0A>>Hi all,=0A>> I am usi= ng redhat 9 enterprise to build UDI env with version udiref-ss-2001-09-30.t= ar.gz.With little modification i was able to build=0A>=0A>What kind of modi= fications?=0A>=0A>>the UDI.While i was trying to install the UDI env i am g= etting the following erros.=0A>>=0A>>289 blocks=0A>>depmod: *** Unresolved = symbols in /lib/modules/2.4.21-4.EL/misc/env_test.o=0A>>udisetup: ERROR: Ca= nnot open /tmp/upropfN8uMY!=0A>=0A>Can you check that you have write permis= sion in /tmp?=0A>=0A>Burk.=0A>-- Burkhard Daniel=0A>Software Technologies G= roup, Inc.=0A>bu...@st... * http://www.stg.com=0A>fon: +49-179-5319489 fax= : +49-30-55153591=0A |