This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: newlib and the use of fcntl by java


> 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.
	...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]