"make" command not available in SSH?

Post Reply
IPhantom
Posts: 44
youtube meble na wymiar Warszawa
Joined: Sat Jan 14, 2017 11:38 pm

"make" command not available in SSH?

Post by IPhantom »

Hi,

see subject. What am i to do?
jauling
Posts: 52
Joined: Wed Feb 01, 2017 1:34 am
Location: Amsterdam

Re: "make" command not available in SSH?

Post by jauling »

Heh, ADM isn't a development platform. Your best bet is to build whatever you need elsewhere.
User avatar
father.mande
Posts: 1817
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: "make" command not available in SSH?

Post by father.mande »

Hi,
A.D.M. don't provide tools no more headers files ... so

You have multiple solutions ... but each case is different and request to analyse the need
Globally ... you can
1 prepare you executable in another platform (same architecture) with libraries nearest possible as ADM used
... you can use a VM in a virtualisation tools
... you can use a chroot IN the NAS to generate
... if you don't have same architecture (arm for ex.) you can use cross-compile tools or emulator (like qemu) to generate a foreign V.M.
In the two case you can have to add libraries missing in A.D.M. (so the second solution is more easy) ... use load library path environment
2 if YOUR request is compatible you can use Entware that provide make, gcc, binutils and include
... but be sure that all libraries need exist or create it yourself ...

So the FIRST question is what do you want to do ??? and perhaps we can propose you a solution ... but NEVER thinks that it's easy ...

Philippe.
N.B. F.Y.I. I build some of my APKG using an Ubuntu 14.04 V.M. under Vmware on a Windows server ...
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
IPhantom
Posts: 44
Joined: Sat Jan 14, 2017 11:38 pm

Re: "make" command not available in SSH?

Post by IPhantom »

Thanks Father Mande,

Entware was the solution.
Post Reply

Return to “[Official] For AS31XX/ AS32XX Series”