On 29/01/16 22:28, Dave Tucker wrote:
See
http://wiki.rumpkernel.org/Info%3A-Notes-on-hardware-platforms#raspberry-pi

I filed a NetBSD PR about that "spoiler" years ago, don't remember what
the conclusion was off the top of my head, but anyway, the workaround
should be fine.  At least it worked when I last was building for RPi.

Thanks!
I tried it out today with the official compiler and it complained if couldn't find 
<ssp.h>
After adding `-I<long path to rpi compiler>/includes/ssp` to CFLAGS I'm now 
getting more errors along the lines of:

'__ssp_real' declared as function returning a function

I think this is a gcc related issue, so next step is to see if I can rebuild the 
compiler with support for gcc >= 4.9

It's a known problem, but the only known workaround -- known to me at any rate -- is to uninstall the host ssp headers. See:
https://github.com/rumpkernel/rumprun/issues/14

In case someone's tweakfinger is tingling, a solution for that would be very welcome.

Reply via email to