Confused about ARM64 cross-compilation

Erich Dollansky freebsd.ed.lists at sumeritec.com
Wed Feb 14 21:33:36 UTC 2018


Hi,

On Mon, 12 Feb 2018 12:11:42 -0600
Timur Tabi <timur at codeaurora.org> wrote:

> On Thu, Feb 8, 2018 at 6:44 PM, Ian Lepore <ian at freebsd.org> 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?
> 

the first checkout is something like this:

svnlite checkout svn://svn.freebsd.org/base/stable/11 /usr/src

or

svnlite checkout svn://svn.freebsd.org/base/base/head /usr/src

You update your sources later with

svnlite update usr/src

Yes, it will download the full source tree as the make file decides
during the building process what source files have to be used.

Erich


More information about the freebsd-arm mailing list