У меня установлены кросскомпиляторы:
- x86_64-darwin
- aarch64-darwin
- aarch64-iOS
- arm-iOS
Если я хочу выставить
MacOS вместо
darwin, то получу ошибку:
The current FPC has no config file. It will probably miss some units. Check your installation of fpc.
и ошибку следующую:
The project uses target OS=macos and CPU=x86_64.
The system.ppu for this target was not found in the FPC binary directories.
Make sure fpc is installed correctly for this target and the fpc.cfg contains the right directories.
Если я установлю значение
darwin, то ни каких ошибок не будет.
При выставлении iOS+aarch64 я получаю ошибку:
Compiler "/Users/mirrel/fpcupdeluxe/fpc/bin/x86_64-darwin/fpc.sh" does not support target aarch64-ios
Если я выставлю iOS+arm ни каких ошибок не будет.
Я использую:
- MacOS Ventura x86_64
- Lazarus 2.2.6
- FPC 3.2.2
Устанавливалось всё с помощью FPCUPDeluxe.
Хотелось бы узнать причину проявляемых проблем!
--------------------------------------------------------
Google translate:
I have cross compilers installed:
- x86_64-darwin
- aarch64-darwin
- aarch64-iOS
- arm-iOS
If I want to set
MacOS instead of
darwin, I will get the error:
The current FPC has no config file. It will probably miss some units. Check your installation of fpc.
and the following error:
The project uses target OS=macos and CPU=x86_64.
The system.ppu for this target was not found in the FPC binary directories.
Make sure fpc is installed correctly for this target and the fpc.cfg contains the right directories.
If I set the value to
darwin, then there will be no errors.
When I set iOS+aarch64 I get the error:
Compiler "/Users/mirrel/fpcupdeluxe/fpc/bin/x86_64-darwin/fpc.sh" does not support target aarch64-ios
If I set iOS+arm there will be no errors.
I use:
- MacOS Ventura x86_64
- Lazarus 2.2.6
- FPC 3.2.2
Everything was installed using FPCUPDeluxe.
I would like to know the cause of these problems!