Re: about hwo to use optional API
"Kris Ardis" <Kristopher.Ardis-6tN4nzCoH/[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <00d501c415bd$9be86f00$764000b4@kardis> |
> now,I wonder to modify the examples cantest that lie in > tini1.12\examples\cantest.i modifide the source code > *.java,but i can't convert it to .tini,i have tried > TINIConvertor and BuilDependency. could you tell me > the exactly building step when using the optional API? > and make a example to me ? There is a build scrpit included called 'buildCanTest.bat' that should do this for you. @echo off javac -bootclasspath ..\..\bin\tiniclasses.jar;..\..\bin\modules.jar -d bin src\*.java java -classpath ..\..\bin\tini.jar;%classpath% BuildDependency -add CANAll -x ..\..\bin\owapi_dep.txt -p ..\..\bin\modules.jar -f bin\cantransmit.class -o bin\cantransmit.tini -d ..\..\bin\tini.db java -classpath ..\..\bin\tini.jar;%classpath% BuildDependency -add CANAll -x ..\..\bin\owapi_dep.txt -p ..\..\bin\modules.jar -f bin\canreceive.class -o bin\canreceive.tini -d ..\..\bin\tini.db Kris ----- Original Message ----- From: "lgqyxy" <[email protected]> To: <tini-6tN4nzCoH/[email protected]> Sent: Sunday, March 28, 2004 10:09 PM Subject: [TINI]about hwo to use optional API > This message uses a character set that is not supported by the Internet > Service. To view the original message content, open the attached > message. If the text doesn't display correctly, save the attachment to > disk, and then open it using a viewer that can display the original > character set. <<message.txt>> > _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini