Description
Arduino IDE: 1.8.5
CLI: 0.3.6 Alpha.
Linux Mint 19.1 64bit.
I installed the IDE, cleanly, by downloading the Linux compressed tar.gz file. I untarred it and started the IDE from within the extracted directory. After setting my preferrences to show verbose compilation and upload messages, compiling sketches used compilers etc from within the directory I was running the IDE from - where I had untarred it to.
NOTE: I did not run the install.sh
script, I just run the IDE from wherever it happens to be.
I then downloaded the latest CLI, version 0.3.6, for Linux and installed the arduino:avr
platform which downloaded a few files into a freshly created ~/.arduino15
directory. I then created and compiled a test sketch to ensure all was well. It was.
However, whenever I compile a sketch in the IDE, it lists the compiler and source files from ~/arduino15
which belong to the CLI and not the IDE. The CLI has hijacked the IDE's files it seems.
Cheers,
Norm.