Hi
I'm trying to compile application on Ubuntu 22.04.5 LTS with
Free Pascal Compiler version 3.2.2+dfsg-9ubuntu1 [2022/04/11] for x86_64
I used 'sudo apt install fpc' to install the FPC on the machine
I cloned my project from git to ~/projects/my-project folder
and trying to compile it with the following command
fpc @build/ubuntu/fpc.cfg
And got this error
[0.002] Error: Illegal parameter: MyApp.lpr
and this is the logged output
me@vmi:~/projects/my-app/Source$ fpc @build/ubuntu/fpc.cfg
[0.002] interpreting file option "# Debug info (uncomment if needed)"
[0.002] interpreting file option "# -g"
[0.002] interpreting file option "# Output binary name"
[0.002] Handling option "-oMyApp"
[0.002] interpreting option "-oMyApp"
[0.002] interpreting file option "# Main program file"
[0.002] Error: Illegal parameter: MyApp.lpr
[0.002] Hint: End of reading config file build/ubuntu/fpc.cfg
Error: /usr/bin/ppcx64 returned an error exitcode
Do you have any idea what could cause the error