Subject: 6809 development (Was: gnu install)
To: Daniel R. Killoran,Ph.D. <drk@shore.net>
From: David Brownlee <abs@anim.dreamworks.com>
List: port-mac68k
Date: 08/20/1999 13:24:19
Introl produce a commercial set of cross compiler tools for
6809 and a bunch of other Motorola processors.
http://www.introl.com/
They currently quote Intel-NetBSD as one of their supported
platforms, but they _might_ be interested in providing a
m68k-NetBSD version if you ask (it never hurts :)
Its all down to whether you would rather spend the time and
effort building the cross compiling environment, or support
someone who produces a commercial tool which lets you concentrate
on writing the code :)
David/absolute
Abandoning a syncing disk... or syncing an abandoned disk?
On Fri, 20 Aug 1999, Daniel R. Killoran,Ph.D. wrote:
> >On Fri, 20 Aug 1999, Daniel R. Killoran,Ph.D. wrote:
> >
> >> I have been attempting, with limited success, to install the gnu programs
> >> that come with NetBSD. I am not sure this is the correct forum (should I be
> >> inquiring of the gnu people? and if so, where?), but this is the situation:
> >
> >Why?
> >
>
> I suppose it might help if I stated my ultimate objective. I need
> assemblers for a nunber of microprocessors - e.g. the 6809. There are no
> longer, alas, any available for the Mac, using the Mac OS. Rather than go
> over to the Evil Empire, I am looking for useful cross-assemblers in Unix.
> I suspect that gas might be one. But apparently just "installing"
> gnusrc.tgz doesn't get me gas, so I have been attempting to do whatever is
> needed.
>
> [snip]
>
> >> Re-trying the "make" in /usr/src/gnu/dist gave:
> >
> >Don't. The only reason to make stuff out of here is to build
> >cross-compilers.
> >
>
> Hmm. By cross-compilers you mean compilers-for-NetBSD-on-other-platforms?
> That's not the kind I'm looking for, of course!
>
> >>
> >>
> >> What am I doing wrong? Is there some sort of cannonical order in which this
> >> stuff should be installed?
> >
> >cd /usr/src
> >make build
> >(wait)
> >
> >make build -j 10 would probably help too. When the build gets to where
> >it's making things in parallel, this will fork 10 processes to make stuff.
> >
>
> Thanks, I'll try that!
>
> >Also, you'll probably want to make with DESTDIR set so that you don't
> >overwrite your running system with the build. You also might have to
> >re-build some of the compilation tools. Not sure.
> >
>
> Urkkk! Maybe I don't want to do that after all - I'm not trying to build
> NetBSD!
>
> Still a bit confused, but thanks,
>
> Dan Killoran