yadoms icon indicating copy to clipboard operation
yadoms copied to clipboard

[Distribution] Add Synology 212J support

Open jano42 opened this issue 5 years ago • 2 comments

jano42 avatar Dec 17 '19 08:12 jano42

This platform can not be supported. The crosstoolchain provided by Synology do not support C++11 and C++14. (gcc 4.6.4)

Yadoms require a C++14 compatible compiler.

jano42 avatar Dec 17 '19 10:12 jano42

I m trying to generate new crosstoolchain for Synology 212J

First try:

  • gcc 4.9.4 armv5 : c++11 features are not completely supported. Yadoms build with some specific configuration, but not all code (ZWave plugin fails).
  • gcc 49.4 with armv6 : should work (in progress); bu tdon't known if executable will work on target

jano42 avatar Dec 19 '19 10:12 jano42