Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!leah!rpi!batcomputer!cornell!rochester!pt.cs.cmu.edu!cive.ri.cmu.edu!hmp From: hmp@cive.ri.cmu.edu (Henning Pangels) Newsgroups: comp.realtime Subject: Re: RPC Problem Message-ID: <5341@pt.cs.cmu.edu> Date: 28 Jun 89 19:03:30 GMT References: <3510@ncar.ucar.edu> <365@proton.UUCP> Organization: Carnegie-Mellon University, CS/RI Lines: 25 In article <365@proton.UUCP>, nusbaum@meson.uucp (R. James Nusbaum) writes: > A well known problem. I use the ones from my host's (a Sun) library. > I include them in the kernel by making the following changes to the > kernel Makefile: > > change > EXTRA_MODULES = -u _ls -u _setjmp > > to > EXTRA_MODULES = -u _ls -u _setjmp -u _xdr_float -u _xdr_double -u _xdr_char\ > -u _xdr_u_char -u Fadds -u Mund > Is this safe? After all, a Sun is not identical to a VxWorks target, so I wouldn't be surprised if linking binary Sun system libraries to VxWorks had side effects. I'm sure it'll work sometimes, since the processors are usually '020s, but as a general practice, I'd be cautious. Am I being paranoid here? Henning Pangels Field Robotics Center Robotics Institute Carnegie-Mellon University ARPAnet/Internet: hmp@cive.ri.cmu.edu (412) 268-6557