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 target/17559] New: Can't compile m68hc11 cross compiler


When configured with --target=m68hc11 --enable-languages=c --disable-nls

make fails with:

/test/obj/gcc-obj/gcc/xgcc -B/test/obj/gcc-obj/gcc/ 
-B/test/HEAD-2004-09-19/m68hc11/bin/ -B/test/HEAD-2004-09-19/m68hc11/lib/ 
-isystem /test/HEAD-2004-09-19/m68hc11/include -isystem 
/test/HEAD-2004-09-19/m68hc11/sys-include -Os -mrelax  -DUSE_GAS -DIN_GCC -g  
-DIN_LIBGCC2 -I. -I -I/test/HEAD/gcc/gcc -I/test/HEAD/gcc/gcc/ 
-I/test/HEAD/gcc/gcc/../include -I/test/HEAD/gcc/gcc/../libcpp/include  
-DL_muldi3 -c /test/HEAD/gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from /test/HEAD/gcc/gcc/libgcc2.c:41:
/test/HEAD/gcc/gcc/tsystem.h:90:19: stdio.h: No such file or directory
/test/HEAD/gcc/gcc/tsystem.h:93:23: sys/types.h: No such file or directory
/test/HEAD/gcc/gcc/tsystem.h:96:19: errno.h: No such file or directory
/test/HEAD/gcc/gcc/tsystem.h:103:20: string.h: No such file or directory
/test/HEAD/gcc/gcc/tsystem.h:104:20: stdlib.h: No such file or directory
/test/HEAD/gcc/gcc/tsystem.h:105:20: unistd.h: No such file or directory
/test/HEAD/gcc/gcc/tsystem.h:111:18: time.h: No such file or directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/misc/t/gcc-cross-temp/gcc-obj/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/misc/t/gcc-cross-temp/gcc-obj/gcc'
make: *** [all-gcc] Error 2


Can anyone confirm this, or is my setup broken?
I'm using 3.4.2 as the host compiler.

-- 
           Summary: Can't compile m68hc11 cross compiler
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: miguel55angel at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i386-linux
GCC target triplet: m68hc11


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


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