On Fri, 4 May 2001 22:36:31 -0400, "Patrick Fisher" <pbfisher@seas.upenn.edu> wrote: >However, any attempt to execute it returns "No such file or directory". That particular error message is highly misleading. Most people read it as "the file I'm trying to execute does not exist" but it is also issued when the loader cannot be found or one of the run time libraries cannot be found. At a guess you have a mismatch between the mipsel loader and the Nino loader. Run strings on a working and a failing binary and look at the required loader and libraries, usually the first few strings.