Soo I use a MacBook with Mojave 10.14.3. when I try to upload I get this error message:
sorry - this program has been built without plugin support
any ideas?
Please do this:
- When you encounter an error, you'll see a button on the right side of the orange bar "Copy error messages" in the Arduino IDE (or the icon that looks like two pieces of paper at the top right corner of the black console window in the Arduino Web Editor). Click that button..
- In a forum reply here, click on the reply field.
- Click the </> button on the forum toolbar. This will add the forum's code tags markup to your reply.
- Press "Ctrl + V". This will paste the error between the code tags.
- Move the cursor outside of the code tags before you add any additional text to your reply.
If the text exceeds the forum's 9000 character limit, save it to a .txt file and post it as an attachment. If you click the "Reply" button here, you will see an "Attachments and other settings" link.
Arduino: 1.8.9 (Mac OS X), Alaplap:"Arduino Uno"
In file included from /Users/szalaisuta/Documents/Arduino/libraries/FastLED/examples/ColorPalette/ColorPalette.ino:1:0:
/Users/szalaisuta/Documents/Arduino/libraries/FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.002.001
pragma message "FastLED version 3.002.001"
^
sorry - this program has been built without plugin support
exit status 1
Hiba a(z) Arduino Uno alaplapra fordításra.
Sorry for the parts that you may not understand its Hungarian. This part "Hiba a(z) Arduino Uno alaplapra fordításra." says problem while translating to Arduino Uno board.
Please do this:
- (In the Arduino IDE) click File > Preferences
- Check the box next to "Show verbose output during: > compilation
- Click "OK"
- Sketch > Verify/Compile
- After the compilation fails you'll see a button on the right side of the orange bar "Copy error messages". Click that button.
- In a forum reply here, click on the reply field.
- Click the </> button on the forum toolbar. This will add the forum's code tags markup to your reply.
- Press "Ctrl + V". This will paste the compilation output between the code tags.
- Move the cursor outside of the code tags before you add any additional text to your reply.
If the length of the output exceeds the forum's 9000 character limit, save it in a .txt file and post it here as an attachment. If you click the "Reply" button you'll see the "Attachments and other options" link.
Hopefully the verbose output will give me a better idea of what is going on.