Install tellduscore? on linux NAS without compile tools

Moderator: Telldus

Post Reply
osterberg
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

Install tellduscore? on linux NAS without compile tools

Post by osterberg »

Hi.

Is there any way of installing tellduscore to a intel NAS without installing a compiler?
I've installed tellduscore and tellduscenter to my Ubuntu workstation, can I in some simple way copy the required files to the NAS ?
Zapper
Posts: 212
Joined: Fri Mar 17, 2023 9:45 am
Location: Där det är kallt

Re: Install tellduscore? on linux NAS without compile tools

Post by Zapper »

Get the correct tool chain for the NAS and then cross compile it. Which usually much more of a hassle than compiling it on the target platform (if its possible).
osterberg
Posts: 6
Joined: Fri Mar 17, 2023 9:45 am

Re: Install tellduscore? on linux NAS without compile tools

Post by osterberg »

Hi Zapper.

To clarify: The NAS has a INTEL CPU. And the Ubuntu workstation is also Intel.
Why do I have to crosscompile?
Zapper
Posts: 212
Joined: Fri Mar 17, 2023 9:45 am
Location: Där det är kallt

Re: Install tellduscore? on linux NAS without compile tools

Post by Zapper »

If its intel and the same arch you could just hunt down all the dependencies and it should work. (Didn't see the intel part).

Don't know where to start but perhaps if you look through the deb package you can see what dependencies it has.

But that is still a hassle (remembering how one had to hunt stuff when adding stuff to slackware. ./configure ... fail, compile reported dependency and repeat until it worked. :roll: )
Post Reply