Schedule of the following week(9.24~9.30)





9.24~9.30 Just master the linux Makefile.

   Reference: Managing Projects with GNU Make

    Can read very complicated Makefile files .The u-boot bootloader Makefile for example.Also have the capacity to write sophisticated makefile files.To achieve this. Program a programme that can create the image UBB codes according to the max and min address number in console line.For example:the formula code:
[IMG]http://niko.website/num[*].img[/IMG] min:001 max:124

then,the result should be:
[IMG]http://niko.website/num001.img[/IMG]
[IMG]http://niko.website/num002.img[/IMG]
[IMG]http://niko.website/num003.img[/IMG]
[IMG]http://niko.website/num004.img[/IMG]
.......
[IMG]http://niko.website/num124.img[/IMG] 

use the Makefile to manage the project
 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章