All of lore.kernel.org
 help / color / mirror / Atom feed
From: Narendra Sankar <narendrasankar@yahoo.com>
To: linux-mips@linux-mips.org
Subject: Error building for rm5231 due to multiple page size support
Date: Wed, 21 Jan 2004 16:14:13 -0800	[thread overview]
Message-ID: <200401211051.03411.narendrasankar@yahoo.com> (raw)

hi

I am trying to build the 2.4 32-bit (both HEAD and 2_4_23) kernel for the 
rm5231 cpu - both the cobalt and the ite8172 configurations (just using the 
default configurations from arch/mips/). I get the 
following error due to the changes made to support multiple page sizes. 
Looking at the code, this probably affects all configurations except for the 
ones that use MIPS32 (it seems that these configurations - for example the 
malta, actually do not ever use _PTE_T_LOG2) which include tlbex-mips32.S. 
The code from offset.c 
seems to generate a offset.h which has _PTE_T_LOG2 defined to be $2. Here is 
the snippet from the offset.h -

#define _PGD_T_LOG2    $2
#define _PMD_T_LOG2    $2
#define _PTE_T_LOG2    $2
  

mipsel-linux-gcc -D__ASSEMBLY__ -D__KERNEL__ 
-I/home/naren/lnxsrc/linux-2.4.23/linux/include 
-I /home/naren/lnxsrc/linux-2.4.23/linux/include/asm/gcc -G 0 -mno-abicalls 
-fno-pic -pipe   -mcpu=r5000 -mips2 -Wa,--trap   -c -o tlbex-r4k.o 
tlbex-r4k.S
tlbex-r4k.S: Assembler messages:
tlbex-r4k.S:178: Error: Instruction srl requires absolute expression
tlbex-r4k.S:178: Warning: Improper shift amount (4294967295)
tlbex-r4k.S:206: Error: Instruction srl requires absolute expression
tlbex-r4k.S:206: Warning: Improper shift amount (4294967295)
tlbex-r4k.S:242: Error: Instruction srl requires absolute expression
tlbex-r4k.S:242: Warning: Improper shift amount (4294967295)
tlbex-r4k.S:274: Error: Instruction srl requires absolute expression
tlbex-r4k.S:274: Warning: Improper shift amount (4294967295)
tlbex-r4k.S:465: Error: Instruction srl requires absolute expression
tlbex-r4k.S:493: Error: Instruction srl requires absolute expression
tlbex-r4k.S:520: Error: Instruction srl requires absolute expression
make[2]: *** [tlbex-r4k.o] Error 1


Is something wrong with the code, or with my configuration?

Thanks
Naren Sankar

             reply	other threads:[~2004-01-22  1:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-22  0:14 Narendra Sankar [this message]
2004-01-22  1:18 ` Error building for rm5231 due to multiple page size support Thiemo Seufer

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=200401211051.03411.narendrasankar@yahoo.com \
    --to=narendrasankar@yahoo.com \
    --cc=linux-mips@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.