Re: [fpc-pascal] ppcrossarm 220

2007-11-08 Thread Florian Klaempfl
Carsten Bager schrieb: > I have built a Win32 ppcrossarm.exe (2.20) compiler. The compiler works > ok. The output from the Linux and the Win32 compiler when I use the -sh > directive is exactly the same. The downside is I have some problems > finding a Win32 linker that I can use. > > If I comp

Re: [fpc-pascal] ppcrossarm 220

2007-11-08 Thread Carsten Bager
> I guess it is linker script related. Unfortunatly FPC comes with an > integrated linker script however it seems there is no generic one. > > Try to compare the various linker scripts to narrow it down. From ld you > get it with > ld --verbose > From FPC you get it when compiling with -s: > it's

Re: [fpc-pascal] ppcrossarm 220

2007-11-08 Thread Florian Klaempfl
Carsten Bager schrieb: > I have built a Win32 ppcrossarm.exe (2.20) compiler. The compiler works > ok. The output from the Linux and the Win32 compiler when I use the -sh > directive is exactly the same. The downside is I have some problems > finding a Win32 linker that I can use. > > If I comp