From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25226 invoked by alias); 21 Jun 2004 07:59:45 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25218 invoked from network); 21 Jun 2004 07:59:44 -0000 Received: from unknown (HELO motgate2.mot.com) (144.189.100.101) by sourceware.org with SMTP; 21 Jun 2004 07:59:44 -0000 Received: from az33exr02.mot.com (az33exr02.mot.com [10.64.251.232]) by motgate2.mot.com (Motorola/Motgate2) with ESMTP id i5L7taWL010287 for ; Mon, 21 Jun 2004 00:55:36 -0700 (MST) Received: from zfr11exm01.sps.mot.com (zfr11exm01.sps.mot.com [10.160.9.102]) by az33exr02.mot.com (Motorola/az33exr02) with ESMTP id i5L7wEGw015599 for ; Mon, 21 Jun 2004 02:58:15 -0500 Received: by zfr11exm01-bckp.sps.mot.com with Internet Mail Service (5.5.2657.72) id ; Mon, 21 Jun 2004 09:59:40 +0200 Message-ID: <9587061CFA8BD511878400D0B7828EE60D0D2F22@zfr11exm01-bckp.sps.mot.com> From: Delaspre Ludovic-rc149c To: gcc-help@gcc.gnu.org Subject: RE: gcc-3.4.0 Date: Mon, 21 Jun 2004 07:59:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2004-06/txt/msg00213.txt.bz2 I Have the same error with this configuration --program-prefix=arm-linux- --with-cpu=arm1136jfs --with-sysroot=/local/linux_baseport/src/rootdisk/fs --with-headers=/local/linux_baseport/src/linux-2.6.0/include/linux --target=arm-linux -----Original Message----- From: Xing Hai [mailto:Xing_Hai@nmss.com] Sent: dimanche 20 juin 2004 15:31 To: gcc-help@gcc.gnu.org Subject: gcc-3.4.0 I had a problem to build a cross_compiler for m68k (actually for coldfire). The error was that could not find some header files, such as stdio.h, string.h, sys/types.h, while compiler was parsing tsystem.h in gcc directory. My current environment has gcc-3.1.1 package. After download and unzip I did 1. mkdir objdir 2. cd objdir 3. ../gcc-3.4.0/configure \ --host=sparc-sun-solaris2* \ --target=m68k-*-elf \ --prefix=/home/tools/coldfire \ --program-suffix=-m68k \ --with-local-prefix=/home/tools/coldfire \ --with-gnu-as \ --with-gnu-ld \ --enable-target-optspace \ --enable-languages=c,c++ \ --with-headers=/home/tools/coldfire/sys \ --with-libs=/home/tools/coldfire/sys \ --with-newlib 4. make all install Is there something wrong? Thanks, Xing Hai NMS 200 Schulz Drive Red Bank, NJ 07701 (732) 936-2155