newlib and the use of fcntl by java
Richard Earnshaw
rearnsha@arm.com
Wed Sep 25 05:50:00 GMT 2002
> Things are looking fairly good now on arm-elf for libjava -- 18 unexpected
> failures vs 8 on arm-linux running natively.
>
Hmm, I spoke too soon. Todays code won't build on arm-elf any more...
looks like another full-posix assumption...
/home/rearnsha/gnusrc/egcs-cross/libjava/java/net/DatagramSocket.java:291:
error
: Can't find method `isBlocking()' in type `java.nio.channels.DatagramChann
el'.
if (ch != null && !ch.isBlocking ())
^
/home/rearnsha/gnusrc/egcs-cross/libjava/java/net/DatagramSocket.java:327:
error
: Can't find method `isBlocking()' in type `java.nio.channels.DatagramChann
el'.
if (ch != null && !ch.isBlocking ())
^
2 errors
gnumake[1]: *** [java/net/DatagramSocket.class] Error 1
I suspect this is due to:
2002年09月25日 Michael Koch <konqueror@gmx.de>
* java/net/DatagramSocket.java
(DatagramSocket): Exception documentation added.
...
More information about the Java
mailing list