<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5335.5" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm new to the whole Maemo/Scratchbox/N770
thing. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have set up the Maemo 2.0 following this
tutorial: <A
href="http://www.maemo.org/platform/docs/tutorials/Maemo_tutorial.html">http://www.maemo.org/platform/docs/tutorials/Maemo_tutorial.html</A>.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<DIV><FONT face=Arial size=2>My goal is to write a bluetooth application in
C inside Maemo/Scratchbox and send the binaries over to the N770. So
I followed exactly what's on the tutorial. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>After the installation, I wrote a little
helloworld.c with a printf statement. The binary runs in the emulation
fine. But when I scp and run the binary in my N770, it doesn't. This
is the error it
generated. </FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>-sh: ./hello: not
found</STRONG><BR></DIV></FONT>
<DIV><FONT face=Arial size=2>So I checked the binary version by:</FONT></DIV>
<DIV><FONT face=Arial size=2>#file hello</FONT></DIV>
<DIV><FONT face=Arial size=2>and this is the output.</FONT></DIV>
<DIV><FONT face=Arial size=2>hello: ELF 32-bit LSB executable, ARM, version 1
(SYSV), for GNU/Linux 2.4.17, dynamically linked (uses shared libs), not
stripped<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I also have a standard ARM tool chain outside of
the scratchbox. I compiled the same helloworld using that tool chain and
ran the binary on the N770. The binary ran. So I'm convinced my N770
is working. When I do this:</FONT></DIV>
<DIV><FONT face=Arial size=2>#file hello2</FONT></DIV>
<DIV><FONT face=Arial size=2>hello2: ELF 32-bit LSB executable, ARM, version 1
(ARM), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), not
stripped<BR></FONT><FONT face=Arial size=2></DIV></FONT>
<DIV><FONT face=Arial size=2>I am suspecting that my N770 may be running the old
2005 OS and the Maemo is based on the new 2006 OS. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Did anyone have the same problem?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks a million for your
help!</DIV></FONT></DIV></BODY></HTML>