-
Notifications
You must be signed in to change notification settings - Fork 24
Compiling at Synology DS413 (PPC) fails for v0.10.29-release-ppc branch #35
Comments
Your GCC level is too old/wrong. However, even if you were to get past that.. you'll run into the same issue as was discussed here https://plus.google.com/u/0/+AndrewLow/posts/1wabkoyHjoF The Synology DS413 PPC chip doesn't support all of the (same) instructions we're using. Some set of changes is required (mostly to floating point stuff, which sadly is critical for V8/Javascript). |
Hi, is there any chance in the near future that Your node development will be ported to PPC based Synology like DS413 in this thread or DS213+ in may case. Searching for a solution, I have found that there are others also who are suffering from this issue. We would be very happy to get some solution if it is possible |
To be clear - this isn't a node issue, but a problem with V8 (but as Node and V8 are tightly bound, it's really all the same problem). V8 takes javascript code and compiles to native directly. We've done the work to support PowerPC (PPC) but there are variations of the architecture (primarily from Freescale). There are some folks doing a serious effort on this issue ibmruntimes/v8ppc#119 and while that will get you closer to support for the Synology units, it probably won't completely solve the problem. We do accept contributions from the community, so if someone wants to work on the problem we'd welcome the effort. Short answer: no, there isn't a near future solution. |
Given the age on this I'm going to close. If you disagree please let me know and I'll re-open |
Hi when I try to compile on my Synology DS413 which has a powerpc architecure I get following output. The output is the same when I try to compile the regular v0.10.29-release from the joyent repository.
Any idea how I can fix this?
I hope you can help me out.
The text was updated successfully, but these errors were encountered: