Skip to content

Hitting compile twice causes error, have to restart IDE #2574

Closed
@NicoHood

Description

@NicoHood

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions