public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
@ 2003-05-26  5:57 inaoka.kazuhiro@renesas.com
  2003-05-26  6:42 ` [Bug target/10978] " dhazeghi@yahoo.com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: inaoka.kazuhiro@renesas.com @ 2003-05-26  5:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10978

           Summary: [m32r-elf] miss install crtini.o crtfini.o for m32rx
                    target.
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: inaoka.kazuhiro@renesas.com
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: m32r-elf

Crtini.o and crtfini.o for m32rx target are built, but not installed.

sample file:
hello.c
int main()
{
  return 0;
}

command line:
m32r-elf-gcc -m32rx hello.c

status log:
/usr/local/m32r-org/lib/gcc-lib/m32r-elf/3.3/../../../../m32r-elf/bin/ld: 
cannot open m32rx/crtinit.o: No such file or directory
collect2: ld returned 1 exit status

The following was a patch:(on gcc-3.2.3)
http://gcc.gnu.org/ml/gcc-patches/2003-04/msg01202.html



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-06-03 10:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
2003-05-26  6:42 ` [Bug target/10978] " dhazeghi@yahoo.com
2003-05-26 10:54 ` inaoka.kazuhiro@renesas.com
2003-05-26 14:43 ` pinskia@physics.uc.edu
2003-06-01  2:57 ` bangerth@dealii.org
2003-06-02 11:49 ` nickc@redhat.com
2003-06-02 17:38 ` dhazeghi@yahoo.com
2003-06-03  8:52 ` nickc@redhat.com
2003-06-03 10:36 ` dhazeghi@yahoo.com

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 read-only IMAP folder(s) and NNTP newsgroup(s).