<div dir="ltr">Has anyone here built Lazarus from SVN sources on the Raspberry Pi 3 yet? I keep running into various issues. This my latest issue from:<div><br></div><div>Using a compiler from fpc/branches/fixes_3_0 build with:<br><br></div><div>make all OPT="-dFPC_ARMHF" && make install PREFIX=$BASE/fpc<br></div><div><br></div><div>And the compiler works fine ....<br></div><div><br></div><div>svn co <a href="http://svn.freepascal.org/svn/lazarus/branchesbranches/fixes_1_6">http://svn.freepascal.org/svn/lazarus/branchesbranches/fixes_1_6</a> lazarus<br></div><div>cd lazarus</div><div>make all<br><br></div><div>... after a whule and a few things succesfully compiling and linking this without errors this happens ...<br></div><div><br>/home/pi/Development/FreePascal/lazarus/ide/codeexplorer.pas(157,27) Hint: (5024) Parameter "Sender" not used<br>/home/pi/Development/FreePascal/lazarus/ide/codeexplorer.pas(157,49) Hint: (5024) Parameter "Msg" not used<br>(9009) Assembling codeexplorer<br>codeexplorer.pas(2883) Error: (9008) Can't call the assembler, error -1 switching to external assembling<br>codeexplorer.pas(2883) Fatal: (10026) There were 2 errors compiling module, stopping<br>Fatal: (1018) Compilation aborted<br>Makefile:4004: recipe for target 'lazarus' failed<br>make[2]: *** [lazarus] Error 1<br>make[2]: Leaving directory '/home/pi/Development/FreePascal/lazarus/ide'<br>Makefile:4428: recipe for target 'ide' failed<br>make[1]: *** [ide] Error 2<br>make[1]: Leaving directory '/home/pi/Development/FreePascal/lazarus/ide'<br>Makefile:3070: recipe for target 'ide' failed<br>make: *** [ide] Error 2</div></div>