EmbLogic's Blog

E-12

i have done successfully done pointer, malloc……

Posted in Uncategorized | Leave a comment

E-12

i have successfully done of arrays, multidimension array ……

Posted in Uncategorized | Leave a comment

E-14 TO PRAVJOT SIR

multiple revision locked then how i can unlock each version……sir first i create upto four version, then i want to modify the version like 1.3.after modify it bcome 1.3.1.1…….but when i modify the 1.1 it tell me multiple revision locked please specify them………………………..

Posted in Uncategorized | 1 Comment

To Varun sir and Vaibhav Sir for Tool Chain

Getting error in glibc-2.9 configuration 1st pass
Plzzzzzz search on blog for E-4 Tool Chain problem

Posted in Uncategorized | 1 Comment

E2 -Daily Report 27-08-12

Respected Sir,

Today entire Team works on Prob.

Please all Team E2 members join this thread for not for your grievances and issues,only daily report will attached with this thread.
For your grievances and issues please follows ‘E2- USB DRIVER Problems and Solution’ in USB Driver categories.

Regards and thanks
Dharmendra Nath Shandilya

Posted in Uncategorized | Leave a comment

E2- USB DRIVER Problems and Solution

Dear all Team member E2

Please join this thread for your all grievances and issues for up-mentioned topics

Regards and thanks
Dharmendra Nath Shandilya

Posted in USB Driver | 4 Comments

E11 : Assignment 2

All E11 trainees, Update your status of Assignment 2. Any queries regarding assignment 2 has to be posted in this thread only.

Posted in Data Structures with C | 24 Comments

E11 : Assignment 1

Dear E11 trainees, kindly update thee status of your Assignment 1.

Posted in Data Structures with C | 12 Comments

E5: Today’s status (character driver)

All E5 trainees,
Kindly update your today’s work status regarding “Character Driver” including following:
1) write for multiple quantum
2) read for multiple quantum

Posted in Uncategorized | 4 Comments

error

#include<stdio.h>
int main()
{
int i;
i = 10;
print(i);
return 0;
}

void print(int a)
{
printf(“%d\n”,a);
}
output:warning: conflicting types for ‘print’ [enabled by default]
note: previous implicit declaration of ‘print’ was here

Posted in Data Structures with C | 2 Comments

E-4 Toolchain problem

I m facing error in the first pass while configuring the glibc-2.9 as:

Checking for suffix of object files… Configure: error: cannot compute suffix of object files: cannot compile

How to solve the problem?

Posted in Uncategorized | Leave a comment

to siddharth sir

cannot access notes on loop and iterations (3_11).

E12-MOHIT

Posted in Uncategorized | 1 Comment

E-10 batch – client server architecture using IPC (pipes)

Project description

Implement the client server application using pipes by inter-process communication

server has to generate clients and clients will communicate with server through pipes . Clients  will send their parameters and server will accept it and depending upon the request the server will transfer the request to other process through pipes which perform the corresponding operation and send the result back to server and server will send the result back to corresponding requester.

First implement it with on client and then move forward with multiple clients.

All E-10 batch members will post their status and queries regarding project on this thread only .

Regards,

Harsimran singh

Posted in Uncategorized | 14 Comments

E-8 Batch – Project – Client-Server application using FIFO

Project Description: A minimum of three requesting clients will request to server and server using three processing clients will respond to requests.

Inter Process Communication would be done using FIFO.

Everyone from E-8 batch will share their status only on this thread.

Regards,

Yash

Posted in Uncategorized | 20 Comments

E11 :Assignment 3

All E11 trainees,  kindly update the status of your Assignment 3 in this hread only

Posted in Data Structures with C | 4 Comments