[fpc-devel] arm-wince errors

Vincent Snijders vsnijders at quicknet.nl
Thu Jan 4 09:46:16 CET 2007


Michael Schnell schreef:
> 
>> I have created a arm-wince cross compiler installer for lazarus-win32:
>> ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe 
>>
> 
> In what way is the arm-wince cross compiler related to the arm-Linux 
> cross compiler (the one I some day would like to use) ?
> 
> Are the differences just the libraries or is the compiler itself involved ?

The compiler is the same, but the linker and assembler (which could be viewed as 
part of the compiler) are different.

Also I noted that the arm-linux compiler doesn't use the binary writer, but ar. This 
makes the building of the units very slow (5-10 times as long).

Of course the compiled units have a different format too.

Let me know, if you want to try this out, then I can try to build an installer for 
cross-arm-linux.

Vincent



More information about the fpc-devel mailing list