Buildroot / ARM - aarch64: Compile of NodeJs fails
by wolfbiker1 from LinuxQuestions.org on (#5NT2S)
Hi!
Currently i'm busy to cross-compile an minimal linux embedded RootFS for an Rpi4. (based on rpi4-defconfig)
Everything went fine until i added the NodeJS Package from buildroot. First of all, the building process stucks at this point:
Code:../src/node_report.cc:538:30: error: iswspace' is not a member of std'; did you mean isspace'?
make[1]: *** [Makefile:104: node] Error 2So, obviously there seems to be a lib missing. Unfortunately i don't where to start to fix this issue right now, because every dependency is selected within buildroot. I use the following versions:
C lib -> uClibc-ng
GCC vers -> 9.x
binutils -> 2.35.2
target-arch -> AArch64 (little endian)
May you can help me, how to debug this? The error msg is not that verbose so it's kinda tricky to know where the issue may be. As i see, it comes from some C++ lib, i selected 'Enable C++ support ' in buildroot. Do we need some more c++ libs / support maybe?
Thanks!
Currently i'm busy to cross-compile an minimal linux embedded RootFS for an Rpi4. (based on rpi4-defconfig)
Everything went fine until i added the NodeJS Package from buildroot. First of all, the building process stucks at this point:
Code:../src/node_report.cc:538:30: error: iswspace' is not a member of std'; did you mean isspace'?
make[1]: *** [Makefile:104: node] Error 2So, obviously there seems to be a lib missing. Unfortunately i don't where to start to fix this issue right now, because every dependency is selected within buildroot. I use the following versions:
C lib -> uClibc-ng
GCC vers -> 9.x
binutils -> 2.35.2
target-arch -> AArch64 (little endian)
May you can help me, how to debug this? The error msg is not that verbose so it's kinda tricky to know where the issue may be. As i see, it comes from some C++ lib, i selected 'Enable C++ support ' in buildroot. Do we need some more c++ libs / support maybe?
Thanks!