Search Results

Search: Posts Made By: rajamohan
4,427
Posted By rajamohan
Thanks a lot.. Don Cragun.. its working good.. ...
Thanks a lot.. Don Cragun.. its working good..

---------- Post updated at 01:55 AM ---------- Previous update was at 01:53 AM ----------



Thanks a lot michaelrozar17.
Its very simple and...
4,427
Posted By rajamohan
Extract line between two patterns
Hi All,
I need a script to extract a lines between two patterns.I have done this using grep,cut,tail and head.But its very slow, because my input file contain more than a lakh.


...
Forum: Linux 09-22-2011
2,729
Posted By rajamohan
ARM Cortex A9 Core-'1' Execution Sequence
Hi,

Iam using OMAP4430 panda board for my project development. It has ARM Cortex A9 MP Core (CORE-'0' & CORE-'1') and iam using linux-2.6.38. Iam just trying to understand the booting sequence for...
12,431
Posted By rajamohan
So is there is any command or compiler option to...
So is there is any command or compiler option to find the local variable of nested function calls.
Is there is possible to get these information using (readelf or objdump command)? I have tried but...
12,431
Posted By rajamohan
Dear shamrock thanks for the reply. My...
Dear shamrock thanks for the reply.
My requirement is to analyze the stack size of each function at compile time.
I am not expecting 100% of stack usage, at least we can find static information.
12,431
Posted By rajamohan
How to identify maximum stack size?
Hi All,

I have set max stack size as 4KB for my thread, but it always using very less.
So I like to know what is the maximum stack size is used by my thread.
I tried with gcc -fstack-usage...
1,874
Posted By rajamohan
Hi krashraj, Use -n option in echo command ...
Hi krashraj,
Use -n option in echo command

echo -n "$VAr"
echo -n "$lenght"
echo -n "$sum"


With Regards,
Raj.
Forum: Programming 01-18-2011
2,783
Posted By rajamohan
gcc linker address
Hai,

I have two (Pgm1.c and Pgm2.c) simple programs, which is compiled using gcc. Now we have two exe's (Pgm1 and Pgm2). When i executed the nm Pgm1 and nm Pgm2, in the listed symbols the address...
8,203
Posted By rajamohan
Hi hope this will help you.. for dir in...
Hi hope this will help you..


for dir in $(ls)
do
if [ -d $dir -a "$(ls -A $dir )" ]
then
echo $dir
fi
done
1,262
Posted By rajamohan
Hi you can use 'alias command'. alias...
Hi you can use 'alias command'.
alias urUtilityName='/urpath/executableName' - This will not work, if u change the shell or reboot the system.
So add the same line in ur .profile, it will work...
Forum: Linux 12-13-2010
1,520
Posted By rajamohan
version compatibility of montavista CGE-5.1 with JRE-1.4.2
Dear All,

Currently I am using montavista CGE-3.1 and JRE-1.4.2, now I like to upgrade CGE version-3.1 to CGE version-5.1. I like to know whether CGE-5.1 will support JRE-1.4.2 ?.
Kindly help in...
1,657
Posted By rajamohan
Problem in cygwin
Hi All,

I am using cygwin 2.697.
When i was working with LAN its working fine.
But when i am trying to working via ( Aventail Smart Tunnel), It close after 20 mins.
But Exceed-10 is working...
2,316
Posted By rajamohan
Install gcc with 750 permission
Hi All,

I need gcc with permission 750, while installation itself. or how can i change the permission without using chmod command.
My requirement is User and Group only use the gcc. since i am...
1,428
Posted By rajamohan
Thanks anchal now is working fine...
Thanks anchal now is working fine...
1,428
Posted By rajamohan
Problem in storing value to variable
#bash

curVer=`cat /var/sadm/clsversion | cut -f 2 -d "_"`
echo "CurVer:$curVer"
ls |grep -v tar| grep -v sh| grep -v log|cut -f 1 -d "_" | sort -u >tmp1
for line in $(cat tmp1)
do
...
Forum: Red Hat 06-28-2010
2,807
Posted By rajamohan
use nodeps option. rpm -Uvh --nodeps...
use nodeps option.

rpm -Uvh --nodeps krb5-libs-1.4-4.pp-rh73.i386.rpm
Forum: Programming 06-23-2010
11,756
Posted By rajamohan
Can u Post ur code if possible ?
Can u Post ur code if possible ?
3,355
Posted By rajamohan
Problem in read() system call in Xenomai-2.4
Dear All,

I am having problem with read() system call in Blocking Mode.
In my driver interrupt intimation done through RT FIFO. so i have created the RT FIFO and open the FIFO using...
7,717
Posted By rajamohan
Device file for keyboard
Hai All,

I want to add a new ioctl to keyboard driver device file.
so now I want to know, what is the device file corresponding to keyboard?
kindly help me with this regards.
13,150
Posted By rajamohan
ok thanks jim
ok thanks jim
13,150
Posted By rajamohan
Memory allocation for float data type
Dear All,

How internally memory allocated when we declare the float data type.
how many bytes allocated for decimal and how many bytes for fraction.
kindly help me in this regards.
2,210
Posted By rajamohan
How to know whether my perodic thread is working fine
Dear All,


I am using xenomai-2.4 along with linux kernel 2.6
In my application having following threads.

8ms perodic thread (RT TASK)
1ms perodic thread(RT TASK)
16ms perodic thread(RT...
1,700
Posted By rajamohan
system not login
Hi,

I was add my shell script in /etc/rc.d/rc.local file
Eg.

sh /root/KernelModule.sh

my KernelModule.sh contain

insmod xxxxx.ko
insmod yyyy.ko

I have insmod 22 kernelmodule in this...
44,663
Posted By rajamohan
how to identify running threads using commands
Dear All,

I am developing one project using QT Designer 3.3.5.
In my project contain 27-pthreads and 5-RT Task.
how to i know how many threads are currently running in my application using...
4,429
Posted By rajamohan
automatic execution of shell script
Dear All,

I want to execute a shell script,whlie system is booting.
I was try using /etc/rc.d/rc.local file but its not working.
Showing results 1 to 25 of 27

 
All times are GMT -4. The time now is 05:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy