Re: [fpc-devel] Better Call Stack Information

2014-08-10 Thread Sven Barth
On 11.08.2014 00:02, mark diener wrote: Sven: I built the RTL as you instructed: make install INSTALL_PREFIX=c:\lazarus\fpc\2.6.4-debug Then I changed a single line in fpc.cfg: From: -FuC:\lazarus\fpc\$FPCVERSION/units/$fpctarget/rtl To: -FuC:\lazarus\fpc\$FPCVERSION-debug/units/$fpctarget

Re: [fpc-devel] Better Call Stack Information

2014-08-10 Thread mark diener
Sven: I built the RTL as you instructed: make install INSTALL_PREFIX=c:\lazarus\fpc\2.6.4-debug Then I changed a single line in fpc.cfg: From: -FuC:\lazarus\fpc\$FPCVERSION/units/$fpctarget/rtl To: -FuC:\lazarus\fpc\$FPCVERSION-debug/units/$fpctarget/rtl But I did not rebuild the compiler,

Re: [fpc-devel] Better Call Stack Information

2014-08-10 Thread Sven Barth
On 10.08.2014 21:48, mark diener wrote: Sven: Thanks for your response. I am able to recompile RTL with the following commands issues from an Admin level DOS prompt: You should not need a Command shell with Admin rights. make clean make all OS_TARGET=win32 CPU_TARGET=i386 OPT="-gl -O-" make

Re: [fpc-devel] Better Call Stack Information

2014-08-10 Thread mark diener
Sven: Thanks for your response. I am able to recompile RTL with the following commands issues from an Admin level DOS prompt: make clean make all OS_TARGET=win32 CPU_TARGET=i386 OPT="-gl -O-" make install OS_TARGET=win32 CPU_TARGET=i386 How do I point the compiler to look at the new units/*.ppu

Re: [fpc-devel] Better Call Stack Information

2014-08-09 Thread Sven Barth
On 08.08.2014 16:20, mark diener wrote: Using Lazarus 1.2.4 win32 on Windows 8.1 I am getting stack traces like this: #0 SYSTEM_FINISH_WAITFIXEDLIST$PFREELISTS at :0 #1 ?? at :0 #2 ?? at :0 #3 TRPZUDPSRV__EXECWRAPPER() at C:\pdev\rpzlib\rpzudpsrv.pas:225 #4 TRPZUDPSRV__EXECUTE() at C:\pdev\rpzl