EmbLogic's Blog

Category Archives: Embedded Linux

TOOLCHAIN!!!

while constructing the tool chain i have got some of the error, if any one have the same error do let me know of the solution. ERROR 1 unable to find…/libiberty/libiberty.a ERROR 2 unable to get the full time stamp

Posted in Embedded Linux | Leave a comment

What is Embedded Linux

Over the last decade, a sea change has occurred in the world of embedded systems, driven by the appearance of sophisticated new products such as PDAs and cell phones and by the continual increase in the amount of resources that … Continue reading

Posted in Embedded Linux | Tagged , , | 1 Comment

Solution: How to Create a man page?

Step 1: type in: “vi myapp.1″ (yes, it’s a “one” at the end it’s NOT an “L”). Step 2: Type it in exactly the way it’s given, maintaining all the spaces and every word of it. .TH MYAPP 1 .SH … Continue reading

Posted in Embedded Linux, Linux Internals and System Programming | 1 Comment

Toolchain help!!!

Hi, I am working on cross development toolchain. I used packages binutils-2.10.1, gcc-2.95.3, glibc-2.2.4, glibc-linux-threads-2.2.4, kernel-2.4.17. (most common packages for building toolchain) I followed book “Building Embedded Linux Systems (OReilly 2003) – chapter 4″ and finally i am able to … Continue reading

Posted in Embedded Linux, Uncategorized | 4 Comments