SimulIde V1.0.0-SR0 R1320
OS Windows 10 64bit
Hi, new user here and so far not had problems using this excellent software. I do however have an issue with the arduino.xml
compiler settings. SimuIde appears to use it's own in-built complier arguments for the Arduino compiler and I have found only works with arduino-builder.exe from v1.8 of the Arduino IDE. The reason the compiler fails for older versions like V1.6 is the use of an unsupported compiler argument -build-cache
I have attempted to add my own compiler arguments within the arduino.xml
compiler settings file but they do not appear to used or picked up by SimulIde. Below is the contents of my arduino.xml file which I created from the template.txt file:
Thanks for reading and keep up the excellent work.
OS Windows 10 64bit
Hi, new user here and so far not had problems using this excellent software. I do however have an issue with the arduino.xml
compiler settings. SimuIde appears to use it's own in-built complier arguments for the Arduino compiler and I have found only works with arduino-builder.exe from v1.8 of the Arduino IDE. The reason the compiler fails for older versions like V1.6 is the use of an unsupported compiler argument -build-cache
I have attempted to add my own compiler arguments within the arduino.xml
compiler settings file but they do not appear to used or picked up by SimulIde. Below is the contents of my arduino.xml file which I created from the template.txt file:
- Code:
<!DOCTYPE SimulIDE>
<compiler name="Arduino" type="arduino">
toolPath="D:/Applications/Arduino/"
command="arduino-builder.exe"
arguments=" -compile -hardware ./Hardware -tools ./tools-builder -built-in-libraries ./libraries -fqbn=arduino:avr:uno -build-path $fileDir $filePath"
</compiler>
Thanks for reading and keep up the excellent work.