Embedded system guide for programmers, varied range of content('C','Linux','Micro controllers','Socket Programming'...) related to embedded systems
Showing posts with label Basics Of Linux. Show all posts
Showing posts with label Basics Of Linux. Show all posts
Thursday, October 4, 2012
Directory Structure and basic commands to start using linux
Sunday, September 30, 2012
Install virtual Linux(fedora14-i386) In Windows XP host
Installing Linux host(fedora 14) in Windows XP guest system with following configuration:
1024+256 MB RAM
80 GB HDD
Single step compilation of a program
Steps Of Program Compilation In Respective Order :
1.Pre-processor
2.Translator
3.Assembler
4.Linker
5.Loader
1. Pre - Processor :
--> I st Stage In Multistage Compilation.
--> It Works Directly On Source File.
--> Converts Input Source File ('.c' etc) To Expanded Source File('.i') .
Where '.i' File Is A Source File ,Which Is :
1.Pre-processor
2.Translator
3.Assembler
4.Linker
5.Loader
1. Pre - Processor :
--> I st Stage In Multistage Compilation.
--> It Works Directly On Source File.
--> Converts Input Source File ('.c' etc) To Expanded Source File('.i') .
Where '.i' File Is A Source File ,Which Is :
Subscribe to:
Posts (Atom)