After updating some libraries, where one was Bridge, I get this error.
I don't know what to do, would you kindly help me?
I get this error.
when compiling some code that I'm not going to show you, using some version of the IDE that I'm not going to disclose, compiling for some Arduino that I'm not going to reveal.
would you kindly help me?
Would if I could, but there isn't a snowball's chance in hell that I can just guess what the problem is.
As Pert suggests on topic avr-g++: error: missing filename after '-o' - Installation & Troubleshooting - Arduino Forum, problem is an upgrade of Arduino AVR Boards to version 1.6.10. To solve it, you must:
- access Tools > Board > Boards Manager
- click on Arduino AVR Boards (which should show version 1.6.10)
- Select version 1.6.6 and click on Install
After this downgrade it compiles back again.
Regards