Hi, brand new to Arduino. I'm assembling pieces of an old project done by several other people long gone. Hardware is a Gameduino attached to an UNO R3. It works, just cycling between 18 images on the SD card anytime the touchscreen is touched. I was given the simple sketch attached (supposedly what's already uploaded) as a starting point to add a few features. I'll certainly be asking for help there too, but I can't upload this program, I'm getting:
Compilation error: Error: 13 INTERNAL: exit status 1
Any glaring errors in the code? Thanks in advance.
I’d like to help, but haven’t tried 2.x yet.
That message isn’t much help!
It looks like a real ‘internal’ error (completely unhelpful - like me), maybe someone familiar with v2 can help, or perhaps you can try to uninstall & reinstall the v2 IDE - sorry.
Hi @erco. I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
Select File > Preferences from the Arduino IDE's menus.
Check the box next to "Show verbose output during: [] compilation".
Click the OK button.
Select Sketch > Verify/Compile from the Arduino IDE's menus.
Wait for the compilation to end.
Right click on the black "Output" pane at the bottom of the Arduino IDE 2.x window.
From the context menu, click Copy All.
Open a forum reply here by clicking the Reply button.
Click the </> icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
Press Ctrl+V. This will paste the compilation output into the code block.
Move the cursor outside of the code tags before you add any additional text to your reply.