Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.eng.convex.com!newsrelay.netins.net!solaris.cc.vt.edu!news.mathworks.com!gatech!sdd.hp.com!swrinde!howland.reston.ans.net!plug.news.pipex.net!pipex!tube.news.pipex.net!pipex!dish.news.pipex.net!pipex!handbag.tecc.co.uk!parody.tecc.co.uk!usenet From: james@parody.tecc.co.uk (James Raynard) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Gettin Linux emulator to work -- Help! Date: 12 Jan 1996 00:48:51 GMT Organization: Private FreeBSD Site Lines: 23 Message-ID: <JAMES.96Jan12004851@parody.tecc.co.uk> References: <4d3sil$hut@news.icon.net> NNTP-Posting-Host: localhost In-reply-to: chew@ns1.icon.net's message of 11 Jan 1996 20:39:49 GMT >>>>> In article <4d3sil$hut@news.icon.net>, chew@ns1.icon.net (0001-Admin(0001)) writes: >> >> I've not have much luck getting Linux emulator to work correctly in >> RELEASE-2.1.0 I've untar the linux_lib-1.0.tgz into the /lib >> directory. And loaded the Linux comptat mod via the following command >> # modload -e linux_init /lkm/linux_mod.o, it loaded successfully and >> return the ID :- >> >> But when I try running a little c code compiled with GNU cc in Linux >> it return result in core dump :- >> bash# ./hello >> Bus error (core dumped) The standard kernel doesn't support Linux binaries - you need to compile a new one with the line options "COMPAT_LINUX" in the config file. James -- Segmentation fault (core dumped): cannot find file '.signature'