Re: [fpc-devel] New FPC target: JVM

2011-08-25 Thread Sven Barth
On 20.08.2011 10:49, Jonas Maebe wrote: Regarding Android: the compiler and the system unit both use a bunch of standard functionality from the JDK to implement various features. So Android support would probably require quite a bit of extra work. I have not looked into that. Enjoy! I've

Re: [fpc-devel] New FPC target: JVM

2011-08-25 Thread Jonas Maebe
On 25 Aug 2011, at 22:38, Sven Barth wrote: But for now I have the problem to convert the class files provided by the SDK into Pascal units using javapp. I have unpacked the android.jar to $somedir/android and also copied javapp.jar there (just to be sure that there are no path problems

Re: [fpc-devel] DIFF patch for changing to table driven processor definitions for ARM

2011-08-25 Thread Florian Klämpfl
Am 23.08.2011 17:56, schrieb John Clymer: If there are no major objections or blatant errors I've missed, could someone post this to the repository - or give me some directions to do so. Thanks for your work! I have committed your changes slightly modified to svn in rev. 18848. What I changed

Re: [fpc-devel] DIFF patch for changing to table driven processor definitions for ARM

2011-08-25 Thread David Welch
cpuinfo.pas(156,2) Fatal: Can't open include file controllerunit.inc On 08/25/2011 05:50 PM, Florian Klämpfl wrote: OS_TARGET=embedded CPU_TARGET=arm SUBARCH=cortexm3 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] DIFF patch for changing to table driven processor definitions for ARM

2011-08-25 Thread David Welch
Can someone with the power to update the wiki (maybe we all do I dont know) change the target embedded page to reflect the SUBARCH thing? Also either put a link to http://wiki.lazarus.freepascal.org/Binutils or spell out something like this: ./configure --target=arm-linux