Compiling Swift on buildroot

Hi,

does anyone have experience compiling swift as a buildroot package?
So far it has been a struggle to get it to build successfully.

Buildroot has separate packages for clang, llvm and icu but I am unable to tell the build-script to not look for the sources of these packages.

Thanks!

I’m not familiar with buildroot, but Swift does require custom versions of clang and LLVM to link against; the existing packages probably won’t work.

@clayhill I've created a Buildroot external layer to build the Swift runtime libraries and packages.