Fix: Error compiling for board Arduino/Genuino Uno

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Seeing the Error compiling for board Arduino/Genuino Uno message is not nice, but this guide should prove helpful.
  • To start the resolution of this issue, ensure that you selected the right board, and follow the next indications.
  • For more useful guides on this topic, don't hesitate to visit our Developer Tools section.
  • To always be on top of any Arduino error message, bookmark our Arduino Errors Hub.

The Arduboy is a small, portable game console with a similar design to the Nintendo Game Boy. It is a game console based on the Arduino board designs, which include Arduino/Genuino Uno.

Users can connect their Arduboys with Windows PCs to upload games to them with the Arduino IDE (Integrated Developer Environment) software.

However, some users have posted on the Arduboy support forum about an Error compiling for board Arduino/Genuino Uno issue.

That error arises when users try to upload a game (otherwise sketch) to the Arduboy with the Arduino IDE software. Consequently, users can’t upload games to their Arduboy when that error arises.

What can I do about the compiling for board Arduino/Genuino Uno error?

1. Make sure you’ve selected the right Arduino board

  1. The Error compiling for board Arduino/Genuino Uno issue can arise when users haven’t selected the right board design within Arduino IDE. To select the correct board, click the Tools menu in the Arduino IDE software.
  2. Then select Board to open the menu shown directly below.
    The Tools menu error compiling for board arduino/genuino uno
  3. Select Arduino/Genuino Uno if that’s not currently selected.

2. Install missing Arduboy libraries

  1. The Error compiling for board Arduino/Genuino Uno error is often due to missing Arduboy libraries needed by the games. To install missing Arduboy libraries, click the Sketch menu.
  2. Then select Include Library to open the menu in the snapshot directly below.
    The Sketch menu error compiling for board arduino/genuino uno
  3. Click Manage Libraries to open the window shown directly below.
    Library Manager error compiling for board arduino/genuino uno
  4. To search for Arduboy libraries, enter the keyword Arduboy in the search box.
  5. Make sure all the Arduboy libraries listed below are installed:
    Arduboy
    ArduboyTones
    Arduboy2
    AdruboyPlaytune
    ArdVoice 469
    ArdBitmap
    ATMlib
    FixedPointsArduino
    Arduboy-TinyFont
    U8GLIB
  6. You can install selected libraries by clicking the More info links and Install buttons for them. Select the latest versions of the libraries on their drop-down menus.
    The Install button error compiling for board arduino/genuino uno
  7. Click the Close button when you’ve installed all missing Arduboy libraries.

3. Reinstall the Adruino IDE software

  1. Some users might need to reinstall the Adruino IDE software to resolve the compiling for board Arduino/Genuino Uno error. First, open File Explorer in Windows.
  2. If you’re utilizing Arduino IDE 1.6.6 or later, open this path in Explorer: C:/Users(username)/AppData/Local /Arduino15.
  1. Users with Arduino IDE 1.6.5r5 or previous should open this folder: C:/Users (username)/AppData/Roaming/Arduino15.
  1. Select the Adruino15 folder, and press the Delete button.
  2. Next, open Run’s window by pressing the Windows key + R hotkey.
  3. Enter appwiz.cpl in the Open box, and click the OK button.
    Programs and Features window error compiling for board arduino/genuino uno
  4. Select Arduino in the Programs and Features window.
  5. Click the Uninstall option.
  6. If an uninstall prompt opens, click the Yes button on it.
  7. Restart Windows before you reinstall Arduino.
  8. Click the Windows app on the Arduino website. Then click the Just Download option.
  9. Thereafter, reinstall the Arduino IDE software. Note that you’ll also need reinstall boards with the Board Manager.

Those are three ways users can fix Error compiling for board Arduino/Genuino Uno error. With that issue fixed, you can then play Arduboy games.