All of lore.kernel.org
 help / color / mirror / Atom feed
* nodejs complation fails on dunfell
@ 2021-01-11 13:18 Marek Belisko
  2021-01-11 17:49 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Belisko @ 2021-01-11 13:18 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list

Hi,

I'm trying to compile nodejs12 from dunfell branch for
raspberrypi0-wifi and getting following issue:

/usr/include/c++/9.3.0/atomic:254: undefined reference to `__atomic_load_8'

For raspberrypi3 build it works perfectly fine. relevant flags are:
-march=armv6 -mfpu=vfp -mfloat-abi=hard -mtune=arm1176jzf-s

Strange is that nodejs8 from rocko branch works fine for
raspberrypi0-wifi. Any ideas?

Thanks and regards,

marek

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] nodejs complation fails on dunfell
  2021-01-11 13:18 nodejs complation fails on dunfell Marek Belisko
@ 2021-01-11 17:49 ` Khem Raj
  2021-01-11 18:57   ` Marek Belisko
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-01-11 17:49 UTC (permalink / raw)
  To: Marek Belisko; +Cc: OpenEmbedded Development mailing list

you might have to add -latomic to LDFLAGS

On Mon, Jan 11, 2021 at 5:18 AM Marek Belisko <marek.belisko@gmail.com> wrote:
>
> Hi,
>
> I'm trying to compile nodejs12 from dunfell branch for
> raspberrypi0-wifi and getting following issue:
>
> /usr/include/c++/9.3.0/atomic:254: undefined reference to `__atomic_load_8'
>
> For raspberrypi3 build it works perfectly fine. relevant flags are:
> -march=armv6 -mfpu=vfp -mfloat-abi=hard -mtune=arm1176jzf-s
>
> Strange is that nodejs8 from rocko branch works fine for
> raspberrypi0-wifi. Any ideas?
>
> Thanks and regards,
>
> marek
>
> 
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] nodejs complation fails on dunfell
  2021-01-11 17:49 ` [oe] " Khem Raj
@ 2021-01-11 18:57   ` Marek Belisko
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Belisko @ 2021-01-11 18:57 UTC (permalink / raw)
  To: Khem Raj; +Cc: OpenEmbedded Development mailing list

Hi Khem,

On Mon, Jan 11, 2021 at 6:49 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> you might have to add -latomic to LDFLAGS
I added it to LDFLAGS but it doesn't help.
>
> On Mon, Jan 11, 2021 at 5:18 AM Marek Belisko <marek.belisko@gmail.com> wrote:
> >
> > Hi,
> >
> > I'm trying to compile nodejs12 from dunfell branch for
> > raspberrypi0-wifi and getting following issue:
> >
> > /usr/include/c++/9.3.0/atomic:254: undefined reference to `__atomic_load_8'
> >
> > For raspberrypi3 build it works perfectly fine. relevant flags are:
> > -march=armv6 -mfpu=vfp -mfloat-abi=hard -mtune=arm1176jzf-s
> >
> > Strange is that nodejs8 from rocko branch works fine for
> > raspberrypi0-wifi. Any ideas?
> >
> > Thanks and regards,
> >
> > marek
> >
> > 
> >

BR,

marek

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-11 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 13:18 nodejs complation fails on dunfell Marek Belisko
2021-01-11 17:49 ` [oe] " Khem Raj
2021-01-11 18:57   ` Marek Belisko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.