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:
Using a compiler from fpc/branches/fixes_3_0 build with: make all OPT="-dFPC_ARMHF" && make install PREFIX=$BASE/fpc And the compiler works fine .... svn co http://svn.freepascal.org/svn/lazarus/branchesbranches/fixes_1_6 lazarus cd lazarus make all ... after a whule and a few things succesfully compiling and linking this without errors this happens ... /home/pi/Development/FreePascal/lazarus/ide/codeexplorer.pas(157,27) Hint: (5024) Parameter "Sender" not used /home/pi/Development/FreePascal/lazarus/ide/codeexplorer.pas(157,49) Hint: (5024) Parameter "Msg" not used (9009) Assembling codeexplorer codeexplorer.pas(2883) Error: (9008) Can't call the assembler, error -1 switching to external assembling codeexplorer.pas(2883) Fatal: (10026) There were 2 errors compiling module, stopping Fatal: (1018) Compilation aborted Makefile:4004: recipe for target 'lazarus' failed make[2]: *** [lazarus] Error 1 make[2]: Leaving directory '/home/pi/Development/FreePascal/lazarus/ide' Makefile:4428: recipe for target 'ide' failed make[1]: *** [ide] Error 2 make[1]: Leaving directory '/home/pi/Development/FreePascal/lazarus/ide' Makefile:3070: recipe for target 'ide' failed make: *** [ide] Error 2
-- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus