public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/26136] New: when make it shows "make: *** No rule to make target '../alloc.c'. Stop"
@ 2020-06-19  2:07 hyc6643 at 126 dot com
  2020-06-19 13:08 ` [Bug build/26136] " ssbssa at sourceware dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hyc6643 at 126 dot com @ 2020-06-19  2:07 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26136

            Bug ID: 26136
           Summary: when make it shows "make: *** No rule to make target
                    '../alloc.c'. Stop"
           Product: gdb
           Version: 9.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: hyc6643 at 126 dot com
  Target Milestone: ---

Command as below:
 cd gdb/gdbserver
 mkdir buid
 cd build
 ./configure --target=arm-poky-linux-gnueabi --host=arm-poky-linux-gnueabi
 make

it show the message as summary.

Solution:
 add correct path to gdb/gdbserver/Makefile.in line 583
 from 'alloc-ipa.o: ../alloc.c' to 'alloc-ipa.o: ../../alloc.c'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2022-02-27 14:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-19  2:07 [Bug build/26136] New: when make it shows "make: *** No rule to make target '../alloc.c'. Stop" hyc6643 at 126 dot com
2020-06-19 13:08 ` [Bug build/26136] " ssbssa at sourceware dot org
2020-06-19 13:34 ` simark at simark dot ca
2020-06-22 23:29 ` hyc6643 at 126 dot com
2020-06-22 23:32 ` simark at simark dot ca
2020-06-22 23:47 ` hyc6643 at 126 dot com
2020-06-23  0:15 ` hyc6643 at 126 dot com
2020-06-23  0:28 ` simark at simark dot ca
2020-08-09 20:49 ` tromey at sourceware dot org
2022-02-27 14:59 ` tromey at sourceware dot 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).