> 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
