Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-21 Thread Iorga, Cristian
...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Henning Heinold Sent: Sunday, January 11, 2015 5:25 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] Query on meta-java layer openjdk-7-jre build On Sun, Jan 11, 2015 at 12:44:58PM +0530, Victor

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-20 Thread Max Krummenacher
Hello 2015-01-19 13:41 GMT+01:00 Otavio Salvador : > Hello Max, > > On Mon, Jan 19, 2015 at 9:56 AM, Max Krummenacher > wrote: >> I made some progress. >> We seem to be discussing two issues >> >> 1) >> qemu stops with a segmentation fault. >> When DEFAULTTUNE is "armv7ahf" or "armv7athf" and a

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-19 Thread Max Krummenacher
Hi Colin 2015-01-19 19:43 GMT+01:00 Colin Smiley : > Max, Otavio, > > Thank you for the continued work you're doing on this. > > > On 1/19/15, 6:41 AM, "Otavio Salvador" wrote: > >>Hello Max, >> >>On Mon, Jan 19, 2015 at 9:56 AM, Max Krummenacher >>wrote: >>> I made some progress. >>> We seem to

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-19 Thread Otavio Salvador
On Mon, Jan 19, 2015 at 4:43 PM, Colin Smiley wrote: > If this is what is causing the meta-java qemu problems, wouldn’t this have > to be ported back to daisy as well? Daisy is the latest branch meta-java > says it supports (it’s the one I’ve been using, anyway). Yes, potentially. I am not using

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-19 Thread Colin Smiley
Max, Otavio, Thank you for the continued work you’re doing on this. On 1/19/15, 6:41 AM, "Otavio Salvador" wrote: >Hello Max, > >On Mon, Jan 19, 2015 at 9:56 AM, Max Krummenacher >wrote: >> I made some progress. >> We seem to be discussing two issues ... >> 2) >> qemu runs indefinitely. >>

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-19 Thread Otavio Salvador
Hello Max, On Mon, Jan 19, 2015 at 9:56 AM, Max Krummenacher wrote: > I made some progress. > We seem to be discussing two issues > > 1) > qemu stops with a segmentation fault. > When DEFAULTTUNE is "armv7ahf" or "armv7athf" and a binary is compiled > with "-static" and the gold linker is used, t

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-19 Thread Max Krummenacher
Hello I made some progress. We seem to be discussing two issues 1) qemu stops with a segmentation fault. When DEFAULTTUNE is "armv7ahf" or "armv7athf" and a binary is compiled with "-static" and the gold linker is used, then the resulting binary does not run on qemu or on real hardware. The Angst

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-15 Thread Max Krummenacher
2015-01-15 12:29 GMT+01:00 Max Krummenacher : > 2015-01-15 1:11 GMT+01:00 Otavio Salvador : >> Hello, >> >> (I am adding Alex on Cc as well) >> >> On Wed, Jan 14, 2015 at 9:52 PM, Max Krummenacher >> wrote: >>> Otavio Salvador ossystems.com.br> writes: Can you prepare a patchset for it? >>

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-15 Thread Max Krummenacher
2015-01-15 1:11 GMT+01:00 Otavio Salvador : > Hello, > > (I am adding Alex on Cc as well) > > On Wed, Jan 14, 2015 at 9:52 PM, Max Krummenacher > wrote: >> Otavio Salvador ossystems.com.br> writes: >>> Can you prepare a patchset for it? >>> >> >> I'm not really convinced that reverting the stat

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-15 Thread Max Krummenacher
Hi Colin > Is the problem I'm seeing the same as what you're describing below? Probably not. The GCC cross compiler in my setup produces executables which Segmentation Fault immediately when linked with --static. So when qemu-arm is run you get an immediate seg fault. You could test your gcc / qe

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-15 Thread Henning Heinold
On Thu, Jan 15, 2015 at 12:23:49AM +, Colin Smiley wrote: > > Earlier this week, I’d sent an email to the list about my problems getting > openjdk-6 to build. > > The short version of my build process is: > > 1) install poky on daisy branch > 2) install open embedded on daisy branch > 3) ins

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-14 Thread Colin Smiley
Earlier this week, I’d sent an email to the list about my problems getting openjdk-6 to build. The short version of my build process is: 1) install poky on daisy branch 2) install open embedded on daisy branch 3) install meta-java on trunk 4) attempt to bitbake java-test-image (removing openjdk-

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-14 Thread Otavio Salvador
Hello, (I am adding Alex on Cc as well) On Wed, Jan 14, 2015 at 9:52 PM, Max Krummenacher wrote: > Otavio Salvador ossystems.com.br> writes: >> Can you prepare a patchset for it? >> > > I'm not really convinced that reverting the static linking is a good > approach as obviously something faile

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-14 Thread Max Krummenacher
Hello Otavio, Henning Otavio Salvador ossystems.com.br> writes: > > Hello Max, > > On Tue, Jan 13, 2015 at 11:24 AM, Henning Heinold > itconsulting-heinold.de> wrote: > > On Tue, Jan 13, 2015 at 01:02:01PM +, Max Krummenacher wrote: > >> > I have OpenEmbedded setup and using the daisy bra

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-13 Thread Otavio Salvador
Hello Max, On Tue, Jan 13, 2015 at 11:24 AM, Henning Heinold wrote: > On Tue, Jan 13, 2015 at 01:02:01PM +, Max Krummenacher wrote: >> > I have OpenEmbedded setup and using the daisy branch. For the meta-java >> layer I >> > am using the master branch of >> http://git.yoctoproject.org/cgit/cg

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-13 Thread Henning Heinold
On Tue, Jan 13, 2015 at 01:02:01PM +, Max Krummenacher wrote: > Hi Victor > > > I have OpenEmbedded setup and using the daisy branch. For the meta-java > layer I > > am using the master branch of > http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/. > > > > For our embedded modules we have

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-13 Thread Max Krummenacher
Hi Victor > I have OpenEmbedded setup and using the daisy branch. For the meta-java layer I > am using the master branch of http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/. > > For our embedded modules we have our own meta layer. I am trying to build > an angstrom image with LXDE. > > We ar

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-11 Thread Henning Heinold
On Sun, Jan 11, 2015 at 12:44:58PM +0530, Victor Ascroft wrote: > Hello, > > I have OpenEmbedded setup and using the daisy branch. For the meta-java layer > I > am using the master branch of > http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/. > > For our embedded modules we have our own met