You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just hit the compile button when you are already compiling. The error wont disappear, you have to restart the IDE.
C:\Users\Nico\AppData\Local\Temp\build4870134429926225134.tmp/core.a(main.cpp.o): In function `main':
C:\Users\Nico\Dropbox\Arduino\sketchbook\hardware\HID\avr\cores\hid/main.cpp:32: undefined reference to `init'
C:\Users\Nico\AppData\Local\Temp\build4870134429926225134.tmp/core.a(USBCore.cpp.o): In function `USB_ClockEnable':
C:\Users\Nico\Dropbox\Arduino\sketchbook\hardware\HID\avr\cores\hid\USB-Core/USBCore.cpp:742: undefined reference to `delay'
C:\Users\Nico\AppData\Local\Temp\build4870134429926225134.tmp/core.a(USBCore.cpp.o): In function `USB_Send(unsigned char, void const*, int)':
C:\Users\Nico\Dropbox\Arduino\sketchbook\hardware\HID\avr\cores\hid\USB-Core/USBCore.cpp:316: undefined reference to `delay'
collect2: error: ld returned 1 exit status
Error compiling.
C:\Users\Nico\AppData\Local\Temp\build4870134429926225134.tmp/core.a(main.cpp.o): In function `main':
C:\Users\Nico\Dropbox\Arduino\sketchbook\hardware\HID\avr\cores\hid/main.cpp:32: undefined reference to `init'
C:\Users\Nico\AppData\Local\Temp\build4870134429926225134.tmp/core.a(USBCore.cpp.o): In function `USB_ClockEnable':
C:\Users\Nico\Dropbox\Arduino\sketchbook\hardware\HID\avr\cores\hid\USB-Core/USBCore.cpp:742: undefined reference to `delay'
C:\Users\Nico\AppData\Local\Temp\build4870134429926225134.tmp/core.a(USBCore.cpp.o): In function `USB_Send(unsigned char, void const*, int)':
C:\Users\Nico\Dropbox\Arduino\sketchbook\hardware\HID\avr\cores\hid\USB-Core/USBCore.cpp:316: undefined reference to `delay'
collect2: error: ld returned 1 exit status
Error compiling.
Using IDE 1.6 rc2 Windows 8.1 Update
The text was updated successfully, but these errors were encountered:
Just hit the compile button when you are already compiling. The error wont disappear, you have to restart the IDE.
Using IDE 1.6 rc2 Windows 8.1 Update
The text was updated successfully, but these errors were encountered: