Help with fpc!
Posted: Mon Jul 21, 2008 12:09 pm
Hi All!
I was wondering if it was possible to compile a .pas file to an object file (.o).
But, sadly I lost some code files which I can no-longer find on the internet, as
the website was removed . But, I still have the compiled .o files and .ppu files.
Plus, the pascal file requires some of these "lost" code files. So, I was wondering
how I would be able to compile the file with the same options as below, but without
needing to have the other .pas files. E.g: Put the .pas file in the same directory as the
.o and .ppu files and compile the .pas file, heres the options for fpc that I'm using:
fpc -Aelf -n -O3 -Op3 -Si -Sc -Sg -Xd -Rintel -Tlinux
Hope you can help!
Regards
SirStorm25.
I was wondering if it was possible to compile a .pas file to an object file (.o).
But, sadly I lost some code files which I can no-longer find on the internet, as
the website was removed . But, I still have the compiled .o files and .ppu files.
Plus, the pascal file requires some of these "lost" code files. So, I was wondering
how I would be able to compile the file with the same options as below, but without
needing to have the other .pas files. E.g: Put the .pas file in the same directory as the
.o and .ppu files and compile the .pas file, heres the options for fpc that I'm using:
fpc -Aelf -n -O3 -Op3 -Si -Sc -Sg -Xd -Rintel -Tlinux
Hope you can help!
Regards
SirStorm25.