SOLVED: Getting Error:- 'INPUT_PULLUP' was not declared in this scope

tack,

The Mighty1284p core files lack that instruction. I've had great success using the standard core files with my 1284p boards for several months. Try the following change in the boards.txt file for your board:

#bobuino.build.core=arduino:arduino
bobuino.build.core=standard

Jon