Re: UnsatisfiedLinkError with Tini 1.12 and CRC16
Bryan Armstrong <bryan.armstrong-6tN4nzCoH/[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <[email protected]> |
Nelson Lai wrote: > Exception caught: java.lang.UnsatisfiedLinkError: CRC16 > java.lang.UnsatisfiedLinkError: CRC16 > at com.dalsemi.onewire.utils.CRC16.CRC16(Native Method) > at com.dalsemi.onewire.utils.CRC16.compute(Unknown Source) > at com.dalsemi.TINIConvertor.go(TINIConvertor.java:1220) > at com.dalsemi.TINIConvertor.main(TINIConvertor.java:324) > at TINIConvertor.main(TINIConvertor.java:16) > Exception in thread "main" java.lang.UnsatisfiedLinkError: CRC16 > at com.dalsemi.onewire.utils.CRC16.CRC16(Native Method) > at com.dalsemi.onewire.utils.CRC16.compute(Unknown Source) > at com.dalsemi.TINIConvertor.go(TINIConvertor.java:1220) > at com.dalsemi.TINIConvertor.main(TINIConvertor.java:324) > at TINIConvertor.main(TINIConvertor.java:16) It appears that the com.dalsemi.onewire.util.CRC16 class is somewhere in your build directory or possibly you are using JDK 1.3 or higher without the -target 1.1 command line option. Remove this class and the build should continue. -- -- Bryan Armstrong bryan.armstrong-6tN4nzCoH/[email protected] _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini