Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-05 Thread Chris Elledge
wrote: > > On Thu, Apr 5, 2018 at 12:16 PM Khem Raj wrote: > >> On Thu, Apr 5, 2018 at 11:53 AM Chris Elledge >> wrote: >> >>> Unfortunately, removing the "+1" doesn't work. That results in a kernel >>> which claims to start, but does

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-05 Thread Chris Elledge
dre McCurdy wrote: > On Wed, Apr 4, 2018 at 9:14 AM, Andre McCurdy wrote: > > On Wed, Apr 4, 2018 at 8:06 AM, Chris Elledge > > wrote: > >> Thanks for the feedback. I rolled back binutils to 2.28.0 by copying the > >> yocto-2.3.3 binutils recipe directory into my

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-04 Thread Chris Elledge
ously. There are also reports that openssl and libavcodec are broken when targeting an ARM Thumb2 platform with binutils 2.29.* -Chris On Mon, Apr 2, 2018 at 7:14 PM, Andre McCurdy wrote: > On Mon, Apr 2, 2018 at 1:15 PM, Chris Elledge > wrote: > > I recently upgraded my Yocto based

[yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread Chris Elledge
I recently upgraded my Yocto based project to Yocto 2.4.2, and I encountered a problem when building my custom kernel for an AT91 SAMA5D3X platform. I've been using an ARM Thumb2 kernel for a while successfully until this release. It appears that the issue stems from the change to binutils version

Re: [yocto] Integrating Golang

2014-10-30 Thread Chris Elledge
I'm actively using meta-golang for development and continuing to add features as I find them necessary. If anyone has suggestions on what would be useful as a developer of embedded go applications, let me know. Specifically, I am most interested on input for what would be useful configuration