public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Ada-3.1.1 Makefile Madness
@ 2002-08-08  8:09 Michael S. Zick
  2002-08-08 12:11 ` Florian Weimer
  0 siblings, 1 reply; 7+ messages in thread
From: Michael S. Zick @ 2002-08-08  8:09 UTC (permalink / raw)
  To: gcc

Hi folks...

I seem to have a makefile problem here while bootstraping gcc-3.1.1<c,ada>.

While following the <release>/INSTALL#build.html instructions for building a 
native Ada... 
When I reach the "make gnatlib_and_tools" step from within 
<release>/gcc-bld/gcc...
The archive building fails.

Descending into <release>/gcc-bld/gcc/ada and trying "make gnatlib" allowed 
me to capture the attached text which seems to indicate what is going wrong...

The "ar...." command expects the objects (except for "prefix.o") to be in the 
<release>/gcc-bld/gcc/ada/rts directory.
The two prior calls to "make" found SOME of them in <release>/gcc-bld/gcc/ada 
but didn't build, move or link them into <release>/gcc-bld/ada/rts.

To continue my build, I hand "cp -p 'd" the missing *.o's into rts and 
everything else seemed to work.

Would it be possible to get a "Makefile" generated in 
<release>/gcc-bld/ada/rts that understands how to go from ../*.ads -> *.o and 
also use mt-frag and mh-frag as appropriate?

The existing makefile (Makefile.adalib) in "rts" will build the *.o's in that 
directory but complains about the missing archives (which are yet to be 
built).

I have made a few other comments in the attached "cut and paste" of the build 
output text attached.

Mike
Attachment:
ada-3.1.1-fail.txt
Description: Make output text

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

end of thread, other threads:[~2002-08-09 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-08  8:09 Ada-3.1.1 Makefile Madness Michael S. Zick
2002-08-08 12:11 ` Florian Weimer
2002-08-08 16:17   ` Michael S. Zick
2002-08-09  0:11     ` Andris Pavenis
2002-08-09  6:35       ` Michael S. Zick
2002-08-09 10:00         ` Michael S. Zick
2002-08-09 14:33           ` Michael S. Zick

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