cross-building

Clang can very well build LLVM and itself without GCC. For example, this is how I setup a cross-building environment including the complete toolchain on a fast x86_64 system (i7 @ 4GHz, 4 core) for my BeagleBone Black - ARMv7.

# mkdir -p ~/install/BBB

Hello Obsigna,
Do you have more detailed instructions posted somewhere?
If so, where?
If not, may I message you about this?

I have recently switched a number of computers at my workplace to FreeBSD (NetBSD for the single board computers).
Next I need to set up the build tools (both GCC and LLVM / Clang) on Debian Linux and FreeBSD to build for FreeBSD, Linux, and NetBSD on x86_64 and AARCH64.
I have been doing this using packages but I am running in to problems. At this point I think I should build from scratch (such as it is) but want to understand the process as much as I can.

=thoth=
 
Back
Top