From owner-freebsd-arm@freebsd.org Mon Feb 12 18:11:52 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 721F4F0E435 for ; Mon, 12 Feb 2018 18:11:52 +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 09F2D82F1A; Mon, 12 Feb 2018 18:11:51 +0000 (UTC) (envelope-from timur@codeaurora.org) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id CEA5460F8D; Mon, 12 Feb 2018 18:11:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1518459104; bh=rVKeg1LnPb/tKnGFvlpUwwCHt8eDs3nAkz7TuhhLqDY=; h=In-Reply-To:References:From:Date:Subject:To:Cc:From; b=AfQCvXmVvSZpDfk4F3zC9zkB3QdF429maWRLWAvAu0pch7YsfptKBnSmp5+Lhxd5Q ZXGlkmZ9Z13hn+zPOaE9PggTFmjt8vH2aTBMfN8W15SgSAgbap23zn96d6E8hXrKMy W128og0ehp2/uo1IHc31m8lTvOMmZtbwJBxH1uD4= 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-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) (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 A2BE260F6B; Mon, 12 Feb 2018 18:11:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1518459103; bh=rVKeg1LnPb/tKnGFvlpUwwCHt8eDs3nAkz7TuhhLqDY=; h=In-Reply-To:References:From:Date:Subject:To:Cc:From; b=o5YXvGrWKiy/alI7wF6ZyyiLaXUDlrDV2O0j6nmFYb9kKZI2UAHbP2VjPTrT3v0fN /IIu0371zH7Q+YcOyzhxly3d2g9YEgja8SKbdp/+Qg0E5qKTaL2muglJTAWvpOmTG8 U3oHEKp0HxfdhY/y6EtRGlpxaxvC6erIR/tHG4So= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A2BE260F6B 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-f51.google.com with SMTP id t78so11870993oih.4; Mon, 12 Feb 2018 10:11:43 -0800 (PST) X-Gm-Message-State: APf1xPBl+qMVca6wnpu+zWUI8Ott3MFZmi0Ed38Bm01JnCBc+KtiEgiH SPK6aLH6wyzHR6qKIHcX3OuOuxjXOSp0p0ZJGc0= X-Google-Smtp-Source: AH8x225pSbxI2eZqmxncV2VZTqO3AbUrXOyXJ3025z/bzOi1X+2MDS1He1Djt4dbkJU2+6Sa5mQgRp1Vc+mz0xbP14E= X-Received: by 10.202.229.206 with SMTP id c197mr8076678oih.214.1518459102948; Mon, 12 Feb 2018 10:11:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.112.131 with HTTP; Mon, 12 Feb 2018 10:11:42 -0800 (PST) In-Reply-To: <1518137096.32585.128.camel@freebsd.org> References: <1518137096.32585.128.camel@freebsd.org> From: Timur Tabi Date: Mon, 12 Feb 2018 12:11:42 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Confused about ARM64 cross-compilation To: Ian Lepore Cc: Timur Tabi , 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: Mon, 12 Feb 2018 18:11:52 -0000 On Thu, Feb 8, 2018 at 6:44 PM, Ian Lepore wrote: > Nope, the freebsd build process is completely self-contained. It > starts by building whatever cross-compiler it needs if crossbuilding is > involved. Thanks. What is the svn command to download just the latest-and-greatest kernel source code? I see a lot of examples in google searches, but most of them appear to download the entire FreeBSD source code. Also, does the arm64_build.sh script require the full BSD source, or can it work with just the kernel? -- 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.