Digistump Forums

The Digispark => Digispark Pro Support => Topic started by: alan242 on February 08, 2015, 09:36:28 am

Title: Digistump IDE for Linux 64 bit has 32 bit binary
Post by: alan242 on February 08, 2015, 09:36:28 am
In the 64 bit IDE, the micronucleus executable in hardware/digistump/avr/tools appears to be 32 bit not 64 bit. This causes it to look for a 32 bit version of libusb. I do not have the 32 bit version installed, so it failed to run. The copy in linux64binaries.tar is also incorrect. It matches the version in linux32binaries.tar. The workaround is to install a 32 bit copy of libusb somewhere in the IDE's path.
Title: Re: Digistump IDE for Linux 64 bit has 32 bit binary
Post by: rstein on March 08, 2015, 06:01:32 am
I compiled the 64 bit version from the sources. I have attached it to this post.

Title: Re: Digistump IDE for Linux 64 bit has 32 bit binary
Post by: ztof on May 14, 2015, 02:54:42 am
Thanks a lot !

On Ubuntu 14.04 64bits, I had a lot of difficulties with this error message while uploading sktech: "/Digispark/arduino-1.5.8-64bit/hardware/digistump/avr/tools/micronucleus: not found"

Using your compiled 64btis version of micronucleus instead of the one from "DigistumpIDE1.5.8C-linux64", solved the problem.

:)
Title: Re: Digistump IDE for Linux 64 bit has 32 bit binary
Post by: digistump on June 23, 2015, 01:49:37 pm
Thanks @rstein - this is corrected in the upcoming release as well