[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
m68k BSP's
- Date: Wed, 5 May 1999 09:13:13 -0700
- From: mcollins at wdc.sps.mot.com (Michael Collins)
- Subject: m68k BSP's
> WRT m68k-rtems, I've been able to build it successfully on both
> FreeBSD and Linux. We're experiencing this same exact linking
> problem Michael reports on our Solaris 7 box.
Jerry,
Take a look at your PATH variable and see if "/usr/sbin/install"
is found before "/usr/ucb/install". We have both on our network,
and they appear to be different. I'm thinking that may be the
problem. I resolved it by using the GNU fileutils install program
and placing its path ahead of the "/usr/sbin". Rearranging the
PATH variable to look in "/usr/ucb" before "/usr/sbin" may also
work, although I haven't tried that.
-- MC --