R_ARM_PC24 relocation out of range

2002-07-29 Thread Hari v
  Dear All, I am trying to integrate C code(Mpeg4 decoder) to some Java code on ARM Linux using JNI. I have a jvm running on the ARM Linux. While running the application I get an error: Test Case Four - Play a captured video sequence Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/l

Re: current locale ... Registered Monitor Dump... addnal info

2002-07-21 Thread Hari v
wner "main" (0x1bdf8) 1 entry Thread queue lock: owner "main" (0x1bdf8) 1 entry Monitor registry : owner "main" (0x1bdf8) 1 entry so what should be the problem? i am not able to find what's happening ?really i need help.   Hari v <[EMAIL PROTECTED]> wrote:

Re: current locale is not supported in X11 ... Registered Monitor Dump...

2002-07-21 Thread Hari v
  >>Have you got a utility called "locale" on your system. What does it>>output when you run it? No. There is no locale utility on my system. I have enabled the locale support in Busybox config.h. >>Also, you might try changing the locale with an environment variable. For>>example:>>export LC_ALL=C

Re: current locale is not supported in X11 ... Registered Monitor Dump...

2002-07-19 Thread Hari v
1 entry     Monitor registry : owner "main" (0x1bdf8) 1 entry so what should be the problem?  really i need help. Hari   Hari v <[EMAIL PROTECTED]> wrote: hi, i was able find it in handhelds.org. i kept it in correct path. when run simple awt application in rxvt terminal i am get

current locale is not supported in X11 ... running awt for arm-linux

2002-07-18 Thread Hari v
hi, i was able find it in handhelds.org. i kept it in correct path. when run simple awt application in rxvt terminal i am getting a messages as : - "current locale is not supported in X11, locale is set to CX locale modifiersare not supported , using default" ... Registered Monitor dump:

libstdc++-libc6.2-2.s for running awt on ARM-Linux

2002-07-18 Thread Hari v
hi, i need a arm binary for libstdc++-libc6.2-2.so.3 for running java awt on ARM-Linux. where to find? it comes under what package? Basically libfontmanager.so uses this library. best regards HarishDo You Yahoo!? Yahoo! Autos - Get free new car price quotes

Re: awt support on ARM920

2002-07-17 Thread Hari v
Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody successfully running java over ARM9/Linux?> > i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from> > balckdown ftp site. i

Re: awt support on ARM920

2002-07-17 Thread Hari v
h-2.04# please i need help regarding this? what could be wrong as far as my knowledge goes PATH is set   Nathan Meyers <[EMAIL PROTECTED]> wrote: On Wed, Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody succ

awt support on ARM920

2002-07-17 Thread Hari v
hi, i have ARM920T/linux 2.4.18 running. does anybody successfully running java over ARM9/Linux? i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from balckdown ftp site. i installed it on ARM. now i am able to run simple java applications. i have busybox support on ARM-Lin

Re: [PATCH] Fix busybox head, tail to take old -n argument (was: Re: unable to run hello world on ARM920T processor) : hello world working

2002-07-16 Thread Hari v
hi really thanks for your help. Its working!!!. i changed the "head -1" to head -n 1 in .java_wrapper file. Now i am able run hello world!!! I hope the problem is solved!!!. or is it required to apply patch to busybox. once again thanks cheers Hari   [EMAIL PROTECTED] wrot

Re: unable to run hello world on ARM920T processor

2002-07-16 Thread Hari v
ined BB_HUSH && defined BB_FEATURE_SH_IS_HUSH# define shell_main hush_main#elif defined BB_LASH && defined BB_FEATURE_SH_IS_LASH# define shell_main lash_main#elif defined BB_MSH && defined BB_FEATURE_SH_IS_MSH# define shell_main msh_main#endif           -

unable to run hello world on ARM920T processor

2002-07-16 Thread Hari v
hi, i have ARM920T/linux 2.4.18 running. does anybody successfully running java over ARM9/Linux? i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from balckdown ftp site. i installed it on ARM. java is not running. i have binutils-2.9.5.0.22 gcc-2.95.2 glibc-2.1.2 when i ru