[fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Jonas Maebe
Hi, A new FPC JVM snapshot has been put online at http://wiki.freepascal.org/FPC_JVM The main new feature is full fledged support for Android/Dalvik, including a Pascal translation of the Android SDK classes. To compile for Android rather than for the Java VM, simply use the -Tandroid command l

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Andrew Haines
On 12/12/11 13:50, Jonas Maebe wrote: > Hi, > > A new FPC JVM snapshot has been put online at > http://wiki.freepascal.org/FPC_JVM > > The main new feature is full fledged support for Android/Dalvik, including a > Pascal translation of the Android SDK classes. To compile for Android rather > t

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread ik
I'm trying to build it from the svn repo: http://svn.freepascal.org/svn/fpc/branches/jvmbackend/ . I get the following error: - $ make CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=java all make: -iVSPTPSOTO: Command not found make: -iSP: Command not found make: -iTP: Command

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Andrew Haines
On 12/12/11 14:55, ik wrote: > I'm trying to build it from the svn repo: > http://svn.freepascal.org/svn/fpc/branches/jvmbackend/ . > I get the following error: > > - > $ make CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=java all > make: -iVSPTPSOTO: Command not found > make:

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread ik
On Mon, Dec 12, 2011 at 21:58, Andrew Haines wrote: > On 12/12/11 14:55, ik wrote: > > I'm trying to build it from the svn repo: > > http://svn.freepascal.org/svn/fpc/branches/jvmbackend/ . > > I get the following error: > > > > - > > $ make CROSSOPT="-O2 -g" CPU_TARGET=jv

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Jonas Maebe
On 12 Dec 2011, at 21:04, ik wrote: > On Mon, Dec 12, 2011 at 21:58, Andrew Haines wrote: > >> On 12/12/11 14:55, ik wrote: >>> make[1]: -iVSPTPSOTO: Command not found >> >> I've seen these messages before when fpc or ppc386/ppcx64 is not in the >> $PATH >> > > $ whereis ppcx64 > ppcx64: /us

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Sven Barth
Am 12.12.2011 19:50 schrieb "Jonas Maebe" : > The main new feature is full fledged support for Android/Dalvik, including a Pascal translation of the Android SDK classes. To compile for Android rather than for the Java VM, simply use the -Tandroid command line parameter. The compiler will still gene

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread ik
On Mon, Dec 12, 2011 at 22:12, Jonas Maebe wrote: > > On 12 Dec 2011, at 21:04, ik wrote: > > > On Mon, Dec 12, 2011 at 21:58, Andrew Haines wrote: > > > >> On 12/12/11 14:55, ik wrote: > >>> make[1]: -iVSPTPSOTO: Command not found > >> > >> I've seen these messages before when fpc or ppc386/ppcx

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Jonas Maebe
On 12 Dec 2011, at 21:15, Sven Barth wrote: > I have continued to work on this as well three or four weeks ago, but I got > stuck with a ClassDefNotFoundException when implementing a test application > and tried to find out were the error was. Most FPC code will depend on the RTL, so make sure t

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Sven Barth
Am 12.12.2011 21:21 schrieb "Jonas Maebe" : > > > On 12 Dec 2011, at 21:15, Sven Barth wrote: > > > I have continued to work on this as well three or four weeks ago, but I got > > stuck with a ClassDefNotFoundException when implementing a test application > > and tried to find out were the error wa

Re: [fpc-devel] NowUTC in the RTL

2011-12-12 Thread waldo kitty
On 12/9/2011 07:13, Tomas Hajny wrote: On Fri, December 9, 2011 13:07, Jonas Maebe wrote: On 09 Dec 2011, at 12:28, Michael Van Canneyt wrote: The linux kernel returns UTC time, it always has. Now() converts this to local time. (as does libc). All NowUTC needs to do is return the kernel time.

Re: [fpc-devel] New FPC JVM snapshot: Android support

2011-12-12 Thread Mattias Gaertner
On Mon, 12 Dec 2011 22:04:55 +0200 ik wrote: > On Mon, Dec 12, 2011 at 21:58, Andrew Haines wrote: > > > On 12/12/11 14:55, ik wrote: > > > I'm trying to build it from the svn repo: > > > http://svn.freepascal.org/svn/fpc/branches/jvmbackend/ . > > > I get the following error: > > > > > > -