hello im trying to use the tvout library serial term example and i keep getting this error
log.txt (13.1 KB)
hello im trying to use the tvout library serial term example and i keep getting this error
log.txt (13.1 KB)
The most relevant part of @Mokey96732's log.txt:
In file included from C:\Users\ggg\Documents\Arduino\libraries\TVout\examples\NTSCserialTerm\NTSCserialTerm.pde:2:0:
C:\Users\ggg\Documents\Arduino\libraries\pollserial/pollserial.h:46:16: error: conflicting return type specified for 'virtual void pollserial::write(uint8_t)'
virtual void write(uint8_t);
^~~~~
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Stream.h:26:0,
from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/HardwareSerial.h:29,
from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:233,
from C:\Users\ggg\AppData\Local\Temp\arduino_build_276799\sketch\NTSCserialTerm.pde.cpp:1:
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Print.h:51:20: error: overriding 'virtual size_t Print::write(uint8_t)'
virtual size_t write(uint8_t) = 0;
^~~~~
Using library TVout at version 1.0.1 in folder: C:\Users\ggg\Documents\Arduino\libraries\TVout
Using library pollserial in folder: C:\Users\ggg\Documents\Arduino\libraries\pollserial (legacy)
exit status 1
Error compiling for board Arduino Uno.
thanks for that correction ill keep in mind to post just from that header down from now on thanks again for that great information on how to post errors properly
I apologize. That wasn't at all meant to be a correction. It's best to always post the full output, as you did. When the output is >9000 characters, as yours is, you should post it as a .txt file attachment, as you did.
The unfortunate side effect of needing to post the output as an attachment is that it makes it more difficult for casual forum browsers (and maybe people using mobile devices?) to get an idea of what the post is about so that they can determine whether they might have an answer. My reply was only intended to make it easy for people to see what the post was about. I'm experienced enough to be able to have a good chance at being able to identify the important part of the output, but we don't expect that everyone is able to do that and so we ask for the full output always. People posting here often get it completely wrong when they do only post the snippet of what looks important to them. So my post was only intended to increase your likelihood of getting assistance, and not at all as a correction.