Raspberry Pi 3 support
Warner Losh
imp at bsdimp.com
Thu Oct 20 16:21:47 UTC 2016
On Thu, Oct 20, 2016 at 10:02 AM, Shawn Webb <shawn.webb at hardenedbsd.org> wrote:
> On Thu, Oct 20, 2016 at 05:57:06PM +0200, Michael Tuexen wrote:
>> > Cool! Thanks!
>> I followed the instructions in the Wiki with the difference that I had to go
>> via a file image. I successfully installed it on an SD card and booted the
>> RPI3. The only problem is that it misses an /usr/bin/ld although it has
>> /usr/bin/cc
>>
>> Any idea what might went wrong?
>
> Hey Michael,
>
> You'll need to use the projects/clang390-import branch to bring in lld.
> lld will get installed as /usr/bin/ld.lld. You'll need to create a
> symlink (or hardlink) pointing /usr/bin/ld to /usr/bin/ld.lld.
>
> I didn't document steps for the clang 3.9.0 / lld work mainly because
> it's extremely experimental and doesn't even work right at the moment.
You can also use the binutils ld. Don't have documented steps to do that...
Warner
More information about the freebsd-arm
mailing list