From: "Rossz Vámos-Wentworth" Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help Subject: problem building cross compiler Date: Sat, 19 Feb 2000 12:26:59 -0800 Lines: 29 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 NNTP-Posting-Host: 209.239.201.36 X-Original-NNTP-Posting-Host: 209.239.201.36 Message-ID: <38aefcba_2@news.jps.net> X-Trace: 19 Feb 2000 12:27:38 -0800, 209.239.201.36 X-Original-NNTP-Posting-Host: 209.63.224.240 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm attempting to build a cross compiler using DJGPP tools. This is a win95 system. I have successfull built and installed cross versions of binutils. Am I leaving out a configuration option? Here's the relevent information: Running this: ./configure --prefix=/djgpp/h8300-hms --program-prefix=h8300-hms- --host=i38 6-pc-msdosdjgpp --target=h8300-hms make Results in this error _muldi3 In file included from ./libgcc2.c:41: f:/djgpp/include/stdlib.h:83: warning: conflicting types for built-in function ` __builtin_alloca' In file included from ./libgcc2.c:48: include/stddef.h:170: conflicting types for `size_t' f:/djgpp/include/stdlib.h:36: previous declaration of `size_t' include/stddef.h:255: warning: redefinition of `wchar_t' f:/djgpp/include/stdlib.h:39: warning: `wchar_t' previously declared here xgcc.exe: Internal compiler error: program cc1 got fatal signal 33 make.exe[2]: *** [libgcc2.a] Error 1 make.exe[2]: Leaving directory `f:/djgpp/gnu/gcc-2.95.2/gcc' make.exe[1]: *** [stmp-multilib-sub] Error 2 make.exe[1]: Leaving directory `f:/djgpp/gnu/gcc-2.95.2/gcc' make.exe: *** [stmp-multilib] Error 1