vim-arduino icon indicating copy to clipboard operation
vim-arduino copied to clipboard

No support for 64 bit version

Open Pawka opened this issue 11 years ago • 6 comments

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.

Pawka avatar Jun 29 '13 17:06 Pawka

Me too.

felipap avatar Jul 06 '13 04:07 felipap

I'm still getting this error. Has anyone come up with a solution?

jplaut avatar Oct 20 '13 19:10 jplaut

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.

Pawka avatar Oct 22 '13 09:10 Pawka

I've started using inotool too. It's very nice.

drewfish avatar Oct 22 '13 14:10 drewfish

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 avatar Oct 25 '13 22:10 jplaut

@jplaut excellent, thanks!

devth avatar Nov 14 '13 16:11 devth