chipKIT® Development Platform

Inspired by Arduino™

Error Installing with MPIDE

Created Wed, 14 Oct 2015 09:20:03 +0000 by bird57


bird57

Wed, 14 Oct 2015 09:20:03 +0000

Hi, How to install MPIDE on Fedora 22 (32bits)? I have this error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
	at processing.app.Editor.populateSerialMenu(Editor.java:979)
	at processing.app.Editor.buildToolsMenu(Editor.java:706)
	at processing.app.Editor.buildMenuBar(Editor.java:488)
	at processing.app.Editor.<init>(Editor.java:210)
	at processing.app.Base.handleOpen(Base.java:704)
	at processing.app.Base.handleOpen(Base.java:669)
	at processing.app.Base.handleNew(Base.java:565)
	at processing.app.Base.<init>(Base.java:305)
	at processing.app.Base.main(Base.java:184)

Thanks


majenko

Wed, 14 Oct 2015 09:28:19 +0000

You need to install the java rxtx library. I don't know what the package name is on Fedora, you'll have to search for it in your chosen package manager.


bird57

Wed, 14 Oct 2015 12:35:22 +0000

Hi, I have :

$ dnf info rxtx
Paquets installés
Nom         : rxtx
Architectur : i686
Époque      : 0
Version     : 2.2
Révision    : 0.14.20100211.fc22
Taille      : 310 k
Dépôt       : @System
Depuis le d : updates
Résumé      : Parallel communication for the Java Development Toolkit
URL         : http://rxtx.qbang.org/
Licence     : LGPLv2+
Description : rxtx is an full implementation of java commapi which aims to support RS232
            : IEEE 1284, RS485, I2C and RawIO.