[fpc-devel] strange error with arm compiler when compiling-running	this code
    Florian Klaempfl 
    florian at freepascal.org
       
    Thu Mar 15 09:49:02 CET 2007
    
    
  
Michael Schnell schrieb:
> 
>> I have a big project in c,and i wanted to somehow use
>> it in fpc,so i compiled the code with evc(embedded
>> visual c compiler 4.0 of microsoft)and linked it to my
>> pascal code.
> Why do you think it's possible to link the evc output with something
> that is not compiled using evc ? 
It should be possible to link at least evc compiled C code with FPC. The
C files in the test suite are compiled by evc. Modern C compiler use
COFF as object format which is used by FPC as well.
> What linker is specified to do that ?
The internal linker should be able to do so.
    
    
More information about the fpc-devel
mailing list