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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=cUXItBeCKrd4htAl 4Ztr/+YPNES41tk32hCekRBC0crc9aF9cM1QQwgeOSAywRDCkRATSN1srVnnlGM7 7XoRpI+ud0hcerQeMvCNaXBJNnYG7ZOfV3Z9L5ICYhltjE5vhChtDxgt4zyxMSgM wjEMItyTj8oS2dVvLPF0gjoZLlU= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=zAugkpIQ6tF+b0SL+y8Cjq 7LIvs=; b=F81iYPNBl0xDZnO4RwKmT1ZaxrdADuYEwKHGAfDYbb1/W0App52YGJ sT033ECpHxqqGHT/yft/S6g9ba6KP2z13TAvUGAFBB1n9fDKRdyjfLZ884ZEm7eX 2qz1CyYnq/1G8FYGGUvQTc9K7dD1xc5saNQyHbSn5VuSk21MJ1PeA= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS,WEIRD_PORT autolearn=ham version=3.3.2 spammy=khan, H*r:sk:mailsrv, Hx-spam-relays-external:sk:mailsrv, Khan X-HELO: mailsrv.cs.umass.edu Reply-To: moss AT cs DOT umass DOT edu Subject: Re: Issue with CYGWIN :( To: cygwin AT cygwin DOT com References: From: Eliot Moss Message-ID: <48976567-0a82-b3a5-62c2-0e646f4a17dd@cs.umass.edu> Date: Tue, 17 Apr 2018 07:56:18 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 4/17/2018 2:35 AM, Imran Khan wrote: > Hi BeCygwin, > Can you help me in resolving the issue? > 1. cd to LIVE-555 folder > ************@DESKTOP-PUEEUEA /cygdrive/e/*****/*****/sw/LIVE-555* > 2. execute the ndk-build command > *$ > E:/********/*****/android-ndk-r10e-windows-x86_64/android-ndk-r10e/ndk-build* > *Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: > E:\*******\******\android-ndk-r10e-windows-x86_64\android-ndk-r10e/jni/Android.mk* > */cygdrive/e/Imran/REPO/android-ndk-r10e-windows-x86_64/android-ndk-r10e/build/core/add-application.mk:199 > : *** Android NDK: Aborting... . Stop.* Looks to me that ndk-build figures it's on a Windows machine and is using Windows-style paths, etc. cygwin tries to make things *look* mostly Posixy, but if something insists on realizing it is on Windows, then it is that thing that you need to adjust. I would start by seeing how ndk-build determines what flavor of OS it's on, and seeing if you can convince it to do more linux-style things. Of course, while any things build more or less out of the box on cygwin, but everything will ... Regards - Eliot Moss -- 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