Contiki mote type creation error when trying to use libtomcrypt library (rsa public key generation)
I am trying to work on RSA public key generation using libtomcrypt library for my school project. But I am unable to load the library in Cooja using Contiki OS. I tried to compile the file I need into an object file and load it in .csc file. This is the error message I got: se.sics.cooja.GUI$SimulationCreationException: Mote type creation error: Error when creating corecomm instance: Lib1 at se.sics.cooja.GUI.loadSimulationConfig(GUI.java:3440) at se.sics.cooja.GUI.loadSimulationConfig(GUI.java:3352) at se.sics.cooja.GUI.doLoadConfig(GUI.java:2397) at se.sics.cooja.GUI$4.run(GUI.java:636) at