From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-x22a.google.com (mail-qt0-x22a.google.com [IPv6:2607:f8b0:400d:c0d::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DDF9D1A1E2F for ; Sat, 15 Oct 2016 09:18:26 -0700 (PDT) Received: by mail-qt0-x22a.google.com with SMTP id q7so93166230qtq.1 for ; Sat, 15 Oct 2016 09:18:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=LoOECOEC7trJMNr4RXQ0JWYOeLNziVepyTAeX56tHrU=; b=Tm669uLbwKbRtcjgB0RIJH6TLLkWOOWLPQKO0L9FafHDUK+9mBR9/M1vE8ny6fOHY5 7thXil7Wxi8oupLczySWCiFfp9VXIVr5SQKt1Sx63vF+zhTmPttt06BNIvkPiy3Edo+7 tEJ16azmhVJOpgpW/NJlsrmZ04o6caCZ8C+s6U12FspQGbPBXY2m9o+jOigd/llHY22W Ar5rPs1joND0BV9nuDIYOekYk9MCKJ+5hqptPhMF7Al0oOM7llX9cT2tVCr3pHuVS1Is u7EJ4l9B2NEMbLs8FMfkdj/R4vJxq96k47Ih/CZocskSrVRBvENwJj45XFI2gu5myaIp 8QIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=LoOECOEC7trJMNr4RXQ0JWYOeLNziVepyTAeX56tHrU=; b=WpvNdEHbfStfEokLj2QgyF7GcKtHvSb/n7EWjryBMIVW4uHKN1XsCZRz123sOK2mpQ QvqPgQDZPTDLJNxWQ28/Opn+zsh6k6gNiiPPZCUMibTC/2PO1V563TnwwbSdTFImkCkn 62hSyLDQHaKDwMxbWXiq4yZu7R1vMelmjxnXzWM0sXkOo4/nzOf0Tub+Oyoiy67wNcBH 0e3KUg2VJe59pq/sEndunJof7iNM9Dy5yJ15NbpBXsa5rGR3Nd0IqEZjqCYaQ/9kxs4g Ae47K7byJK0rovRDJ4SLi1sTxsSNGZ/RDFoelX28wESkP7lw+k+U9hRAXm/Syxm0sZzK +IKA== X-Gm-Message-State: AA6/9Rlc6B5t4LdGTPLsAiJZc71ngskAGxg551J+B/fJadG/NmLmQ/lx7WX5ntSNvo/+6WSq8hyRDIqQ1tPAOQ== X-Received: by 10.200.37.204 with SMTP id f12mr17692387qtf.123.1476548305590; Sat, 15 Oct 2016 09:18:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Denis Alberto Silverio Date: Sat, 15 Oct 2016 16:18:15 +0000 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.21 Subject: Trying to build an uefi application that is out of UDK directory X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2016 16:18:27 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi guys I've created an uefi application in a directory that is not inside the EDK2015 folder. For example: My UDK folder is: C:\Projects\UEFI\UDK2015_r18552 |- BaseTools |- Conf |- CryptoPkg |-....etc My Uefi app is on: C:\Projects\UEFI\Projects\MyApp |- EntryPoint.c |- MyApp.dsc |- .....etc I=C2=B4ve done the whole UDK2015 build proccess and now i'am trying to buil= d my application So, to build my app i'm running these commands on an Windows cmd: cd C:\Projects\UEFI\UDK2015_r18552 edksetup.bat --NT32 cd C:\Projects\UEFI\Projects\MyApp build -p C:\Projects\UEFI\Projects\MaApp\MyApp.dsc -m C:\Projects\UEFI\Projects\MyApp\MyApp.inf -a X64 -t VS2013x86 -D PROJECT_DIRECTORY_NAME=3DC:\Projects\UEFI\Projects\MyApp and this error appears.. >>>>>> (Please send email to edk2-devel@"lists.sourceforge.net for help, attaching following call stack trace!) (Python 2.7.3 on win32) Traceback (most recent call last): File "build.py", line 2033, in Main File "build.py", line 1792, in Launch File "build.py", line 1509, in _BuildModule File "build.py", line 1032, in _Build File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\= AutoGen.py", line 3517, in CreateMakeF ile File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\= AutoGen.py", line 3523, in CreateMakeF ile File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\= GenMake.py", line 184, in Generate File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\= GenMake.py", line 563, in _CreateTempl ateDict File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\Common\L= ongFilePathOs.py", line 56, in listdir WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: u'\\\\?\\c:\\projects\\uefi \\udk2015_r18552\\C:*.*' <<<<<< To resolve this problem, I created a symbolic link on UDK2015 folder to linking myApp folder and apparently it works. Is there another way to build an application that is out of UDK folder? Thank you!