Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 1996 19:41:01 -0500 (CDT)
From:      Tony Kimball <alk@Think.COM>
To:        dob@nasvr1.cb.att.com
Cc:        hackers@FreeBSD.org
Subject:   Re: pgcc and kernels
Message-ID:  <199604080041.TAA10220@compound.think.com>

next in thread | raw e-mail | index | archive | help

   Didn't readily find the source for muldi3.c 
   ...
   Kernel compiles and links ok but the resulting kernel panics out of 
   _scsi_attach during probe phase.  

In your sys directory, unless I'm not uttering a tautology, there is a libkern/muldi3.c.
I haven't checked for differences from the pgcc supplied run-time, so
I suggest checking for differences.  If it panics anywhere in
vfs_bio.c, vfs_cluster.c, subr_prof.c, or kern_resource.c, I'd say it
is dollars to donuts that your _muldi3.c from the pgcc distribution is
NOT acceptable -- use the libkern one instead, for it works for me.

   This didn't work for me.  Couldn't find kcc, so I just gave it CC=cc.

Right, whatever, mutatis mutandis, check, okay, cool:
Me, I replaced cc/gcc with pgcc, leaving only kcc as a fall-back.

//alk





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604080041.TAA10220>