DmxSerial2 icon indicating copy to clipboard operation
DmxSerial2 copied to clipboard

Verify error

Open ghost opened this issue 7 years ago • 8 comments

Verifying in Arduino 1.8.5 returns;

RDMSerialRecv:67: error: too many initializers for 'RDMINIT' };

ghost avatar Sep 15 '18 13:09 ghost

Was this on the code downloaded from GitHub @claysam75 ? The number of arguments seems right to me by observation, but I've not tried a verify, so there may be something we're doing that's upsetting it.

peternewman avatar Sep 16 '18 01:09 peternewman

I get a different error on 1.8.2:

/tmp/arduino_modified_sketch_43130/RDMSerialRecv.ino:67:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 };
 ^
/tmp/arduino_modified_sketch_43130/RDMSerialRecv.ino:67:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

This PR fixes that (I don't know if it fixes your issue too?): https://github.com/mathertel/DmxSerial2/pull/16

peternewman avatar Sep 16 '18 08:09 peternewman

Hi, I applied your fix but the issue persists. Now running 1.8.7

ghost avatar Sep 17 '18 17:09 ghost

Hmm, is there anything else logged, or just that one line?

peternewman avatar Sep 18 '18 01:09 peternewman

Screenshot of error output is attached (with just my google drive email covered)

screen shot 2018-09-18 at 21 14 07

ghost avatar Sep 18 '18 20:09 ghost

@mathertel this needs re-opening as #15 doesn't actually fix it unfortunately.

peternewman avatar Sep 26 '18 16:09 peternewman

@mathertel Any update on this error?

ghost avatar Oct 04 '18 19:10 ghost

Bump @mathertel , can you reopen this please?

peternewman avatar Oct 27 '18 18:10 peternewman