You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just now, I almost built the latest emcraft u-boot for cortex m3 using gcc 5.2 with just a few changes:
No inline in front of the stub functions pointed to by weak alias attribute (LED stuff, and show_progress).
nonconstant origin expression in u-boot.lds, which was discussed in another (closed) thread.
Since the u-boot does not run after Linux starts, building u-boot with the more recent toolchain is not super-important. It's just that being able to build EVERYTHING within Buildroot (using 2015.11.rc3), in 1-go, would be quite clean.
The text was updated successfully, but these errors were encountered:
Just now, I almost built the latest emcraft u-boot for cortex m3 using gcc 5.2 with just a few changes:
Since the u-boot does not run after Linux starts, building u-boot with the more recent toolchain is not super-important. It's just that being able to build EVERYTHING within Buildroot (using 2015.11.rc3), in 1-go, would be quite clean.
The text was updated successfully, but these errors were encountered: