EmbLogic's Blog

Author Archives: shalini.singhal

Problem in make

As i give ‘make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig’ command after decompressing kernel, the below given error appers. i tried with some other kernel version….but there is also the same problem… the error have one line: /lib64/libncursesw.so.5 not found..bt as i checked … Continue reading

Posted in Embedded Linux | Tagged | Leave a comment

semophore doubt

In character driver ,we initialize the semaphore variable through sema_init(struct semaphore *sem,int val).so my question is how can we check semaphore variable value in our code and where this value get stored in struct semaphore….. as we check the value … Continue reading

Posted in Uncategorized | 1 Comment

socket chat implemented

chat through socket is implemented ….working on client server project…..

Posted in Uncategorized | Leave a comment

ManPage update

man page created…..

Posted in Uncategorized | Leave a comment

MULTIPLE DATA COMPRESSION UPDATE

multiple data compression and decompression for byte size 4 is completed…..

Posted in Uncategorized | Leave a comment