From: Matt Porter <porter@cox.net>
To: brian.auld@adic.com
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: Kernel build: not recognizing 'tlbre' instruction
Date: Fri, 7 Feb 2003 10:33:22 -0700 [thread overview]
Message-ID: <20030207103322.A14341@home.com> (raw)
In-Reply-To: <995FF289C9D69747A09E42992644595405B23656@penguin.adic.com>; from brian.auld@adic.com on Fri, Feb 07, 2003 at 08:23:43AM -0800
On Fri, Feb 07, 2003 at 08:23:43AM -0800, brian.auld@adic.com wrote:
> When I try to build this 'custom kernel', I get the following error:
>
> ...
> Unrecognized opcode: 'tlbre' in the file arch/ppc/kernel/misc.S
Your toolchain probably does not define -m405 and you must have a
kernel tree that does not have an arch/ppc/Makefile with the
following:
ifdef CONFIG_4xx
CFLAGS := $(CFLAGS) -Wa,-m405
endif
> General question: Is there a way to get previous versions of
> linuxppc_2_4_devel kernels?
Do a "bk help" with the "clone" and "tag" args for an explanation on
how to clone a tree at a specific changeset or tag.
Regards,
--
Matt Porter
porter@cox.net
This is Linux Country. On a quiet night, you can hear Windows reboot.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2003-02-07 17:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-07 16:23 Kernel build: not recognizing 'tlbre' instruction brian.auld
2003-02-07 17:02 ` Prakash kanthi
2003-02-07 17:33 ` Matt Porter [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-02-07 19:03 brian.auld
2003-02-07 21:01 ` Matt Porter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030207103322.A14341@home.com \
--to=porter@cox.net \
--cc=brian.auld@adic.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).