[fpc-pascal]FPC & c-library
Peter Beisel
beisel at kbprueftechnik.frm.de
Mon Mar 4 19:29:00 CET 2002
Thank you very much,
I will try this.
Regards, Peter
Alan Grimes schrieb:
> Alan Grimes wrote:
> > > Now I tried to remove this header.
> > You shouldn't have to remove any header...
> > The compiler should leave the raw object in the source/build
> > directory...
> > XYZ.PAS
> > should become something like:
> > XYZ.o
> > and then be linked into:
> > XYZ.EXE
> >
> > Its the .o file you need...
>
> I should add that the PPC386.exe compiler can output several formats
> (pasted from the on-line help)...
>
> ----------------------------------------
> -A<x> output format:
> -Aas assemble using GNU AS
> -Aasaout assemble using GNU AS for aout (Go32v1)
> -Anasmcoff coff (Go32v2) file using Nasm
> -Anasmelf elf32 (Linux) file using Nasm
> -Anasmobj obj file using Nasm
> -Amasm obj file using Masm (Microsoft)
> -Atasm obj file using Tasm (Borland)
> -Acoff coff (Go32v2) using internal writer
> -Apecoff pecoff (Win32) using internal writer
> ----------------------------------------
>
> The watcom compiler will probably have similar options....
>
> >From there it shouldn't be impossible to find one that works. =)
>
> --
> People who think that destructive brain uploading is an acceptable and
> positive choice should be committed to the mental hospital for suicidal
> tendancies. http://users.rcn.com/alangrimes/ <my website.
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list