svn commit: r393756 - head/sysutils/u-boot-wandboard

Ian Lepore ian at freebsd.org
Sun Aug 9 02:01:42 UTC 2015


On Sun, 2015-08-09 at 03:54 +0200, Baptiste Daroussin wrote:
> On Sun, Aug 09, 2015 at 01:52:17AM +0000, Ian Lepore wrote:
> > Author: ian (src committer)
> > Date: Sun Aug  9 01:52:16 2015
> > New Revision: 393756
> > URL: https://svnweb.freebsd.org/changeset/ports/393756
> > 
> > Log:
> >   Use gcc 4.9.2 to cross-compile u-boot for wandboard.
> >   
> >   Approved by:	rpaulo
> > 
> Out of curiousity the issue with gcc 5.2 is an issue with gcc itself or an issue
> with u-boot?
> 
> Best
> regards,
> Bapt

With u-boot.  For the boards that use ancient vendor-supplied u-boot
source they're missing some header files and I think if you get past
that there are other compile errors.

I've got a longer-term project underway to try to update all the u-boot
ports to the latest mainline u-boot sources, which build fine with gcc5
or clang.  But to get everybody working again right now (it's been
broken for a while) this is the quick-fix.

-- Ian



More information about the svn-ports-all mailing list