"make" on the Omega?
-
Until I saw all the communications in https://community.onion.io/topic/734/coding-using-c-on-the-onion-omega I hadn't realised it was actually possible to compile and link C/C++ programs on the Omega itself - since I use Linux on a virtual machine for cross compiling which is a lot faster I haven't really seen the need to compile on the Omega itself.
However, just for interest I have been experimenting with compiling on the Omega.
In general, it seems that pretty well all the required tools are available with one noticebale exception:- No where can I find a
makeprogram to be able to build withMakefiles
Does any one know ifmakeis available anywhere and if so where ?
- No where can I find a
-
This post is deleted!
-
@Chris-McCaslin Thanks, but I know about cross compilation on a Linux box - I do it all the time

My question related to performing compilation on the Omega itself, for which, as far as I can see, pretty well all the tools are available on the Omega with the glaring exception ofmakeThe step you refer to in the tutorial you reference relates to using make menuconfig in an OpenWrt cross compilation environment. I have tried using that and nowhere within the menus do I find any reference to any package containing the
makeprogram.
Under make menuconfig I usually use the/command to search for program etc - doing so formakefinds nothinpertaining to themakeprogram itself.
-
This post is deleted!