[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
m68k BSP's, conclusion
- Date: Mon, 3 May 1999 11:02:49 -0700
- From: mcollins at wdc.sps.mot.com (Michael Collins)
- Subject: m68k BSP's, conclusion
>> After a few more iterations, I've been able to successfully build
>> the efi332 BSP under Solaris. Haven't tried others yet, but will
>> next week. The only thing I found after being clued-in about the
>> problem involving "wildcard" function, was a failure involving the
>> install-sh script which didn't put packhex (and other) binaries
>> in place as it should have. Consequently, bit_rtems failed later
>> when it was attempting to build "hello.exe". I got around this
>> by installing "install" from the GNU fileutils-4.0 package.
> This is a problem Erik Ivanenko has also run into and I ran into myself
> last week on a Solaris box. The Solaris "install" is in /usr/ucb which is
> likely not in your PATH.
"/usr/ucb/install" would be in my path, but for some reason we also
have a "/usr/sbin/install" which is ahead of it in my environment. I
suspect the latter is incompatible. (I'm not the sysadmin here, so
I don't why we have two different install programs, but I can see from
their response to illegal options that they are clearly different.) I
have the GNU tools ahead of almost everything else in my PATH variable,
so I presume I'll see no further problems so long as install from
the GNU fileutils is present. Perhaps another workaround would be to
have the Solaris configuration specifically reference "/usr/ucb/install".
-- MC --