-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling for sparkfun pro micro #17
Comments
This seems to be related to #14, except that person is using an Arduino Leonardo. I'm starting to suspect the I tried this on my machine with 1.8.12 using the Sparkfun Board Manager URL Could you run |
Ah, I just noticed the shebang is missing in |
activate.py output:
deactivate.py output:
|
Short tip for formatting: You can wrap all the output like so: ``` This way, it will be displayed correctly. But this is a very strange issue. If Could you run the
If that is indeed the case, try to compile it again and see if you have the same error. If you still get that error, run the Arduino IDE from the command line instead of from the launcher, and check whether the correct version of the Arduino IDE is running before compiling. |
I got the same error
|
I am on Ubuntu 18.04 and using Arduino 1.8.3 since the activate.py script seems to want this version.
I am trying to compile the example program. I have run activate.py and it's output was all successes.
Here is the error message:
Archiving built core (caching) in: /tmp/arduino_cache_770586/core/core_SparkFun_avr_promicro_cpu_16MHzatmega32U4_4ec126580105bbcfef3f91ee9bd9669d.a USBCore.cpp.o (symbol from plugin): In function
RxLEDPulse':(.text+0x0): multiple definition of
__vector_11' sketch/LUFA.c.o (symbol from plugin):(.text+0x0): first defined here USBCore.cpp.o (symbol from plugin): In function
RxLEDPulse':(.text+0x0): multiple definition of
__vector_10' sketch/LUFA.c.o (symbol from plugin):(.text+0x0): first defined here collect2: error: ld returned 1 exit status exit status 1 Error compiling for board SparkFun Pro Micro.
The text was updated successfully, but these errors were encountered: