Re: [fpc-pascal] Fpc make questions...

2020-09-12 Thread Bo Berglund via fpc-pascal
On Sat, 12 Sep 2020 01:54:20 +0200, Tomas Hajny via fpc-pascal wrote: >> Hopefully >> >> make clean >> make all >> make install >> >> with the proper options will do the trick >> TIA.. > >They should. Progress update: I proceeded to create a script that rebuilds fpc using

Re: [fpc-pascal] Fpc make questions...

2020-09-12 Thread Bo Berglund via fpc-pascal
On Sat, 12 Sep 2020 01:54:20 +0200, Tomas Hajny via fpc-pascal wrote: >> 3) Does the following command overwrite existing files from an earlier >> attempt so the CPU target can be replaced? >> For ARMv7: >> make install OPT="-dFPC_ARMHF" PREFIX=/home/pi >> FPC="/home/pi/dev/ppcarm" >> For ARMv6:

Re: [fpc-pascal] Fpc make questions...

2020-09-11 Thread Tomas Hajny via fpc-pascal
On 2020-09-11 21:51, Bo Berglund via fpc-pascal wrote: I am not very informed about how make works when building fpc installations, I have just used commands I have gathered online and it has worked... Now I would like to know: 1) Does make clean inside the fpc source dir erase ALL of the

[fpc-pascal] Fpc make questions...

2020-09-11 Thread Bo Berglund via fpc-pascal
I am not very informed about how make works when building fpc installations, I have just used commands I have gathered online and it has worked... Now I would like to know: 1) Does make clean inside the fpc source dir erase ALL of the binaries produced by an earlier build inside that source tree?