Control a speaker with a gyroscope

I’m trying to control a speaker with a gyroscope MPU6050. But this error occurs. Even if the boxes are not connected. Can anyone help find a solution?

The error text:
Begin compiling code for the board Arduino Uno :package:

C:\Users\81E4~1\AppData\Local\Temp\arduino-sketch-9E0510E37DE138C3C1D9472200D49B83\libraries\SoftwareSerial\SoftwareSerial.cpp.o (symbol from plugin): In function SoftwareSerial::read()': (.text+0x0): multiple definition of __vector_3’
C:\Users
\81E4~1\AppData\Local\Temp\arduino-sketch-9E0510E37DE138C3C1D9472200D49B83\sketch\xod_1609503300712_sketch.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C:\Users\81E4~1\AppData\Local\Temp\arduino-sketch-9E0510E37DE138C3C1D9472200D49B83\libraries\SoftwareSerial\SoftwareSerial.cpp.o (symbol from plugin): In function SoftwareSerial::read()': (.text+0x0): multiple definition of __vector_4’
C:\Users\81E4~1\AppData\Local\Temp\arduino-sketch-9E0510E37DE138C3C1D9472200D49B83\sketch\xod_1609503300712_sketch.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here
C
:\Users\81E4~1\AppData\Local\Temp\arduino-sketch-9E0510E37DE138C3C1D9472200D49B83\libraries\SoftwareSerial\SoftwareSerial.cpp.o (symbol from plugin): In function SoftwareSerial::read()': (.text+0x0): multiple definition of __vector_5’
C:\Users\81E4~1\AppData\Local\Temp\arduino-sketch-9E0510E37DE138C3C1D9472200D49B83\sketch\xod_1609503300712_sketch.ino.cpp.o (symbol from plugin
):(.text+0x0): first defined here

collect2.exe: error: ld returned 1 exit status

Error during build: exit status 1
Compilation failed
Command Process exited with code 1
The generated C++ code contains errors. It can be due to a bad node implementation or if your board is not compatible with XOD runtime code. The original compiler error message is above. Fix C++ errors to continue. If you believe it is a bug, report the problem to XOD developers.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.