Closed doleron closed 6 years ago
Hi,
I installed almost exactly the same setup today, CMake which I build from source is newer, version 3.13
. I also downloaded the "arduino-sdk" from the website & extracted it to my home folder I additionally set the ARDUINO_SDK_PATH
env variable, maybe this helps. Try this command: export ARDUINO_SDK_PATH= "path/to/arduino-sdk"
or set it in your .bashrc
.
Hi, @tobiashienzsch .
I just upgraded cmake for 3.13.0-rc3 and then the examples worked. Thank you. Sidenote: Since than arduino sdk was installed in /usr/share, the command export ARDUINO_SDK_PATH= "path/to/arduino-sdk"
didn't seem to make any difference in the end result.
Hi, my OS is Raspbian stretch 0 - I followed the steps into the "installation":
and installed arduino 1.8.7 from the arm tarball. I installed cmake 3.8.2 from sources 1 - donwloaded Arduino-CMake-NG and extracted it in /home/pi 2 -
cd ~/Arduino-CMake-NG-master/examples/blink-example
3 -cmake -DCMAKE_TOOLCHAIN_FILE=/home/pi/Arduino-CMake-NG-master/cmake/Arduino-Toolchain.cmake .
This is the output:Any ideas about what I did wrong?