Javelin IDE Error Codes
Ryan Clarke
Posts: 738
Here is a list of the error codes you may get from the JVM, LINKER or IDE.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ryan Clarke
Parallax Tech Support
RClarke@Parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ryan Clarke
Parallax Tech Support
RClarke@Parallax.com
zip
38K
Comments
regards peter
Post Edited (Peter Verkaik) : 10/3/2007 2:11:28 PM GMT
ANY ONE TO HELP.
And which code generated the error?
regards peter
including 20 and 24
Compiles without error. Apparently your copy is corrupted.
regards peter
[noparse][[/noparse]Error IDE-0024] Unknown bytecode in the JEM file{wide}.
I have looked at the error code table which says that I should try not to do anything dodgy......which I try not to do anyway.
This occurs about half an hour after the software has been running happily. I have isolated the problem to this loop (i.e. if I remove everything else, the problem persists with the code below);
·// START - Main Program Loop
···· while (true)
········· {
//Clear string buffers
·····InBuffer.clear();
···· gpsBuffer.clear();
···· c = 0xff;
···· while (c != '\r' && rxIn.byteAvailable())
······· {
········· c = (char)rxIn.receiveByte();
········· InBuffer.append(c);
······· }
········· dispOut.sendString(InBuffer.toString());
········· System.out.println(InBuffer.toString());
}// End main loop
Any idea why this would run for about 9000 loops then die?
Any help greatly appreciated.
As well..has anyone written a NMEA parsing library??
Regards,
Istha
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The robot is going to lose. Not by much. But when the final score is tallied, flesh and blood will beat the damn monster.
Adam Smith