Re: [fpc-pascal] Rebuilding RTL

2018-08-08 Thread Sven Barth via fpc-pascal
Ryan Joseph schrieb am Mi., 8. Aug. 2018, 18:48: > Btw, what are all these messages I get when building the compiler? I don’t > know if they should be ignored or I caused them myself. > > objc1.inc(360,3) Note: tgobj: (FreeTemp) freeing of temp at pos > -2147483648 requested > They are due to

Re: [fpc-pascal] Rebuilding RTL

2018-08-08 Thread Ryan Joseph
> On Aug 7, 2018, at 11:34 PM, Sven Barth via fpc-pascal > wrote: > > The main difference is that the compiler will not be build using the new RTL. > This is in most cases no problem at least if you don't want to use new > features that you added to the RTL *inside* the compiler. > > I do

Re: [fpc-pascal] Rebuilding RTL

2018-08-07 Thread Sven Barth via fpc-pascal
Am 08.08.2018 um 00:42 schrieb Ryan Joseph: On Aug 7, 2018, at 4:17 PM, Sven Barth via fpc-pascal wrote: Are you sure that you used the correct compiler? Try to pass -n to tell it to ignore the fpc.cfg and see whether it picks up the correct ones when you pass them with - Fu (-Fo is not

Re: [fpc-pascal] Rebuilding RTL

2018-08-07 Thread Ryan Joseph
> On Aug 7, 2018, at 4:17 PM, Sven Barth via fpc-pascal > wrote: > > Are you sure that you used the correct compiler? Try to pass -n to tell it to > ignore the fpc.cfg and see whether it picks up the correct ones when you pass > them with - Fu (-Fo is not required). You can also use -vut to

Re: [fpc-pascal] Rebuilding RTL

2018-08-07 Thread Sven Barth via fpc-pascal
Ryan Joseph schrieb am Mi., 8. Aug. 2018, 00:02: > If I cd to the rtl directory in the fpc sources and run make they are > compiled into the /rtl/units/x86_64-darwin directory. > > 1) How do I compile the ppc386 units? the readme says there’s a FPC > variable for on the makefile configs but I

[fpc-pascal] Rebuilding RTL

2018-08-07 Thread Ryan Joseph
If I cd to the rtl directory in the fpc sources and run make they are compiled into the /rtl/units/x86_64-darwin directory. 1) How do I compile the ppc386 units? the readme says there’s a FPC variable for on the makefile configs but I can’t find it. 2) After I make the units what switch can I