I try to compile for this os
1. I make croscompilator,
2. I copy binutils,
3. i set mui for lcl
4. I use lazarus for morphos
Now i have error Hint: (11030) Start of reading config file /sw/etc/fpc.cfg
Hint: (11031) End of reading config file /sw/etc/fpc.cfg
Free Pascal Compiler version 3.0.0 [2016/09/25] for m68k
Copyright (c) 1993-2015 by Florian Klaempfl and others
(1002) Target OS: Commodore Amiga
(3104) Compiling lcl.pas
(3104) Compiling ./mui/alllclintfunits.pas
(3104) Compiling ./mui/interfaces.pp
(3104) Compiling ./mui/muiint.pp
(3104) Compiling ./mui/muithemes.pas
(3104) Compiling ./mui/muidrawing.pas
(3104) Compiling ./mui/muiglobal.pas
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(103,15) Error: (5000) Identifier not found "ExecAllocMem"
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(132,13) Error: (5000) Identifier not found "ExecAllocMem"
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(243,20) Error: (5000) Identifier not found "HookEntry"
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(307,20) Hint: (4055) Conversion between ordinals and pointers is not portable
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(310,3) Error: (5000) Identifier not found "DoMethodA"
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(326,13) Error: (3026) Wrong number of parameters specified for call to "AllocMem"
Error: (5088) Found declaration: AllocMem(LongWord;LongWord):^untyped; SysCall;
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(332,13) Error: (3026) Wrong number of parameters specified for call to "AllocMem"
Error: (5088) Found declaration: AllocMem(LongWord;LongWord):^untyped; SysCall;
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(355,13) Error: (5000) Identifier not found "DoMethodA"
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(360,13) Error: (5000) Identifier not found "DoMethodA"
/Volumes/MacHD2/Downloads/lazarus-lazarus-morphos/lcl/interfaces/./mui/muiglobal.pas(360,23) Hint: (4055) Conversion between ordinals and pointers is not portable
muiglobal.pas(375) Fatal: (10026) There were 10 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Is any way to fix that?