Hi, all
I am using Freepascal to write program for maemo/nokia 770. It worked
well for internet tablet 2005. Now the internet tablet 2006 came out so
I update my 770 to the new system. But finally, I found my program
doesn't run on IT2006 (I simply run my program under xterm.)
I test with a small program:
program test;
{$H+}
{$mode objfpc}
uses
gtk2;
begin
writeln('hello');
end.//test
If I comment the "uses" lines, it can compile, and execute well after
move to 770.
But if gtk2 is imported in, it also compile, and don't execute on 770,
just reporting:
/bin/sh: ./test: not found.
Can anybody tell me if there's some changes for the executable file
format between IT2005 and IT2006?
And if nothing is changed for the format, then I can know that's the
FreePascal problem, I will contact with those guys working for FreePascal.
The way to let FreePascal work for IT2005 is on my blog:
http://smartkenny.blogspot.com/
Thank you very much,
Kenny
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers