Proximity Trinkey board error

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ediener12
 
Posts: 3
Joined: Thu Mar 03, 2022 5:52 pm

Proximity Trinkey board error

Post by ediener12 »

I have set up my board with ProxLight Trinkey M0 (SAMD21) but I am unable to upload and keep getting this error: Error compiling for board Adafruit ProxLight Trinkey M0 (SAMD21). Am I using the wrong board, is there something I can do to fix this problem?

User avatar
adafruit_support_carter
 
Posts: 29168
Joined: Tue Nov 29, 2016 2:45 pm

Re: Proximity Trinkey board error

Post by adafruit_support_carter »

It's a compilation error, so probably something code related. The actual error would be further up in the output, and you may need to turn on verbose output in the Arduino IDE to see it.

What is the complete code for the sketch being run?

User avatar
ediener12
 
Posts: 3
Joined: Thu Mar 03, 2022 5:52 pm

Re: Proximity Trinkey board error

Post by ediener12 »

The code is just the Proximity Trinkey Shipped Demo.

User avatar
adafruit_support_carter
 
Posts: 29168
Joined: Tue Nov 29, 2016 2:45 pm

Re: Proximity Trinkey board error

Post by adafruit_support_carter »

Thanks. Just did a test compile here and it worked OK.

Please turn on verbose output:

File -> Preferences
Show verbose output during: check [ ] compilation

Recompile the sketch and post the complete text of the error message here. There should be a button named "Copy error messages" that will show up in the lower output section of the Arduino IDE.

User avatar
ediener12
 
Posts: 3
Joined: Thu Mar 03, 2022 5:52 pm

Re: Proximity Trinkey board error

Post by ediener12 »

Ah it seems that my boards were not installed correctly, and I re-installed them and it uploaded correctly. Thank you.

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”