This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]