From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94162 invoked by alias); 9 Mar 2017 19:24:35 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 94102 invoked by uid 89); 9 Mar 2017 19:24:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*jjohnstn, H*Ad:U*jjohnstn X-HELO: mail-it0-f54.google.com Received: from mail-it0-f54.google.com (HELO mail-it0-f54.google.com) (209.85.214.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Mar 2017 19:24:27 +0000 Received: by mail-it0-f54.google.com with SMTP id h10so134541047ith.1 for ; Thu, 09 Mar 2017 11:24:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=pkOZ1FgQa9LCVa/ETUbd4i2pVu+i14iig4UCKPzJllA=; b=uV1zqpPX9VgiKFGsKNFgVGbvMFCuCB1nWAeP23hCWjDG6N8hDLxv1AbSuajF0+C+Ta rThgZNSgQo+oBfxORxjOzZc+enCeA0l77Hl4oyXKpyOr2HNGGaLnhTTP1WOKN8xypkdr 8NpVK46lStsyt+v6nTprDqFzbNt/Azf+Gx3Oh1xLGITpQmVjaZDDqdgUm8hxar0+0Y3W 0hYamEsNLJgqaBIN7qv2gbL4B5UMabfKtrAkIvO4RjdQgKDqGOD7jiWv6HyYsa884gnn TA/yR0a7DEONDUDkLHRUn0aGn8MdBYUPMeVMfTdRJZXGkRvCJn2Joy5Hdj0ao9NLnmfv 4Pdw== X-Gm-Message-State: AMke39lU8eTEPR292tAuIsMrTOdZLq0hQ0Q08Mq3orOHEuKD5ZqGDn5xoo9PUJi/fdSsng== X-Received: by 10.36.134.1 with SMTP id u1mr12811985itd.104.1489087466079; Thu, 09 Mar 2017 11:24:26 -0800 (PST) Received: from ?IPv6:2601:283:4600:c7:447:d9ed:fa84:ad5e? ([2601:283:4600:c7:447:d9ed:fa84:ad5e]) by smtp.gmail.com with ESMTPSA id a129sm3330812ioe.15.2017.03.09.11.24.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Mar 2017 11:24:25 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: newlib-2.5.0.20170228.tar.gz missing sys/config.h From: Rian Quinn In-Reply-To: <470815031.205590.1489087194881.JavaMail.zimbra@redhat.com> Date: Thu, 09 Mar 2017 19:24:00 -0000 Cc: newlib@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <9B03F996-3B72-468B-8382-C596E04402D0@gmail.com> References: <8AF1F335-2AC8-4ADC-8C7A-F87D7101A542@gmail.com> <470815031.205590.1489087194881.JavaMail.zimbra@redhat.com> To: Jeff Johnston X-SW-Source: 2017/txt/msg00162.txt.bz2 huh. it was definitely missing on the version I had. This is what I configu= red with=20 --target=3Dx86_64-vmm-elf CC_FOR_TARGET=3Dx86_64-vmm-clang CXX_FOR_TARGET= =3Dx86_64-vmm-clang++ CFLAGS_FOR_TARGET=3D\"$CFLAGS -DMALLOC_PROVIDED\" CXX= FLAGS_FOR_TARGET=3D\"$CXXFLAGS\" --prefix=3D$PWD/sysroot_vmm/ --disable-lib= gloss --disable-multilib --enable-newlib-multithread --enable-newlib-iconv = --disable-newlib-supplied-syscalls it gets through configuring fine, but dies on the first file it tries to co= mpile with the file missing.=20 - Rian > On Mar 9, 2017, at 12:19 PM, Jeff Johnston wrote: >=20 > I just untarred the tar file from the ftp site: >=20 > [jjohnstn@localhost sys]$ pwd > /home/jjohnstn/tmp/newlib-2.5.0.20170228/newlib/libc/include/sys > [jjohnstn@localhost sys]$ ls > cdefs.h features.h queue.h _stdint.h timespec.h > config.h file.h reent.h stdio.h _timeval.h > custom_file.h iconvnls.h resource.h string.h tree.h > _default_fcntl.h _intsup.h sched.h syslimits.h _types.h > dirent.h _locale.h select.h timeb.h types.h > dir.h lock.h signal.h time.h unistd.h > errno.h param.h _sigset.h times.h utime.h > fcntl.h _pthreadtypes.h stat.h _timespec.h wait.h >=20 > The source file is still there. How did you configure and build and what= was the > compile command that caused the error? Perhaps there is a configuration = error > introduced. >=20 > -- Jeff J. >=20 > ----- Original Message ----- >> sys/config.h is completely missing, so attempting to compile it results = total >> chaos. This was not an issue with the previous version. >>=20 >> /home/user/new_hypervisor/source_newlib/newlib/libc/include/_ansi.h:16:1= 0: >> fatal error: 'sys/config.h' file not found >> #include >>=20 >> - Rian