<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have been trying to build and run the arm embedded compiler as instructed on <a href="http://wiki.freepascal.org/Embedded#Adding_new_controllers">http://wiki.freepascal.org/Embedded#Adding_new_controllers</a> on windowsXP. I had fpc version 2.4.0 installed (and working). I then installed the latest version from SVN.<div><br></div><div>I copied the file 'tled1.pp' into fpc and then ran '<span class="Apple-style-span" style="font-family: monospace, Arial, Verdana, sans-serif; font-size: 13px; white-space: pre; "><font class="Apple-style-span" face="Verdana" size="4"><span class="Apple-style-span" style="font-size: 16px;">fpc -Parm -Tembedded -Wplpc2124 tled1.pp</span></font><span class="Apple-style-span" style="font-family: Verdana; font-size: medium; white-space: normal; ">'</span></span></div><div><font class="Apple-style-span" face="Verdana, Arial, Verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="Verdana, Arial, Verdana, sans-serif">(incidentally, I found I had to copy the file ppcrossarm.exe from the 'compiler' directory into the bin path, otherwise fpc did not find it.)</font></div><div><font class="Apple-style-span" face="Verdana, Arial, Verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="Verdana, Arial, Verdana, sans-serif">At this point a fatal error occurred:-</font></div><div><font class="Apple-style-span" face="Verdana, Arial, Verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="Verdana, Arial, Verdana, sans-serif"><div>C:\FPC>fpc -Parm -Tembedded -Wplpc2124 tled1.pp</div><div>Free Pascal Compiler version 2.5.1 [2010/04/02] for arm</div><div>Copyright (c) 1993-2009 by Florian Klaempfl</div><div>Target OS: Embedded</div><div>Compiling tled1.pp</div><div>Fatal: Can't find unit system used by Program</div><div>Fatal: Compilation aborted</div><div>Error: c:\fpc\2.4.0\bin\i386-win32\ppcrossarm.exe returned an error exitcode (normal if you did not specify a source file to be compiled)</div><div><br></div><div>What is the missing unit, and where should it be?</div><div><br></div><div>Geoffrey</div><div><br></div></font></div>
</body></html>