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]

How to build 64-bits Ada library on SPARC Solaris 2.9 ?


Hello,

I succeeded in building and installing a gcc-4.1.2 compiler on sparc- sun-solaris2.9 for C, C++ and Ada. It is multi-lib and multi- architecture, i.e. I have a sparcv9 directory in lib/gcc/sparc-sun- solaris2.9/4.1.2/sparcv9 that contains crt1.o crtend.o crti.o gcrt1.o libgcc.a libgcov.a
crtbegin.o crtfastmath.o crtn.o gmon.o libgcc_eh.a


Unfortunately, this directory does not contain adainclude nor adalib.

I need to build this 64 bits Ada library, and I cannot find how.

I have the idea of building a cross-compiler hosted in sparc-sun- solaris2.9, building for sparcv9-sun-solaris2.9 but I think that there must be another much simpler solution (e.g. a make target that I missed), and anyway I do not know how to do :-(

Can you all give me clues ? Thank you in advance for your help

Paul


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