[fpc-devel] RTL development cycle
luiz americo pereira camara
luizmed at oi.com.br
Tue Nov 25 23:55:36 CET 2014
Hi,
Until now, when i make changes to RTL units in trunk, i take two pathes to
test and compile:
1) If the unit is self contained, i go to source directory and compile
directly
2) If the unit is a dependency of other RTL parts, i rebuild all the
compiler and RTL
I tried improve this cycle.
So after i changed the file fpexprpars, i run "make all" in the fpc source
root dir. Nothing happens
I went to \packages\fcl-base dir and run make PP="my271compilerpath" and i
got:
Start compiling package fcl-base for target i386-win32.
Compiling BuildUnit_fcl_base.pp
[100%] Compiled package fcl-base
But fpexprpars is not recompiled
Is there any better way to compile and test changes in the RTL?
Luiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20141125/d6599007/attachment.html>
More information about the fpc-devel
mailing list