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/68564] New: ada fails to bootstrap on sparc64-linux-gnu


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68564

            Bug ID: 68564
           Summary: ada fails to bootstrap on sparc64-linux-gnu
           Product: gcc
           Version: 5.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

trying to cross-build sparc64-linux-gnu ada with the gcc-5-branch 20151125 on a
x86_64-linux-gnu host, I get a build error building gnatlib

/scratch/packages/cross/5/p/gcc-5-cross-ports-1/gcc/build/./gcc/xgcc
-B/scratch/packages/cross/5/p/gcc-5-cross-ports-1/gcc/build/./gcc/
-B/usr/sparc64-linux-gnu/bin/ -B/usr/sparc64-linux-gnu/lib/ -isystem
/usr/sparc64-linux-gnu/include -isystem /usr/sparc64-linux-gnu/sys-include
-isystem /scratch/packages/cross/5/p/gcc-5-cross-ports-1/gcc/build/sys-include 
  -c -g -O2   -W -Wall -gnatpg -nostdinc   a-cfinve.adb -o a-cfinve.o
a-cfinve.ads:240:04: warning: in instantiation at a-coboho.adb:47
a-cfinve.ads:240:04: warning: types for unchecked conversion have different
sizes
../gcc-interface/Makefile:321: recipe for target 'a-cfinve.o' failed
make[8]: *** [a-cfinve.o] Error 1
make[8]: Leaving directory
'/scratch/packages/cross/5/p/gcc-5-cross-ports-1/gcc/build/gcc/ada/rts'
gcc-interface/Makefile:2667: recipe for target 'gnatlib' failed
make[7]: *** [gnatlib] Error 2
make[7]: Leaving directory
'/scratch/packages/cross/5/p/gcc-5-cross-ports-1/gcc/build/gcc/ada'
gcc-interface/Makefile:2744: recipe for target 'gnatlib-shared-dual' failed
make[6]: *** [gnatlib-shared-dual] Error 2

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