Re: [fpc-devel] Compiler error for target AVR - r37660

2017-12-11 Thread Christo
On Sun, 2017-12-10 at 18:02 +0100, Florian Klämpfl wrote: > Am 04.12.2017 um 20:19 schrieb Christo: > > > > > > > > > > > I guess I'm missing something? > > OK, missed a comment marker in the config file which is now fixed. Now I > > get the origninal > > error > > - Cannot find system type "va

Re: [fpc-devel] Compiler error for target AVR - r37660

2017-12-10 Thread Florian Klämpfl
Am 04.12.2017 um 20:19 schrieb Christo: >> >> I guess I'm missing something? > > OK, missed a comment marker in the config file which is now fixed. Now I get > the origninal error > - Cannot find system type "variant" It should be fixed meanwhile. ___

Re: [fpc-devel] Compiler error for target AVR - r37660

2017-12-08 Thread Florian Klämpfl
Am 07.12.2017 um 20:40 schrieb Christo: > On Sun, 2017-12-03 at 19:03 +0100, Florian Klämpfl wrote: >> Am 03.12.2017 um 13:51 schrieb Christo: >>> >>> After updating to svn r37660 I cannot compile an empty program for AVR >>> target: >>> >>> test.pp: program test; begin end. >>> >>> Compile with .

Re: [fpc-devel] Compiler error for target AVR - r37660

2017-12-07 Thread Christo
On Sun, 2017-12-03 at 19:03 +0100, Florian Klämpfl wrote: > Am 03.12.2017 um 13:51 schrieb Christo: > > > > After updating to svn r37660 I cannot compile an empty program for AVR > > target: > > > > test.pp: program test; begin end. > > > > Compile with ../compiler/ppcrossavr -Cpavr5 -Pavr -Wpa

Re: [fpc-devel] Compiler error for target AVR - r37660

2017-12-04 Thread Christo
On Mon, 2017-12-04 at 21:12 +0200, Christo wrote: > On Sun, 2017-12-03 at 19:03 +0100, Florian Klämpfl wrote: > > > > Am 03.12.2017 um 13:51 schrieb Christo: > > > > > > > > > After updating to svn r37660 I cannot compile an empty program for AVR > > > target: > > > > > > test.pp: program test

Re: [fpc-devel] Compiler error for target AVR - r37660

2017-12-04 Thread Christo
On Sun, 2017-12-03 at 19:03 +0100, Florian Klämpfl wrote: > Am 03.12.2017 um 13:51 schrieb Christo: > > > > After updating to svn r37660 I cannot compile an empty program for AVR > > target: > > > > test.pp: program test; begin end. > > > > Compile with ../compiler/ppcrossavr -Cpavr5 -Pavr -Wpa

Re: [fpc-devel] Compiler error for target AVR - r37660

2017-12-03 Thread Florian Klämpfl
Am 03.12.2017 um 13:51 schrieb Christo: > After updating to svn r37660 I cannot compile an empty program for AVR target: > > test.pp: program test; begin end. > > Compile with ../compiler/ppcrossavr -Cpavr5 -Pavr -Wpatmega328p test.pp > > test.pp(1,20) Fatal: Cannot find system type "variant". C

[fpc-devel] Compiler error for target AVR - r37660

2017-12-03 Thread Christo
After updating to svn r37660 I cannot compile an empty program for AVR target: test.pp: program test; begin end. Compile with ../compiler/ppcrossavr -Cpavr5 -Pavr -Wpatmega328p test.pp test.pp(1,20) Fatal: Cannot find system type "variant". Check if you use the correct run time library. SVN r3