Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for vddmanikanta

Hai everyone Can u please help me in writing a basic singleton programme in C++ and please explain code that are specially used to make the class singleton else please send a link where I can get the same Thanq Have a nice day

Member Avatar for mike_2000_17
0
165
Member Avatar for vddmanikanta

Sairam all, Linux Man pages say > "LinuxThreads currently does not support process-shared > semaphores, thus!sem_init! always returns with error !ENOSYS! if > |pshared| is not zero." > > I have a shared memory area I need to lock(using semaphore). Is there a Linux preferred > method to share semaphores …

Member Avatar for ihedz
0
124
Member Avatar for vddmanikanta

Sairam to everyone Good morning I am using AVR Studio to compile MuCOS II onto Micrium site. Micrium is the provider of all MuCOS II an RTOS for various ports. I had the following error : ../../os_dbg.c:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'INT16U' Addressing this line: …

Member Avatar for Salem
0
62
Member Avatar for vddmanikanta

Sairam all I had hard time with this particular problem. I have downloaded from Micrium Website MUCOS a RTOS. I used AVR Studio,and try to build the OS. But unfortunately I encountered this problem: --->" __root" is compiler directive for IAR compiler and this tells the compiler not to optimize …

Member Avatar for Ancient Dragon
0
351
Member Avatar for vddmanikanta

Sairam Everyone I have been trying to compile an OS called MuCOS -II port 80x86 on Linux. This is an RTOS for Embedded system: While doing the same it has raised these errors: 1. /Tmp/cc2VP59l.s: Assembler messages: 2. /tmp/cc2VP59l.s:1806: Error: suffix or operands invalid for `int' Can u please help …

0
37
Member Avatar for vddmanikanta

Sairam all Here is a scenario I have two process : Each tries to write something to global memory. For establishing Syncronization mutexes and semaphores can be used.How ever is there any way that a process uses system call to tell to OS (scheduler in particular) to give control to …

0
75
Member Avatar for vddmanikanta

Sairam Hai everyone,I just want to know : 1. what is full form of asm 2.what is the equivalent C code supported by gcc.running on SUSE Linux platform. asm PUSH;CLI asm POPF

Member Avatar for Narue
0
53
Member Avatar for vddmanikanta

Hai sairam to all I want a small halp I have a class called thread that has pthread_create inside the constructor and has member function as its start function (using the concept of function pointer) I just dont know ---- Is it correct Please do justify it with a small …

Member Avatar for Ancient Dragon
0
46
Member Avatar for vddmanikanta

Hai everyone I need a clarification on the following issue Why does C++ compiler doesn't allow, to initialize static member function inside a class And please do tell me about what is meant by initializing a function (member function) Please help me in getting it clear thank you Have a …

Member Avatar for vddmanikanta
0
122