Re: [fpc-pascal] JVM

2015-03-10 Thread Jonas Maebe
On 10 Mar 2015, at 11:21, Jonas Maebe wrote: On 10/03/15 11:12, Mattias Gaertner wrote: I tried the instruction for Jasmin: I downloaded and unpacked jasmin 2.4. Applying the patch failed, because it changes line endings. "patch" needs the option "--binary" for that. It worked for me when

Re: [fpc-pascal] JVM

2015-03-10 Thread Jonas Maebe
On 10/03/15 11:12, Mattias Gaertner wrote: > I tried to build ppcjvm and failed. > I followed the wiki instructions: > http://wiki.freepascal.org/FPC_JVM/Building > > fpcmake of 3.1.1 is in PATH. > make CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=java clean all > > It stops > Error: Assembler jas

[fpc-pascal] JVM

2015-03-10 Thread Mattias Gaertner
Hi, I tried to build ppcjvm and failed. I followed the wiki instructions: http://wiki.freepascal.org/FPC_JVM/Building fpcmake of 3.1.1 is in PATH. make CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=java clean all It stops Error: Assembler jasmin.jar not found, switching to external assembling I tr

[fpc-pascal] JVM backend and language restrictions

2013-07-11 Thread Graeme Geldenhuys
Hi, [I was asked this by somebody else] When using FPC's JVM backend... does that cause language restrictions? eg: limiting the usage of unsigned numbers and pointers when targeting the JVM? Regards, Graeme. ___ fpc-pascal maillist - fpc-pascal@lis