WDCommunity / wdpksrc

Cross compilation framework to create native packages for the Western Digital My Cloud
BSD 3-Clause "New" or "Revised" License
218 stars 54 forks source link

[Request] Zerotier #39

Closed michaelsmoody closed 5 years ago

michaelsmoody commented 5 years ago

Unfortunately, the builds for Zerotier don't work on the EX4, probably due to the CPU difference. Please see: https://github.com/zerotier/ZeroTierNAS/issues/24

If anyone would be willing to create a zerotier release, I would be immensely grateful. I ask simply due to others having experience with this toolchain. If not, please let me know, and I'll take a look to see if I can make it work (but I'll be starting from scratch).

Thanks again, Michael

stefaang commented 5 years ago

Oh the dreaded EX4... it has the most ancient toolchain of all My Cloud products. It features (eg)libc v2.8 (released in 2009) so there's several other projects refusing to compile as well. I'm not inclined to spend time on it, sorry.

People can simply install debian, see the links in the wiki.

stefaang commented 5 years ago

ZeroTier says it requires at least gcc 4.8.2 to compile, while the EX4 toolchain ships with the old gcc 4.4.7 ...

arm-mv5sft-linux-gnueabi.tgz  
arm-sddnd-linux-gnueabi-gcc-4.4.7+glibc-2.8.tar.gz
michaelsmoody commented 5 years ago

It's a shame, really. I guess I'll be looking into a NAS upgrade at some point in the near-ish future. I'll likely be moving to QNAP, as WD simply had little interest in making the MyCloud NAS terribly useful.

joseph-henry commented 5 years ago

Hello @stefaang and @michaelroland. I am the package maintainer for the ZeroTier NAS packages and in an attempt to find a good cross-compiling solution I found this repo (Nice work!). To my surprise, this issue exists!

I've taken a look and the compiler toolchain is indeed too old to support our package without gutting significant portions of our service. Thus, I have added new pre-built packages which can be found here:

http://download.zerotier.com/dist/wd/

Let me know if anyone experiences any issues or has any feature requests.

stefaang commented 5 years ago

I added a link to your website.