This is the mail archive of the gcc-bugs@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]

[Bug ada/16442] New: Crossbuilding the Ada RTS fails


/home/willy/gcc/gcc-3.4/configure --host=ia64-linux --target=arm-linux
--prefix=/home/willy/arm --enable-languages=c,ada --disable-shared --disable-nls
make

This part works fine.  Then I need to build gnatlib:

cd gcc
make gnatlib
[...]
../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  g-debpoo.adb -o g-debpoo.o
../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  g-diopit.adb -o g-diopit.o
../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  g-dirope.adb -o g-dirope.o
+===========================GNAT BUG DETECTED==============================+
| 3.4.2 20040706 (prerelease) (arm-unknown-linux-gnu) GCC error:           |
| in dwarf2out_frame_debug_expr, at dwarf2out.c:1463                       |
| Error detected at s-secsta.ads:64:14                                     |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases, 
so please double check that the problem can still 
be reproduced with the set of files listed.


compilation abandoned
make[2]: *** [g-dirope.o] Error 1

The host compiler is version 3.3.4 (Debian 1:3.3.4-2)

-- 
           Summary: Crossbuilding the Ada RTS fails
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: willy at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: arm-unknown-linux-gnu


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


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