I have latest IDE 1.8. I have a code that compiles and works perfectly fine for Arduino Nano Atmega328P. I'm now trying to switch the code to RP2040 and installed the necessary board manager library for it. But when I compile I get the following error:
SoftwareSerial.h No such file or directory
EEPROM.h No such file or directory
What am I doing wrong? Like I said, compiles/works without issues for ATmega328P.