Re: [swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-05-04 Thread Karl Wagner via swift-dev
> On 3 May 2016, at 20:12, Jordan Rose wrote: > > >> On May 3, 2016, at 10:40, Karl Wagner via swift-dev > > wrote: >> >> >>> On 2 May 2016, at 18:42, Joseph Bell >> > wrote: >>> >>> Karl, >>> >>> A number of us are on Slack working with

Re: [swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-05-03 Thread Jordan Rose via swift-dev
> On May 3, 2016, at 10:40, Karl Wagner via swift-dev > wrote: > > >> On 2 May 2016, at 18:42, Joseph Bell > > wrote: >> >> Karl, >> >> A number of us are on Slack working with ARM support - would you like an >> invite? >> >> Joe >> > > Hi, > > yes that would

Re: [swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-05-03 Thread Karl Wagner via swift-dev
> On 2 May 2016, at 18:42, Joseph Bell wrote: > > Karl, > > A number of us are on Slack working with ARM support - would you like an > invite? > > Joe > Hi, yes that would nice. The modulemap issue can be fixed by adding a -resource-dir flag. Going with a comment in AddSwift.cmake, I sw

Re: [swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-05-02 Thread Ryan Lovelett via swift-dev
> ../swift/utils/build-script -d \ > --install-prefix="/usr" \ > --install-symroot="${cc_files}/out/symroot" \ > -- \ > --cross-compile-tools-deployment-targets=linux-armv7 \ > --cross-compile-sysroot="${sysroot}" \ > --cross-compile-toolchain-bin="${toolchain}" > --stdlib-deployment-targets="mac

Re: [swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-05-02 Thread Jordan Rose via swift-dev
> On Apr 29, 2016, at 23:46, Karl Wagner via swift-dev > wrote: > >> >> On 22 Apr 2016, at 06:46, Timothy Wood > > wrote: >> >> >>> On Apr 19, 2016, at 1:57 AM, Karl Wagner via swift-dev >> > wrote: >>> >>> I’m trying to cross-compile S

Re: [swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-04-29 Thread Karl Wagner via swift-dev
> On 22 Apr 2016, at 06:46, Timothy Wood wrote: > > >> On Apr 19, 2016, at 1:57 AM, Karl Wagner via swift-dev > > wrote: >> >> I’m trying to cross-compile Swift for the Raspberry Pi. I’ve got the tools >> and most of the standard library compiling, but I’m getting

[swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-04-19 Thread Karl Wagner via swift-dev
I’m trying to cross-compile Swift for the Raspberry Pi. I’ve got the tools and most of the standard library compiling, but I’m getting stuck trying to build the platform components for Glibc. Swift is just complaining that the “SwiftGlibc” module doesn’t exist. I’d appreciate it if anybody could