Yadoms / yadoms

Yadoms is open source, simple, powerfull, flexible and multiplatforms domotic solution.
https://www.yadoms.com
Other
63 stars 17 forks source link

Synology DS212J #646

Open jano42 opened 4 years ago

jano42 commented 4 years ago

hello @KptnCavern

I've succeed in building for something like your Synology DS212J

Please could you test those files please:

If a single test should be done, just try the armv6 one. You just need to put it on your nas, and execute it. (please keep ini file next to executables, this will add debug traces on terminal, so you will have some lines when starting)

I just want to know if program starts (=ok) or somethnig is wrong (bad architecture, incompatible executable,...)

yadoms armv5 and armv6.zip

KptnCavern commented 4 years ago

hello @jano42 Thanks for your concern. I made a try. I don't know where I should put the files or if it would have change something (but I don't think so). I tried both files and had the following errors : yadoms-on-syno-errors It seems I need a lib to execute yadoms. So do I ineed to nstall a version of GCC on my syno?

jano42 commented 4 years ago

OK thanks ! As it is hard for me, to guess what is needed, I can just use an iterative approach. So let's do another test !

Please updload this file to your NAS. test_with_sysroot.tar.gz

Then from ssh command please do it:

tar -xf test_with_sysroot.tar.gz
cd test
sh run_armv6.sh

Alternatively, in case of failure, please try to run the v5 version

sh run_armv5.sh
KptnCavern commented 4 years ago

Thanks for yor concern. There is a new error : image