Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-19 Thread Timothy Wood via swift-dev
> On Apr 17, 2016, at 11:33 PM, Timothy Wood via swift-dev > wrote: > > I might try again tomorrow updating to a newer clang build, or maybe I should > just wave the white flag and rewrite my tiny codebase in C++ instead of > trying to use Swift here, and wait for it to be a bit more stable/s

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Timothy Wood via swift-dev
> On Apr 17, 2016, at 1:46 PM, Timothy Wood via swift-dev > wrote: > > >> On Apr 16, 2016, at 2:23 PM, William Dillon > > wrote: >> >> What LLVM are you using? >> >> You have to use the one from my github (and the arm branch) or it won't work: >> >> https://g

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Timothy Wood via swift-dev
> On Apr 15, 2016, at 6:45 PM, Joe Groff wrote: > What linker are you using? GNU ld 2.26 in particular changed the behavior of > protected visibility in a way that's incompatible with our usage, and we > haven't fully implemented a workaround. You might try using gold or an older > binutils, i

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Joe Bell via swift-dev
I'll join in Tim and try compiling again on the BeagleX15, it failed the other day but I forgot about using Wills LLVM Joe > On Apr 17, 2016, at 3:46 PM, Timothy Wood via swift-dev > wrote: > > >> On Apr 16, 2016, at 2:23 PM, William Dillon wrote: >> >> What LLVM are you using? >> >> You

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Timothy Wood via swift-dev
> On Apr 16, 2016, at 2:23 PM, William Dillon wrote: > > What LLVM are you using? > > You have to use the one from my github (and the arm branch) or it won't work: > > https://github.com/hpux735/swift-llvm/tree/arm > > > I haven't had time to

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-16 Thread William Dillon via swift-dev
Lang is, he was helping me write the LLVM tests, but I'm stacked at the moment. > On Apr 16, 2016, at 2:54 PM, Michael Gottesman wrote: > > >> On Apr 16, 2016, at 2:23 PM, William Dillon > > wrote: >> >> What LLVM are you using? >> >> You have to use the one fr

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-16 Thread Michael Gottesman via swift-dev
> On Apr 16, 2016, at 2:23 PM, William Dillon wrote: > > What LLVM are you using? > > You have to use the one from my github (and the arm branch) or it won't work: > > https://github.com/hpux735/swift-llvm/tree/arm > > > I haven't had time to

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-16 Thread William Dillon via swift-dev
What LLVM are you using? You have to use the one from my github (and the arm branch) or it won't work: https://github.com/hpux735/swift-llvm/tree/arm I haven't had time to upstream the changes to LLVM. - Will > On Apr 16, 2016, at 1:49 PM, Michael Gottesman via swift-dev > wrote: > > +CC L

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-16 Thread Michael Gottesman via swift-dev
+CC Lang Hames (Just in case) > On Apr 15, 2016, at 6:45 PM, Joe Groff via swift-dev > wrote: > >> >> On Apr 15, 2016, at 1:24 PM, Timothy Wood via swift-dev >> wrote: >> >> >> I was able to get Swift running on my Raspberry Pi using a variant of the >> instructions at >>

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-15 Thread Joe Groff via swift-dev
> On Apr 15, 2016, at 1:24 PM, Timothy Wood via swift-dev > wrote: > > > I was able to get Swift running on my Raspberry Pi using a variant of the > instructions at > > but sadly the packages I’ve found haven’t been

[swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-15 Thread Timothy Wood via swift-dev
I was able to get Swift running on my Raspberry Pi using a variant of the instructions at but sadly the packages I’ve found haven’t been updated for Swift 2.2 (so things like `associatedtype` don’t work nicely between M