vim-arduino
vim-arduino copied to clipboard
No support for 64 bit version
My machine has64 bit CPU and looks like vim-arduino-cli.jar
works only with 32 bit CPU.
I'm getting following message when trying to compile code:
Auto detecting serial port
Error: This Java instance does not support a 32-bit JVM.
Please install the desired version.
Me too.
I'm still getting this error. Has anyone come up with a solution?
Nope. But I've found http://inotool.org :
"Ino is a command line toolkit for working with Arduino hardware"
I'd suggest make this plugin compatible with Ino.
I've started using inotool too. It's very nice.
I modified this plugin to use the Ino toolkit, which runs in 64-bit environments. So if anyone runs into this problem, they can use https://github.com/jplaut/vim-arduino-ino/ instead.
@jplaut excellent, thanks!