X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=dtdNlnraZ4D9QAJQ dJGnlLlb54T5qNwEHf/I2nWgMfhRLBIMi6HV/H3HsplCz8pR4mi8KLpVkUs/lrgQ 4uWY5a19ow9GXGUuAVTlD3OImmUZbdFAShof2OzGr1vYA2ITdzfAQz2/GfvtIj28 MMu5cKTdZ5i4zR6n1gt9PKM6jWU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=QrDkB7d4THf2KRuC4VRh8g K27+Y=; b=vXsZeUdVqwAGJPTfvlxBpbjTL8xx4BwxfBqHyrFKgqgdLLDBVscm1l 4Brhc2O2i10L9PQanHmIKXm5Dn/O78JNkgp3WNSwHyg8vD3ylPpCtqf/oaiU9qPS b/HPWuMc3mWULDlQixtmEh2YpUqwEbfj48qz/k/pC2s8K9FajV26s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=H*c:alternative, H*c:HHH X-HELO: EUR02-HE1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ijtmRL6H7q3Fdd7Bj6ZEiQDhq1+lGEZsnOj8aiiEaR4=; b=ZHTSpTvEzYrkwAeMdWuFQnNH4+t+M/JbU6hdlbdY/I2XCtvs871U8+n38RNdS+aqYsOx7AkzLTqUOFqgZlksN/JN5Shb3bJGNWRLwEuLMlPB2d2zgAW9Adyyyql2PcC2yAc8SdRS8joGqm4hWkGAbkPP97+xQjCGzGMvhQMXiZfEc3+S4Qgw5ykJAU8nEq8x8SC9robdBEZUT4HF1pX/wiXCBUNmLFTnNY7CjOdIZLa7DqgswrgUtOEivyVa6nknpv2IvncFVdIJBIPBU74JkdqkZdUKOwr1KxUZSXgt0zZJFnWn5LmMCdZrVr/AQDIoiq7uGh/pgImRBQY3HEop9g== From: Jose Isaias Cabrera To: Achim Gratz , "cygwin AT cygwin DOT com" Subject: Re: Building Bedrockdb in cygwin Date: Mon, 13 May 2019 19:24:41 +0000 Message-ID: References: ,<87o946rx1r DOT fsf AT Rainer DOT invalid> In-Reply-To: <87o946rx1r.fsf@Rainer.invalid> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4DJOuTA014029 Achim Gratz, on Monday, May 13, 2019 03:09 PM, wrote... >> So, it looks like the root (c49b808ae490f03d665df5faae457f613aa31aaf) does not exists... Thanks for the quick reply, though. > >The submodule might look in the wrong place as clearly it is available here: > >https://github.com/ARMmbed/mbedtls/commit/c49b808ae490f03d665df5faae457f613aa31aaf This is what the Makefile has, [snip] # The mbedtls libraries are all built the same way. mbedtls/library/libmbedcrypto.a mbedtls/library/libmbedtls.a mbedtls/library/libmbedx509.a: git submodule init git submodule update cd mbedtls && git checkout -q c49b808ae490f03d665df5faae457f613aa31aaf cd mbedtls && $(MAKE) no_test && touch library/libmbedcrypto.a && touch library/libmbedtls.a && touch library/libmbedx509.a [snip] and this is my error I am getting right at that spot: $ make git submodule init git submodule update cd mbedtls && git checkout -q c49b808ae490f03d665df5faae457f613aa31aaf fatal: reference is not a tree: c49b808ae490f03d665df5faae457f613aa31aaf make: *** No rule to make target 'mbedtls/library/libmbedcrypto.a', needed by 'libstuff/libstuff.d'. Stop. Question: does it matter that I did a 'git init' before starting this? Thanks for any help. josé -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple