[fpc-pascal]cross compiler potential ?
Harald Houppermans
houppermans at home.nl
Sun Jun 29 04:03:06 CEST 2003
Ok something strange is going on.
I copied as-new.exe and ld-new.exe to c:\pp\bin\linux
I also installed c:\pp\units\linux all kinds of linux units
I made a simple hello world program
begin
writeln( 'hello world' );
end;
Called hellofp.pas
Now I try to compile it:
It says this:
C:\plztest2>fpc -TLINUX hellofps.pas
Free Pascal Compiler version 1.0.6 [2002/04/23] for i386
Copyright (c) 1993-2002 by Florian Klaempfl
Target OS: Linux for i386
Compiling hellofps.pas
Fatal: Can't open file hellofps.pas
More information about the fpc-pascal
mailing list