EmbLogic's Blog

Author Archives: balpreet.singh

Beagle board bring up issue

ifndef ICP_ROOT $(warning ICP_ROOT is undefined. Please set the path to EP80579 release package directory \ “-> setenv ICP_ROOT <path>”) all fastdep: : else ifndef KERNEL_SOURCE_ROOT $(error KERNEL_SOURCE_ROOT is undefined. Please set the path to the kernel source directory \ … Continue reading

Posted in Project 9: Embedded Linux on ARM | 2 Comments

PROJECT 6 DONE : WITH 52 requesting clients

sir i have implemented the ipc mechanism using fifo ,message queues and semaphores.. havent notices any need for shared memory..   all the clients are getting the right data they are requesting for..  

Posted in Uncategorized | 1 Comment

MESSAGE QUEUES

while retriving or sending data using message queues are we allowed to use any pointer(“in” structure) to send or receive data .. as my issue is i am not able to transmit or rather receive correct data using pointers.. have … Continue reading

Posted in Uncategorized | Leave a comment

E10 : MDC compression and Decompression 90% done

a little few changes left .. compressed and successfully retrieved the compressed file  

Posted in Uncategorized | 3 Comments

E10 : general compression done

Posted in Uncategorized | Leave a comment

E10 : MDC DONE, File IO assignment done , Structure assignment half done

Posted in Uncategorized | Leave a comment

E10 :isssue in gets while entering input via pointer.. SIDDHARTH SIR

char * str; str =malloc(100); in do while loop why m i not able to enter any string into gets (provided when the loop runs for more than one time)??? do{ gets(str);}whlie(any condition);   and when i tried my program … Continue reading

Posted in Uncategorized | Leave a comment

E10:Low level I/O

Successfully implemented and understood read,write and append operations … From Chetan,Varun,Balpreet,Harsimran,Satyyesh,Manan

Posted in Uncategorized | Leave a comment

file i/o : how to “add”(write) something in mid of a file to Siddarth sir

can any one help me regarding how to add to add something in a file without using another copy of a file… and not programming to shift all the characters starting from end to mid of the file..   is … Continue reading

Posted in Uncategorized | Leave a comment

assignment 5(E-10) and cvs done

pointer assignment till q14 done … and cvs is done but with some issues…..

Posted in Uncategorized | Leave a comment

assignment 1 shell scripting done

Posted in Shell Scripts | Leave a comment

how to use or in shell scripting

jst kindly provide me with the syntax how could or statement be used with “IF” in shell

Posted in Shell Scripts | Leave a comment

assignment 4 done

Posted in Uncategorized | Leave a comment

issue in basic scanf condition

//just go thru the simple prog #include #include int main() { char str[5]; int i; for(i=0;i<5;i++) { printf("\n enter the character :"); scanf("%c",str+i); } printf("\n %s\n ", str); return 0; } predict what is the output if u think output … Continue reading

Posted in Uncategorized | 2 Comments

what is a compiler

what is the difference between compiler and assembler?

Posted in Data Structures with C | 2 Comments