From owner-freebsd-arm@freebsd.org Fri Feb 9 00:27:30 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE960F132F0 for ; Fri, 9 Feb 2018 00:27:30 +0000 (UTC) (envelope-from timur@codeaurora.org) Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B49E876DA for ; Fri, 9 Feb 2018 00:27:30 +0000 (UTC) (envelope-from timur@codeaurora.org) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 8C387607E5; Fri, 9 Feb 2018 00:21:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1518135691; bh=410T4Is2X2yziBvq5ftVJRjzwV97nzwhLfzDHs0vaBY=; h=From:Date:Subject:To:From; b=FpL7YdUz9z4tH0mfsFy4uosEd06kQNKZwUxTcfHLjbcmLsQHM6z+vGdzPdy1FFySq uo5cIYTuRRIfRBnv0Xnfx83meIuWHkZ/Pdshn9cBQX2lZKFW5qMF8FlzT4Nq7tx8/K /IUMZkNhJ50IZBgbSfSaX9lIr/nTO3I7uv9WkUF4= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=2.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.0 Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: timur@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1E72060272 for ; Fri, 9 Feb 2018 00:21:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1518135691; bh=410T4Is2X2yziBvq5ftVJRjzwV97nzwhLfzDHs0vaBY=; h=From:Date:Subject:To:From; b=FpL7YdUz9z4tH0mfsFy4uosEd06kQNKZwUxTcfHLjbcmLsQHM6z+vGdzPdy1FFySq uo5cIYTuRRIfRBnv0Xnfx83meIuWHkZ/Pdshn9cBQX2lZKFW5qMF8FlzT4Nq7tx8/K /IUMZkNhJ50IZBgbSfSaX9lIr/nTO3I7uv9WkUF4= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 1E72060272 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=timur@codeaurora.org Received: by mail-oi0-f52.google.com with SMTP id t78so4854373oih.4 for ; Thu, 08 Feb 2018 16:21:31 -0800 (PST) X-Gm-Message-State: APf1xPCqdbeDzWlN/HcFjmuY8mT90tkvIG1gFvB8POV4c90Hw2zpF/BF QRrfQkzRi0t6VOdeAmucK3YNwZALJrYkAh97Fvc= X-Google-Smtp-Source: AH8x2254JAUe4jWSqs4CN/EGOn3xvrx0aBcM/5rtsg46ss4yJMP5hAS1JEQE/n9i9vfeBnw1CoTOXVdH038YkuPkQyM= X-Received: by 10.202.28.21 with SMTP id c21mr578411oic.184.1518135690346; Thu, 08 Feb 2018 16:21:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.112.131 with HTTP; Thu, 8 Feb 2018 16:21:29 -0800 (PST) From: Timur Tabi Date: Thu, 8 Feb 2018 18:21:29 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Confused about ARM64 cross-compilation To: freebsd-arm@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 00:27:31 -0000 I am brand new to the FreeBSD world, and I'm trying to debug problems in booting FreeBSD on a new ARM64 system with ACPI. I've installed FreeBSD 11 on an x86 system, and I followed the instructions on https://wiki.freebsd.org/FreeBSD/arm/crossbuild to download the source code. Then I download arm64_build.sh from https://wiki.freebsd.org/arm64 and run that. Now it's building something, but I don't know what it's doing. Shouldn't I need to install a cross-compiler first? -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.