Re: [fpc-pascal] access violations on new ARM hardware

2015-02-11 Thread Björn Schreiber
Am 11.02.2015 um 13:36 schrieb Jonas Maebe: instruction. The Cortex-A5 is an ARMv7 class cpu, so adding -Cparmv7 to your cross-options when building the RTL should work. Thanks for the info, I will give it a try. Greetings, Björn -- Björn Schreiber DRIGUS GmbH

Re: [fpc-pascal] access violations on new ARM hardware

2015-02-11 Thread Björn Schreiber
Am 28.01.2015 um 16:44 schrieb Björn Schreiber: --- Schnipp On --- program test; var AString: String; function AFunction: String; var S: WideString; begin S := 'Test'; AFunction := S; end; begin AString := AFunction; end. --- Schnipp Off --- Some new information

Re: [fpc-pascal] access violations on new ARM hardware

2015-01-29 Thread Björn Schreiber
either, just download the source (e.g. by using SVN) and do the following: Thanks for the instruction, very helpful. Unfortunately I have to prioritise other stuff first so this must wait. But I come back when I continue testing. Regards, Björn Schreiber -- Björn Schreiber DRIGUS GmbH

Re: [fpc-pascal] access violations on new ARM hardware

2015-01-28 Thread Björn Schreiber
Am 27.01.2015 um 17:58 schrieb Marco van de Voort: First narrow it down to the exact line that causes the problem. E.g. copy relevant parts of sysutils into a program that only uses system, and then start testing, till you know which line provokes the problem. What I can say at this time is

Re: [fpc-pascal] access violations on new ARM hardware

2015-01-28 Thread Björn Schreiber
it without the function call. Regards, Björn -- Björn Schreiber DRIGUS GmbH ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] access violations on new ARM hardware

2015-01-27 Thread Björn Schreiber
Am 26.01.2015 um 21:15 schrieb Mark Morgan Lloyd: Since nobody else has suggested anything: is the new hardware susceptible to alignment errors in a way that the old hardware wasn't? The question is: how can we know? The ARM documentation says only The processor supports unaligned accesses.

[fpc-pascal] access violations on new ARM hardware

2015-01-26 Thread Björn Schreiber
Hi *.*, we use an ARM based SOM for a device developed by us, the software is developed using Lazarus. Now we are testing a new version of the SOM and can't get our software to work. Old SOM: Samsung S5PV210 one Cortex-A8 (?) core Windows CE 6.0 R3 kernel New SOM: Freescale Vybrid dual

[fpc-pascal] Re: Fatal error Executable image size is too big for wince target

2011-05-18 Thread Björn Schreiber
Jonas Maebe wrote: What you can try is to compile the LCL without debug information (add the option -g- for the LCL compilation) Thank you for your answer, I will give it a try. Greetings -- Björn Schreiber, DRIGUS GmbH news...@drigus.de Bei Email NOSPAM in den Betreff aufnehmen. Put

[fpc-pascal] Re: Fatal error Executable image size is too big for wince target

2011-05-17 Thread Björn Schreiber
Björn Schreiber wrote After expanding one of the projects by adding another dialog, we got the above mentioned error message while linking. Really no hints? It starts driving me nuts that I can't debug our Windows CE project any more ... Greetings -- Björn Schreiber, DRIGUS GmbH news

[fpc-pascal] Fatal error Executable image size is too big for wince target

2011-05-04 Thread Björn Schreiber
Of course we are not able to debug the project any more. Greetings -- Björn Schreiber, DRIGUS GmbH news...@drigus.de Bei Email NOSPAM in den Betreff aufnehmen. Put NOSPAM in subject to reach me by email. ___ fpc-pascal maillist - fpc-pascal