* [Buildroot] [Bug 9941] nodejs option disappears for arm
2017-06-07 8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
@ 2017-06-07 12:28 ` bugzilla at busybox.net
2017-06-07 12:33 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 12:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9941
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
With ARM I take it that you specifically mean one of the older ARM variants
(arm926t or similar)? Modern versions of nodejs require instructions only
available on ARMv6 + FPU or newer. In 2016.11 we still supported the legacy
0.10.x version of nodejs for the older ARM variants, but this is no longer
supported by nodejs upstream and got removed from Buildroot back in March.
If your system really has such an old ARM variant then you cannot use nodejs,
unless you re-add the (unsupported) 0.10.x version or stick with with our
current LTS release (2017.02.x)
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [Bug 9941] nodejs option disappears for arm
2017-06-07 8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
2017-06-07 12:28 ` [Buildroot] [Bug 9941] " bugzilla at busybox.net
@ 2017-06-07 12:33 ` bugzilla at busybox.net
2017-06-07 13:03 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 12:33 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9941
--- Comment #2 from Refik Tuzakli <tuzakli.refik@gmail.com> ---
No it not older version. It is ARMv7
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [Bug 9941] nodejs option disappears for arm
2017-06-07 8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
2017-06-07 12:28 ` [Buildroot] [Bug 9941] " bugzilla at busybox.net
2017-06-07 12:33 ` bugzilla at busybox.net
@ 2017-06-07 13:03 ` bugzilla at busybox.net
2017-06-07 14:18 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 13:03 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9941
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
(In reply to Refik Tuzakli from comment #2)
Ok, then please provide some more details:
- What buildroot version
- What is your .config
nodejs depends on:
default y if BR2_arm && !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5 &&
BR2_ARM_CPU_HAS_VFPV2
You mention that you are using an ARMv7 core. Have you enabled FPU support?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [Bug 9941] nodejs option disappears for arm
2017-06-07 8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
` (2 preceding siblings ...)
2017-06-07 13:03 ` bugzilla at busybox.net
@ 2017-06-07 14:18 ` bugzilla at busybox.net
2017-06-07 14:51 ` bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 14:18 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9941
--- Comment #4 from Refik Tuzakli <tuzakli.refik@gmail.com> ---
buildroot version 2017.08
ARM coretex-a9
fpu is enabled
nodejs depends on:
default y if BR2_arm && !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5 &&
BR2_ARM_CPU_HAS_VFPV2 satisfied
.config file size more than uploading limit. I can not attache.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [Bug 9941] nodejs option disappears for arm
2017-06-07 8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
` (3 preceding siblings ...)
2017-06-07 14:18 ` bugzilla at busybox.net
@ 2017-06-07 14:51 ` bugzilla at busybox.net
2017-06-12 12:59 ` bugzilla at busybox.net
2017-06-12 16:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-07 14:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9941
--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> ---
(In reply to Refik Tuzakli from comment #4)
Ok, either run 'make savedefconfig' and attach the defconfig file or 'head -n
100 .config >config.txt' and attach config.txt
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [Bug 9941] nodejs option disappears for arm
2017-06-07 8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
` (4 preceding siblings ...)
2017-06-07 14:51 ` bugzilla at busybox.net
@ 2017-06-12 12:59 ` bugzilla at busybox.net
2017-06-12 16:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-12 12:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9941
--- Comment #6 from Refik Tuzakli <tuzakli.refik@gmail.com> ---
Created attachment 7076
--> https://bugs.busybox.net/attachment.cgi?id=7076&action=edit
.config file
sorry for late reply
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [Bug 9941] nodejs option disappears for arm
2017-06-07 8:58 [Buildroot] [Bug 9941] New: nodejs option disappears for arm bugzilla at busybox.net
` (5 preceding siblings ...)
2017-06-12 12:59 ` bugzilla at busybox.net
@ 2017-06-12 16:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2017-06-12 16:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9941
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |INVALID
CC| |yann.morin.1998 at free.fr
--- Comment #7 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Refik, All,
nodejs requires an FPU (VFP), but it is not enabled
in your Buildroot configuration.
So, if your CPU indeed lacks a VFP, then you can not
use nodejs on your target.
If your CPU does have a VFP, then enable it in your
Buildroot configuration.
Regards,
Yann E. MORIN.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread