[kaffe] (no subject)

2005-02-07 Thread asutosh gopinath
Hi,

Is it possible to download latest kaffe source without using CVS 
in tar.gz form? Is any url available for this?

Thanks
asutosh

-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] JVM for Arm Processor

2004-10-15 Thread asutosh gopinath
Hi Nitin,
Its a nice idea. I successfully ported Kaffe-1.1.4 on Intel Xscale (ARM) processor running linux 3 months back.
Good Luck
Asutosh- Original Message -From: "gautamn" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Subject: [kaffe] JVM for Arm ProcessorDate: Thu, 14 Oct 2004 11:14:18 +0530



Hi,
 I need to install java on my 32bit arm processor m/c with Linux as operating system. Can I use kaffe for my m/c.
Regards,
Nitin Gautam,
Btech CSE,
IIT Kanpur. >> > ___> kaffe mailing list> [EMAIL PROTECTED]> http://kaffe.org/cgi-bin/mailman/listinfo/kaffe> 
-- 
___
Find what you are looking for with the Lycos Yellow Pages 


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Kaffe and RXTX on XSCALE

2004-08-07 Thread asutosh gopinath
hi,
I am trying to run SimpleWrite. I get following error:

SimpleWrite: Error setting event notification: java.lang.NullPointerException
java.lang.NullPointerException
   at gnu.io.RXTXPort$MonitorThread.run (RXTXPort.java:1530)   


verbosejit says java/lang/ThreadGroup.uncaughtException
I'm pasting a portion of JIT below:


()V time 15ms (13117ms) @ 0x59294c>













SimpleWrite: Error setting event notification: java.lang.NullPointerException









java.lang.NullPointerException
   at gnu.io.RXTXPort$MonitorThread.run (RXTXPort.java:1530)




(Ljava/util/Vector;)V time 6ms (13610ms) @ 0x665b
d0>











(Ljava/util/LinkedList;I)V time 2
7ms (13816ms) @ 0x673028>






I dont know if it is kaffe's problem or RXTX's problem. Has anybody used rxtx 
successfully with kaffe on Xscale?

please help

Regards
asutosh

-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Sound on XSCALE (no mixer supporting this type of line...)

2004-08-03 Thread asutosh gopinath
Hi,
I decided to build alsa-lib-1.0.5 from arm.

make gives warning:
pcm_dmix.c:221:2: warning: #warning Please, recode mix_areas1() routine to your
architecture...
pcm_dmix.c:253:2: warning: #warning Please, recode mix_areas2() routine to your
architecture...
:

Regards
Asutosh
- Original Message -
From: Matthias Pfisterer <[EMAIL PROTECTED]>
Date: Sat, 31 Jul 2004 21:04:20 +0200
To: asutosh gopinath <[EMAIL PROTECTED]>
Subject: Re: [kaffe] Sound on XSCALE (no mixer supporting this type of   line...)

> Hi,
> 
> the log output clearly states what's happening: libasound uses ptheads 
> and is linked against version 2.3.2 of glibc. Presumably the version of 
> glibc installed on your system is different, so some the linker was not 
> able to resolve some of the symbols. In other words: you have to fix 
> that version mismatch. Either use a version of libasound that is 
> compiled for your version of glibc of install the version of glibc that 
> the current libasound is linked against.
> 
> Matthias
> 
> 
> asutosh gopinath wrote:
> > Hi,
> > I checked the config.log and it shows the following:
> > 
> > configure:46526: checking for snd_ctl_open in -lasound
> > configure:46556: arm-linux-gcc -o conftest -O0 -Wall -Wstrict-prototypes -fsigne
> > d-char -I/opt/arm-linux/lib/include  -DNDEBUG
> > -L/opt/arm-linux/lib/lib conftest.c -lasound   -L/opt/arm-linux/lib/
> > lib -lasound -lm -ldl -lpthread -L/opt/arm-linux
> > /lib >&5
> > conftest.c:194: warning: function declaration isn't a prototype
> > conftest.c:197: warning: function declaration isn't a prototype
> > /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
> > [EMAIL PROTECTED]'
> > /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
> > [EMAIL PROTECTED]'
> > /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
> > [EMAIL PROTECTED]'
> > /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
> > [EMAIL PROTECTED]'
> > collect2: ld returned 1 exit status
> > configure:46562: $? = 1
> > configure: failed program was:
> > | /* confdefs.h.  */
> > 
> > 
> > I have no idea how to fix it. 
> > 
> > Regards
> > Asutosh
> > ===
> > 
> > - Original Message -
> > From: Matthias Pfisterer <[EMAIL PROTECTED]>
> > Date: Fri, 30 Jul 2004 15:43:31 +0200
> > To: asutosh gopinath <[EMAIL PROTECTED]>
> > Subject: Re: [kaffe] Sound on XSCALE (no mixer supporting this type of   line...)
> > 
> > 
> >>Hi,
> >>
> >>using ALSA 1.0.5 sould work. The libraries are searched for in the 
> >>standard library paths (/usr/lib, /usr/local/lib, ... depending on your 
> >>linker configuration).
> >>
> >>Please check the file config.log for the reason why exactly the test fails.
> >>
> >>Matthias
> >>
> >>
> >>asutosh gopinath wrote:
> >>
> >>>Hi,
> >>>Configure gives following output for ALSA ( I did not notice it before !)
> >>>
> >>>checking for ALSA CFLAGS...  -I/usr/local/arm-linux/lib/include
> >>>checking for ALSA LDFLAGS...  -L/usr/local/arm-linux/lib/lib -lasound -lm -ldl -
> >>>lpthread
> >>>checking for libasound headers version >= 1.0.1... found.
> >>>checking for snd_ctl_open in -lasound... no
> >>>Useable version of ALSA not found.
> >>>
> >>>Where ( path/to/alsa) is it trying to find the usable version? 
> >>>I have installed libasound2 (1.0.5-1) from debian.org
> >>>
> >>>>From where can i get "usable" version of ALSA.
> >>>
> >>>Regards
> >>>Asutosh
> >>
> > 
> 
> 
> -- 
> Matthias Pfisterer[EMAIL PROTECTED]
> Reuchlinstrasse 28phone ++49-711-62 87 12
> D-70176 Stuttgart (in Deutschland 0711-62 87 12)
> GERMANY
> 
> Work like you don't need the money.
> Love like you've never been hurt.
> Dance like nobody is watching.
> 
> Java Sound Resources (examples, FAQ, applications):
> http://www.jsresources.org/
> 
> Tritonus, the open source implementation of the Java Sound API:
> http://www.tritonus.org/
> --
> 
> 
> ___
> kaffe mailing list
> [EMAIL PROTECTED]
> http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] porting javax.sound on XScale Linux

2004-08-02 Thread asutosh gopinath
Hi,
I tried to build alsa for kaffe to use it on my xscale linux. i get following warning 
while configuring alsa-lib-1.0.4

pcm_dmix.c:221:2: warning: #warning Please, recode mix_areas1() routine to your
architecture...
pcm_dmix.c:253:2: warning: #warning Please, recode mix_areas2() routine to your
architecture...
:

If I ignore this then kaffe fails to make. How do i recode mix_areas1().

Has anyone attempted sound using alsa on xscale ARM? 

Does kaffe javax.sound support any other sound driver?

Regards
Asutosh

-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Sound on XSCALE (no mixer supporting this type of line...)

2004-07-30 Thread asutosh gopinath
Hi,
I checked the config.log and it shows the following:

configure:46526: checking for snd_ctl_open in -lasound
configure:46556: arm-linux-gcc -o conftest -O0 -Wall -Wstrict-prototypes -fsigne
d-char -I/opt/arm-linux/lib/include  -DNDEBUG
-L/opt/arm-linux/lib/lib conftest.c -lasound   -L/opt/arm-linux/lib/
lib -lasound -lm -ldl -lpthread -L/opt/arm-linux
/lib >&5
conftest.c:194: warning: function declaration isn't a prototype
conftest.c:197: warning: function declaration isn't a prototype
/opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
[EMAIL PROTECTED]'
/opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
[EMAIL PROTECTED]'
/opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
[EMAIL PROTECTED]'
/opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_
[EMAIL PROTECTED]'
collect2: ld returned 1 exit status
configure:46562: $? = 1
configure: failed program was:
| /* confdefs.h.  */


I have no idea how to fix it. 

Regards
Asutosh
===

- Original Message -
From: Matthias Pfisterer <[EMAIL PROTECTED]>
Date: Fri, 30 Jul 2004 15:43:31 +0200
To: asutosh gopinath <[EMAIL PROTECTED]>
Subject: Re: [kaffe] Sound on XSCALE (no mixer supporting this type of   line...)

> Hi,
> 
> using ALSA 1.0.5 sould work. The libraries are searched for in the 
> standard library paths (/usr/lib, /usr/local/lib, ... depending on your 
> linker configuration).
> 
> Please check the file config.log for the reason why exactly the test fails.
> 
> Matthias
> 
> 
> asutosh gopinath wrote:
> > Hi,
> > Configure gives following output for ALSA ( I did not notice it before !)
> > 
> > checking for ALSA CFLAGS...  -I/usr/local/arm-linux/lib/include
> > checking for ALSA LDFLAGS...  -L/usr/local/arm-linux/lib/lib -lasound -lm -ldl -
> > lpthread
> > checking for libasound headers version >= 1.0.1... found.
> > checking for snd_ctl_open in -lasound... no
> > Useable version of ALSA not found.
> > 
> > Where ( path/to/alsa) is it trying to find the usable version? 
> > I have installed libasound2 (1.0.5-1) from debian.org
> > 
> >>From where can i get "usable" version of ALSA.
> > 
> > Regards
> > Asutosh

-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Sound on XSCALE (no mixer supporting this type of line...)

2004-07-30 Thread asutosh gopinath
Hi,
Configure gives following output for ALSA ( I did not notice it before !)

checking for ALSA CFLAGS...  -I/usr/local/arm-linux/lib/include
checking for ALSA LDFLAGS...  -L/usr/local/arm-linux/lib/lib -lasound -lm -ldl -
lpthread
checking for libasound headers version >= 1.0.1... found.
checking for snd_ctl_open in -lasound... no
Useable version of ALSA not found.

Where ( path/to/alsa) is it trying to find the usable version? 
I have installed libasound2 (1.0.5-1) from debian.org

>From where can i get "usable" version of ALSA.

Regards
Asutosh

- Original Message -
From: Matthias Pfisterer <[EMAIL PROTECTED]>
Date: Fri, 30 Jul 2004 09:03:45 +0200
To: asutosh gopinath <[EMAIL PROTECTED]>
Subject: Re: [kaffe] Sound on XSCALE (no mixer supporting this type of line...)

> Hi,
> 
> - it may be a bug in your program. Either provide the source code of 
> your test program, or check with AudioPlayer from the Java Sound 
> Resources (URL below).
> 
> - are you shure that the your installation is correct? How did you test 
> it? Make sure there are Mixers at all. Run 'DumpJSInfo --mixers' (see 
> http://www.jsresources.org/examples/DumpJSInfo.html).
> 
> Matthias

-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Sound on XSCALE (no mixer supporting this type of line...)

2004-07-29 Thread asutosh gopinath
Hi,

I have configured kaffe-1.1.4 using ALSA.
when i try to run a sond application..

[EMAIL PROTECTED] bin# ./java MyAudio croak.wav
java.lang.IllegalArgumentException: no mixer supporting this type of
line: javax
[EMAIL PROTECTED]
javax.sound.sampled.Sour
ceDataLine]formats:
PCM_SIGNED, 1 channel(s), 16 bit samples, 2 byte frames, 8000.0 Hz,
8000.0 frame
s/second, little endian
minBufferSize=-1 maxBufferSize=-1
   at javax.sound.sampled.AudioSystem.getLine (AudioSystem.java:415)
   at MyAudio.main (MyAudio.java:80)


Why it is not finding the mixer!


Asutosh
-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Strange sound problem!!!

2004-07-29 Thread asutosh gopinath
Hi,

I successfully ported kaffe-1.1.4 on  ARM with sound (ALSA).

when i run a wav file i get following error:


[EMAIL PROTECTED] bin# ./java MyAudio croak.wav
java.lang.IllegalArgumentException: no mixer supporting this type of line: javax
[EMAIL PROTECTED] javax.sound.sampled.Sour
ceDataLine]formats:
PCM_SIGNED, 1 channel(s), 16 bit samples, 2 byte frames, 8000.0 Hz, 8000.0 frame
s/second, little endian
minBufferSize=-1 maxBufferSize=-1
   at javax.sound.sampled.AudioSystem.getLine (AudioSystem.java:415)
   at MyAudio.main (MyAudio.java:80)


What mixer is it looking for and why is it unable to find it?
Please Help!!

Thanks

Asutosh
-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] make hangs

2004-07-26 Thread asutosh gopinath
hi,
I am trying to compile kaffe-1.1.4 for my linux pc.
configure goes fine.
make hangs when doing regression:

Making all in compile time.
make[3]: Entering directory '/root/kaffe-native/test/regression/compile_time'

please help

regards
Asutosh
-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Help needed in buliding kaffe-1.1.4 for Xscale PXA with awt-x

2004-06-22 Thread asutosh gopinath

Hi Kero and members, 

I could not fine header on my ARM board. Could you please help me in building X11 for 
Xscale or from which site to download the necessary headers for ARM? 

Thanks 
regards
Asutosh



Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Need help for porting RXTX on ARM

2004-06-21 Thread asutosh gopinath
Hi,
Today I successfully run CommCheck using gnu's name space RXTX on my linux pc. Thanks 
for helping.

Now I am ready to try in on my ARM Xscale board.
But, when configuring for XSCALE 
[EMAIL PROTECTED] arm-comm]# CFLAGS="-D__XSCALE__" ../rxtx-2.1-7pre17/configure
--host=arm-linux --target=arm-linux  --build=i686-linux  --with-staticlib --wit
h-staticbin --enable-static=yes

I get  WARNING:  Kernel include files do not match the current kernel

I ignored it (i dont know if it was right decision) and proceeded for make:

Make terminated with following error

1-7pre17/src/UnsupportedCommOperationException.java /home/arcom/arm-comm/../rxtx
-2.1-7pre17/src/UnSupportedLoggerException.java /home/arcom/arm-comm/../rxtx-2.1
-7pre17/src/Zystem.java
Failed to create 'arm-unknown-linux-gnu/gnu_io_CommPortIdentifier.h'.
make: *** [/home/armcom/arm-comm/gnu/io/CommDriver.class] Error 1


Does anybody have any clues?

Cheers
Asutosh
--





Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Need help for porting RXTX on ARM

2004-06-21 Thread asutosh gopinath
Hi,

A day ago I installed the jcl.jar which uses sun's comm.jar on my i686 linux and it 
worked with kaffe. Today i tried to use RXTX.jar (with gnu.io namespace)which does not 
require comm.jar. The compilation was okay but on execution it gives :

java.lang.NoClassDefFoundError: javax/comm/CommDriver thrown while loading gnu.i
o.RXTXCommDriver
java.lang.NoClassDefFoundError: javax/comm/CommDriver thrown while loading gnu.i
o.RXTXCommDriver

I have downloaded rxtx-2.1-7pre17-i686-pc-linux-gnu version from rxtx.com

It seems to be looking for comm.jar. I am in a fix whether i should try to build jcl 
version or rxtx version for my PXA255.

Cheers
Asutosh



--

- Original Message -

DATE: Mon, 21 Jun 2004 12:22:25
From: Dalibor Topic <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]

>asutosh gopinath wrote:
>> Hi all,
>> I want to port rxtx on ARM Xscale for using with kaffe. I need help in porting it. 
>> If anybody has tried this successfully/partially successful please help me.
>
>Doesn't simply taking rxtx.jar and the native libraries compiled for 
>xscale work?
>
>> If you have any idea to share in this regard even if you have not tried this please 
>> do so I will be grateful.
>
>I've tried it a year ago, or so, but didn;t get too far, on i386. Given 
>that rxtx is part of classpath extensions now, I guess it should be much 
>easier to get to work.
>
>> How much useful in the commapi which comes bundled with kaffe?
>
>It useful for xompiling applicartions against it, I guess. I doubt it is 
>useful for running applciations, as it doesn't seem to have any native 
>parts.
>
>cheers,
>dalibor topic
>




Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Need help for porting RXTX on ARM

2004-06-21 Thread asutosh gopinath

Hi all,
I want to port rxtx on ARM Xscale for using with kaffe. I need help in porting it. If 
anybody has tried this successfully/partially successful please help me.

If you have any idea to share in this regard even if you have not tried this please do 
so I will be grateful.

How much useful in the commapi which comes bundled with kaffe?


Cheers
Asutosh





Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Help needed in buliding kaffe-1.1.4 for Xscale PXA with awt-x

2004-06-18 Thread asutosh gopinath
Hi,
I want to build kaffe for my ARM PXA255 Xscale with awt-X.

I think my ARM board has X because i can start it using startx and also run xterm.

On by build I have arm toolchains. Do i need to have X11 for arm on my build pc as 
well? If yes, then from where can i obtain it? Can i use the X11 from my ARM (copying 
to build pc)? In which case how do i tell "configure" about it?

I also want to include extensions like comm, servlets how to do it?

Best Wishes
Asutosh



Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe