Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: jackson <jackson@realtek.com.tw>
Cc: linux-mips@linux-mips.org
Subject: Re: gnu tool-chain support for mips16?
Date: Thu, 6 Mar 2003 13:22:31 +0100	[thread overview]
Message-ID: <20030306132231.A15899@linux-mips.org> (raw)
In-Reply-To: <001a01c2e3ba$dd490e90$7405a8c0@realtek.com.tw>; from jackson@realtek.com.tw on Thu, Mar 06, 2003 at 04:32:02PM +0800

On Thu, Mar 06, 2003 at 04:32:02PM +0800, jackson wrote:

> I follow rules on http://www.ltc.com/~brad/mips/mips-cross-toolchain/
> to build gnu tool-cahin. 
> It works pefect for me to build linux/glibc/ulibc, and perform excellent
> on my Demo Board.
> 
> However, it report some bug messags as following when I compile a test.c 
> like:
> int test()
> {
>     return 0;
> }
> 
> ===================
> mips-linux-gcc -c -mips16 -o test test.c
> /tmp/ccjnCwV7.s: Assembler messages:
> /tmp/ccjnCwV7.s:14: Internal error!
> Assertion failure in macro_build_lui at ../../gas/config/tc-mips.c line 3107.
> Please report this bug.

All userspace with glibc, the standard userspace library environment for
Linux, must be PIC code and therefore the Linux compiler defaults to PIC
It's not possible to combine PIC code and MIPS16 ...

  Ralf

      parent reply	other threads:[~2003-03-06 12:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-06  8:32 gnu tool-chain support for mips16? jackson
2003-03-06  8:32 ` jackson
2003-03-06 12:22 ` Ralf Baechle [this message]

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=20030306132231.A15899@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=jackson@realtek.com.tw \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox