When I run "make jopser", I get an error: z:\jop\asm>call build ..\generated\jvmser 'build' is not recognized as an internal or external command, operable...
... Okay, that's why it wasn't working for me: Being a UNIX junkie, I was running Make from the Cygwin Bash Shell. After switching to the DOS prompt (yuck),...
... This is from the CMD box. What makes this even stranger is that if I create two build files as a test, and one of them calls the other, just like...
... I think it's not worth to further dig into this issue. We're on the move to ant, right? I'm almost using only ant at the moment. However, there is one...
... HEAD works for me with the following parameters: P2=wcet P3=Loop WCET_METHOD=measure Note that on October 4, you changed Loop.java by renaming the "loop" ...
... I agree. I just don't like having mysteries like this go unsolved. :) ... Are we definitely moving to Ant? When I saw the group poll, I thought there was a...
I've attached a patch for JOP's build.xml to allow the wcet target to run successfully. The problem was that debug symbols were turned off in the java-app...
I've changed the object and array layout. So please rebuild the processor when you checkout from HEAD. The changes: The pointer to the method table and the ...
Hi Trevor, ... I've checked it in. ... Mmh, - kept it in a comment. I did this for Java 1.5 tests with the collection classes don't remember if it is...
What version of lp_solve is distributed with JOP? I ask this because if you replace what's there with the latest version of lp_solve (5.5.0.9), then run WCA on...
... I think Rasmus should be able to answer this question. BTW: I read that there should be a pure Java version of lp_solve available. Perhaps, one of you two...
Hi! As the Java Tcp/Ip Stack implementation proceeds the question arouse how primitive datatypes are handled in JOP. Are bytes (chars etc) handled as integers...
... Yes, byte and char arrays are implemented with one 32-bit word per element (at the moment). The reason for this is simplicity and speed. So I would suggest...
... Hmm, on second thought, the Euro-to-US conversion kind of hurts. What about a dev kit from a U.S. vendor? This one has 1Mbit SDRAM and 512KB Flash: ...
... I don't think you will be happy with this one: 128 KB memory is not very much and it is only 8 bit wide. That will hurt the performance a lot. Furthermore,...
... Oops, that's right. Never mind about that one then. ... The EPCS4 mentioned in the specs is a 4Mbit serial flash device that is on-board. That can be used...
... In principle yes and it should be enough. However, you have to implement the serial Flash reading from the FPGA. Was a 'hidden' secret some time ago....
Perhaps you've already heard: Sun's Java is now under GPL. You can check e.g., the CLDC 1.0/1.1 downloads. Does this now influence the JDK work for JOP? Based...
... You're right; I could have sworn I updated from the repo, but apparently I was looking at a different version of lp_solve I was using for testing. Anyway,...
... Hey that's cool! Now you 'just' need to get Quartus running on your Mac ;-) ... Good to know. BTW: There should be a pure Java version of lp_solve...
Thanks to Nelson who pointed me to an error in the automatic detection of the memory size connected to JOP. That was the reason for a crash in the GC. So now...