The issue is related to OABI vs EABI. The EP9302 supports both EABI and OABI,
so the kernel is built with EABI for performance. The Debian filesystem on the
other hand, uses OABI libraries (Debian Etch, EABI was not introduced until
Lenny armel). You can either use the OABI compiler that is on our FTP site, or
use the EABI compile and compile your executable with -static to statically
link all of the libraries.
-Kris Bahnsen
Technologic Systems
--- In "Donal O'Connor" <> wrote:
>
> maybe obvious but have you set execute permissions on it?
>
> chmod a+x hello_world
>
> On Wed, Sep 1, 2010 at 7:33 PM, Blair <> wrote:
>
> >
> >
> > Okay, I'm missing something here. I've got a 2.6.34 kernel that I built on
> > a Debian system that runs nicely on a 7350. But if I compile a hello world
> > app using the same gcc cross-compiler and try to run it I get "/bin/sh:
> > ./hello_world: not found". Other apps run fine.
> >
> > Did I mis-configure the kernel?
> >
> >
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|