Date: Wed, 30 Apr 2003 19:30:30 -0700 From: "James Taylor" <jtx@hatesville.com> To: <freebsd-sparc64@freebsd.org> Subject: CVSup Errors Message-ID: <003701c30f89$a56c4be0$4500a8c0@theplague>
next in thread | raw e-mail | index | archive | help
Hi everyone, I just joined this list two seconds ago and have a question
for you all.
I couldn't find anything specific to this in the archives, so this may
be a common question or I just wasn't searching for the correct term.
I just installed 5.0 on my E420R, and CVSup for some reason didn't
compile during the install. When trying to manually make
cvsup-without-gui (or cvsup for that matter) I keep getting this error
over and over:
Cannot determine M3 target for this architecture
Looking through the makefile I see some options regarding the
architecture, and it looks like the only options there are i386 and
alpha:
--snip
TARGET= FreeBSD2
.elif ${ARCH} == "i386"
.if ${OSVERSION} < 400011
TARGET= FreeBSD3
.else
TARGET= FreeBSD4
.endif
.elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011
--snip
I'm assuming it's not compiling due to the lack of sparc64 support in
the Makefile, but maybe I'm wrong. Any suggestions on making this thing
work? I'm not proficient enough with Makefiles to hack in any changes.
Thanks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003701c30f89$a56c4be0$4500a8c0>
