"make" not found

abhisheks
Hello,
I want to install few things on mini2440 device.
I have compiled the original linux kernel twice..
When i try to install anything, at the time of doing "make", I get "make
not found error".. I tried to get the "make" but could not find anywhere..

Any solution?

Thanks in advance...

davef
Think you will find that <make> is what actually compiles programs.  Did
you mean you have been able to configure the kernel?

Have you exported the path to your cross-compiler? 

Have you got a cross toolchain installed?

davef
Should ask . . . what do you want to install on the mini2440?

everso
Hello, 

I'm trying to compile natively pppd source, as stated in this link:

http://rndhax.blogspot.com/search/label/pppd




[root@FriendlyARM ppp-2.4.5]# ./configure
Configuring for Linux
Creating Makefiles.
  Makefile <= linux/Makefile.top
  pppd/Makefile <= pppd/Makefile.linux
  pppstats/Makefile <= pppstats/Makefile.linux
  chat/Makefile <= chat/Makefile.linux
  pppdump/Makefile <= pppdump/Makefile.linux
  pppd/plugins/Makefile <= pppd/plugins/Makefile.linux
  pppd/plugins/rp-pppoe/Makefile <= pppd/plugins/rp-pppoe/Makefile.linux
  pppd/plugins/radius/Makefile <= pppd/plugins/radius/Makefile.linux
  pppd/plugins/pppoatm/Makefile <= pppd/plugins/pppoatm/Makefile.linux
  pppd/plugins/pppol2tp/Makefile <= pppd/plugins/pppol2tp/Makefile.linux

when I try to make I get:

[root@FriendlyARM ppp-2.4.5]# make
-/bin/sh: make: not found


What could possibly be wrong?  Is it make is not present?  How do I get it?