From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4010:c07::232; helo=mail-lf0-x232.google.com; envelope-from=alexey@kazuar-tech.com; receiver=edk2-devel@lists.01.org Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (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 0D8DE2244E3F0 for ; Sun, 15 Apr 2018 08:23:12 -0700 (PDT) Received: by mail-lf0-x232.google.com with SMTP id q9-v6so18578281lfk.9 for ; Sun, 15 Apr 2018 08:23:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kazuar-tech-com.20150623.gappssmtp.com; s=20150623; h=from:organization:subject:to:message-id:date:user-agent :mime-version:content-language; bh=rD2sz6SESsFqt6PhwVI91u6Hsbn1AIiWeHvaphqM6BA=; b=zIQKAS2ItHFZC/sgoabYjGO6PWrQ7oMuiz6l4lfvwmuqlswFka7Cz7BGnkul680bUT f4l0PztpOI9svxCB81QOv1uhTXMrt3PeclU/of0jgu5jP/TdADGJYGq+3VPSk/vIA0tg 9NAyKRWQHgL2bhdkbpXr0LybPgsNk0OLm5OB+HWDx2+qpHdxOKJ8WJ89vDdn3Y1tYFUJ toQDmxRD/VQ3Wc2jiIDWmRrlo5m1wmTmcgbbk4uRAKmuWDIcmTeFUUtvXelj/xb56Ezs 46tt+odbAcupzYhmB06kYgW6+MkUP8AV4duKbMIg8mPT8vOUat5ForGY4mKAGO+5FfXR GY/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:organization:subject:to:message-id:date :user-agent:mime-version:content-language; bh=rD2sz6SESsFqt6PhwVI91u6Hsbn1AIiWeHvaphqM6BA=; b=DrvBgWI8PemkB6v8wt+MCgr639uunZj4WLqANNCHKpmzMg6/S1Bb0AESzF8+K8YapX bvq388CxiaXSKnNHC4IyaKVccxbrWLsGUrKxvlqvaJe9A/AqJJ+oXrHlULB4wzLC/W8x 6Hnj92p139FuYZNk2VxCZ64XE++AxFaVwBIjbqTEC+XBnEQrbDhFCvZD/JD4f+jIM8Gk F00W4C3crzayZXV2ItTCDnJRvDfBpWmNul+zznExiP72+JkLNzC22k2H5VwcVwNXGsAu DjhJbMUQy9vzxuYNVjc2n4e9B/tSxsJxFgFXzkAXsMwaiXRMCx4ozMj+zSCL2Ai2tpLY cjag== X-Gm-Message-State: ALQs6tCDoq+687+zs8wbjmagbc5LGtYFKU/Sv/YcGOiO/L1LTl/DsFOa +k779fIYSYxi5Div7xPJnfufK7pY0tA= X-Google-Smtp-Source: AIpwx48vdsfPpgm6guPr3EAmgpJDO+da1acUYO1+QwOfUY1VFmGMvMlaUW3P1we7m3x+bVB9UitIvw== X-Received: by 2002:a19:f203:: with SMTP id q3-v6mr12092712lfh.54.1523805789510; Sun, 15 Apr 2018 08:23:09 -0700 (PDT) Received: from [192.168.30.21] (bzq-82-81-169-102.red.bezeqint.net. [82.81.169.102]) by smtp.gmail.com with ESMTPSA id e28-v6sm2347333lfb.52.2018.04.15.08.23.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Apr 2018 08:23:08 -0700 (PDT) From: Aleksey Shevandin Organization: Kazuar To: edk2-devel@lists.01.org Message-ID: Date: Sun, 15 Apr 2018 18:23:06 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.26 Subject: TianoCore UEFI Development Kit build: how to cause the build process to correctly recognize the build platform (Linux)? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2018 15:23:12 -0000 Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Dear members, I'm trying to build *UDK2018* on *Ubuntu 17*. After studying the documentation, I had impressed that the platform setup script (*sedksetup.sh*) shall configure the build framework to target the correct build platform, the tool chain etc. Unfortunately this is not what actually happens. The platform build process (the Build base tool) unexpectedly tries to build some *MS Windows* oriented stuff and fails. How this can be fixed? Following the documented recommendations, at the first stage I build the "Base Tools": |/make all -C ${EDK_TOOLS_PATH}/| Then I run the setup script: |/edksetup.sh BaseTools/| This stages are finished with success, also the setup script runs some tests that successfully pass. On the next stage I'm trying to build the platform: |build all -a X64 -t GCC5| This last stage fails with the follow error: Nt32Pkg/Include/WinNtPeim.h:27:10: fatal error: Common/WinNtInclude.h: No such file or directory Regards, Aleksey