Has anyone got the Arduino Leonardo to program in Eclipse?
I have no trouble with the UNO, but it seems the VID and PID settings are missing for the ATmega32u4
../src/USBCore.cpp:78:2: error: ‘USB_VID’ was not declared in this scope
../src/USBCore.cpp:78:2: error: ‘USB_PID’ was not declared in this scope
Googleing around has uncovered a few GIT projects talking about custom make files from the command prompt there there have recently (in the last month) worked out that they need special patches specifically for the Leonardo. All my projects are in Eclipse already, so it would be good to know how to fix this here.
Perhaps there is a simple #define i can just put somewhere?
[edit] I'm on Ubuntu b.t.w. (in an attempt to avoid a big discussion about windows drivers : P)