Closed
Description
Hi guys!
I'm trying to compile nodejs with --fully-static flag, in order to get a fully statically linked executable. However, when I try to compile, this error appears:
more undefined references to `__aeabi_unwind_cpp_pr0' follow
collect2: error: ld returned 1 exit status
Do you know how to solve this problem?
Thank you in advance!