public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/42787]  New: Failed to "make all-target"
@ 2010-01-18  6:22 monaka at monami-software dot com
  2010-01-18  6:27 ` [Bug c/42787] " monaka at monami-software dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: monaka at monami-software dot com @ 2010-01-18  6:22 UTC (permalink / raw)
  To: gcc-bugs

In case "make all-target" after "make all-gcc", the build is failed.

/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/mpkg-darwin/m32r-elf/build/i386/./gcc/xgcc
-B/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/mpkg-darwin/m32r-elf/build/i386/./gcc/
-nostdinc
-B/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/mpkg-darwin/m32r-elf/build/i386/m32r-elf/newlib/
-isystem
/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/mpkg-darwin/m32r-elf/build/i386/m32r-elf/newlib/targ-include
-isystem /Users/monaka/git/sourceforge.jp/pf3gnuchains4x/newlib/libc/include
-B/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/mpkg-darwin/m32r-elf/build/i386/m32r-elf/libgloss/m32r
-L/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/mpkg-darwin/m32r-elf/build/i386/m32r-elf/libgloss/libnosys
-L/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/libgloss/m32r
-B/pizza/m32r-elf/bin/ -B/pizza/m32r-elf/lib/ -isystem /pizza/m32r-elf/include
-isystem /pizza/m32r-elf/sys-include
-L/Users/monaka/git/sourceforge.jp/pf3gnuchains4x/mpkg-darwin/m32r-elf/build/i386/./ld
   -c  -g -Os  -mmodel=medium -msdata=sdata -DIN_GCC
-DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../../../../gcc -I../../../../../gcc/. -I../../../../../gcc/../include
-I./../intl -I../../../../../gcc/../libcpp/include -I/opt/gcc4build/include
-I/opt/gcc4build/include  -I../../../../../gcc/../libdecnumber
-I../../../../../gcc/../libdecnumber/dpd -I../libdecnumber     \
                ../../../../../gcc/config/m32r/m32r.c -o m32r.o
In file included from ../../../../../gcc/config/m32r/m32r.c:22:0:
../../../../../gcc/system.h:199:22: fatal error: strings.h: No such file or
directory
compilation terminated.


-- 
           Summary: Failed to "make all-target"
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: monaka at monami-software dot com
 GCC build triplet: i386-apple-darwin10.2.0
  GCC host triplet: i386-apple-darwin10.2.0
GCC target triplet: m32r-elf


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


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

* [Bug c/42787] Failed to "make all-target"
  2010-01-18  6:22 [Bug c/42787] New: Failed to "make all-target" monaka at monami-software dot com
@ 2010-01-18  6:27 ` monaka at monami-software dot com
  2010-01-18  8:02 ` monaka at monami-software dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: monaka at monami-software dot com @ 2010-01-18  6:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from monaka at monami-software dot com  2010-01-18 06:27 -------
The origin of this issue is gengtype doesn't create gt-m32r.h.


-- 


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


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

* [Bug c/42787] Failed to "make all-target"
  2010-01-18  6:22 [Bug c/42787] New: Failed to "make all-target" monaka at monami-software dot com
  2010-01-18  6:27 ` [Bug c/42787] " monaka at monami-software dot com
@ 2010-01-18  8:02 ` monaka at monami-software dot com
  2010-01-18 10:23 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: monaka at monami-software dot com @ 2010-01-18  8:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from monaka at monami-software dot com  2010-01-18 08:01 -------
There has a similar issue under h8300-elf target.


-- 


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


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

* [Bug c/42787] Failed to "make all-target"
  2010-01-18  6:22 [Bug c/42787] New: Failed to "make all-target" monaka at monami-software dot com
  2010-01-18  6:27 ` [Bug c/42787] " monaka at monami-software dot com
  2010-01-18  8:02 ` monaka at monami-software dot com
@ 2010-01-18 10:23 ` rguenth at gcc dot gnu dot org
  2010-01-18 23:21 ` monaka at monami-software dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-18 10:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-01-18 10:23 -------
It rather seems you do not have proper target headers.


-- 


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


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

* [Bug c/42787] Failed to "make all-target"
  2010-01-18  6:22 [Bug c/42787] New: Failed to "make all-target" monaka at monami-software dot com
                   ` (2 preceding siblings ...)
  2010-01-18 10:23 ` rguenth at gcc dot gnu dot org
@ 2010-01-18 23:21 ` monaka at monami-software dot com
  2010-01-19  0:11 ` monaka at monami-software dot com
  2010-02-07 20:16 ` [Bug bootstrap/42787] " pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: monaka at monami-software dot com @ 2010-01-18 23:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from monaka at monami-software dot com  2010-01-18 23:21 -------
(In reply to comment #3)
> It rather seems you do not have proper target headers.

What's "proper target headers"?
If it's t-m32r.h, I have it.


-- 


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


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

* [Bug c/42787] Failed to "make all-target"
  2010-01-18  6:22 [Bug c/42787] New: Failed to "make all-target" monaka at monami-software dot com
                   ` (3 preceding siblings ...)
  2010-01-18 23:21 ` monaka at monami-software dot com
@ 2010-01-19  0:11 ` monaka at monami-software dot com
  2010-02-07 20:16 ` [Bug bootstrap/42787] " pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: monaka at monami-software dot com @ 2010-01-19  0:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from monaka at monami-software dot com  2010-01-19 00:11 -------
There are no GTY tags in t-h8300.h and t-m32r.h. Is this an indirect cause?


-- 


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


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

* [Bug bootstrap/42787] Failed to "make all-target"
  2010-01-18  6:22 [Bug c/42787] New: Failed to "make all-target" monaka at monami-software dot com
                   ` (4 preceding siblings ...)
  2010-01-19  0:11 ` monaka at monami-software dot com
@ 2010-02-07 20:16 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-02-07 20:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2010-02-07 20:16 -------
That line of compiling does not make sense as it is trying to compile
gcc/config/m32r/m32r.c as a target object file while it should only be compiled
for the host machine ...

How did you configure gcc? 


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |bootstrap


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


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

* [Bug bootstrap/42787] Failed to "make all-target"
       [not found] <bug-42787-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-16  9:36 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-16  9:36 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-16 09:27:16 UTC ---
No feedback in almost 2 years so closing as invalid.


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

end of thread, other threads:[~2012-01-16  9:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-18  6:22 [Bug c/42787] New: Failed to "make all-target" monaka at monami-software dot com
2010-01-18  6:27 ` [Bug c/42787] " monaka at monami-software dot com
2010-01-18  8:02 ` monaka at monami-software dot com
2010-01-18 10:23 ` rguenth at gcc dot gnu dot org
2010-01-18 23:21 ` monaka at monami-software dot com
2010-01-19  0:11 ` monaka at monami-software dot com
2010-02-07 20:16 ` [Bug bootstrap/42787] " pinskia at gcc dot gnu dot org
     [not found] <bug-42787-4@http.gcc.gnu.org/bugzilla/>
2012-01-16  9:36 ` pinskia at gcc dot gnu.org

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).