LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Make Process Understanding (https://www.linuxquestions.org/questions/linux-newbie-8/make-process-understanding-824067/)

priyadarshan 08-04-2010 03:54 AM

Make Process Understanding
 
Hi,

I want to know / understand the makefile code / script... I have bootloader code-uboot... and want to understand that through reading makefile content and understanding how the things work.

halborr 08-04-2010 09:22 PM

If I understand your question right...

This link looks appropriate. Keep in mind I hold no responsibility for the accuracy of the material, I just spent about 2 minutes googling... :-)

Anyway, I'm not familiar with bootloader code-uboot. Is that a program?

Hope I've helped some!

priyadarshan 08-05-2010 01:02 AM

Well, uboot is boot loader used in embedded system.

In general purpose systems, booting process is done by BIOS and bootloadeer (GRUB / LILO)
These tasks are handled by UBoot in embedded systems. :)

Aquarius_Girl 08-05-2010 02:41 AM

Quote:

Originally Posted by priyadarshan (Post 4055239)
want to understand that through reading makefile content and understanding how the things work.

See the below links:
1. http://www.cprogramming.com/tutorial/makefiles.html
2. http://www.xmission.com/~georgeps/do...makefiles.html
3. http://www.cs.cmu.edu/~gkesden/412-1...makeintro.html
4. http://www-laog.obs.ujf-grenoble.fr/...oc/node38.html
5. http://www.freebsd.org/doc/en/books/...makefiles.html


All times are GMT -5. The time now is 11:46 PM.