4

I'm trying to compile node js for my synology ds213+, I've found this user on github https://github.com/andrewlow but I've to get gcc with version 4.2+. Unfortunately in ipkg repository there is only 3.4 version. After building from source I got error like "unknown arch".

DanielST
  • 13,783
  • 7
  • 42
  • 65
Galunid
  • 578
  • 6
  • 14

1 Answers1

1

You may have a look at: https://github.com/Entware-ng/Entware-ng/wiki/Install-on-Synology-NAS

It seems that IPKG is abandoned, so that must be a good replacement.

Yvan
  • 2,539
  • 26
  • 28
  • 2
    For those reading this comment in/after 2020, note that Entware-ng merged with Entware-ng-3x to create a new project, Entware. It has its own instructions for installation: https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS The good news is that ARMv8 (AARCH64) is now fully supported! :-) – Gwyneth Llewelyn Jan 24 '21 at 18:41