I've compiled busybox and the kernel for the Mini2440 (the versions that came with the board), everything is compiled and the system boots. When I try to compile any application, for instance hello world, it gives the following error: -/bin/sh: hello not found! Does anyone has any idea why this happens? If I use the Qtopia2.2.0 filesystem that came with the board the application works perfectly. Best Regards, LDS
Filesystem error: -/bin/sh: xxxx not found.
If hello is in your current directory, run it with "./hello". Without the leading "./", only the directories in $PATH are searched for your command, not the current directory.