CLionArduinoPlugin icon indicating copy to clipboard operation
CLionArduinoPlugin copied to clipboard

OSX - Error:Could not find Arduino SDK (set ARDUINO_SDK_PATH)!

Open 3goats opened this issue 9 years ago • 2 comments

I get this error. Does this plugin work? There seems to be no documentation on how to configure it. I've downloaded and can use the Arduino (1.6) IDE but how do I reference it from the plugin.

I assume I don't need MinGW if I'm using a mac?

3goats avatar Jul 27 '16 19:07 3goats

You could set it in main CMakeLists like this: set(ARDUINO_SDK_PATH /User/YOUR_ARDUINO_PATH)

You could read about how to use it here https://github.com/francoiscampbell/arduino-cmake

Tayphoon avatar Nov 12 '16 14:11 Tayphoon

/User/YOUR_ARDUINO_PATH? are you sure? Not /Application/Arduino.app/…?

Anyway, how can I spot the correct path? What kind of files or directory would be in there? If I knew one file which should be at the location I can usually figure it out.

krischik avatar Nov 01 '20 20:11 krischik