This is the mail archive of the gcc-help@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] | |
Hi,
I have installed GNAT 3.15p and I am trying to compile my own ADA
compiler via gcc. I tried following the instructions as follows:
cd objdir
srcdir/configure --enable-languages=c,ada
cd objdir
make bootstrap
cd gcc
make gnatlib_and_tools
cd ..
These instructions were found in the documentation. However, the second last command (make gnatlib...) doesn't work because the target does not exist. I have attached a script that shows what I did.
If anyone knows whats going on, please help me!
Sincerely,
Sohail
Attachment:
typescript
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |