Skip to content

Commit 9f646d6

Browse files
committed
Add the README and usage example videl
Change-Id: I73e68daa5d497e6551372a5bedcf6dfe922fa2d2
1 parent 891b2f7 commit 9f646d6

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
##Purpose
2+
The linux kernel and u-boot contains lots of files, when we want to broswe the source code,we just want to see these compiled files, and the header files which required.
3+
So this script in this repo is to make a filelist to tell us the files compiled and the header files depended.
4+
5+
Also, the script would genenate a filelist for the source code broswer IDE/Editor(source insight, Scitools Understand and SlickEdit)
6+
7+
If you use the source insight or Scitools Understand, or SlickEdit to broswe the linux kernel or/and U-boot source code, this script would help you to add the compiled source code(.S,.C) when you create Project.
8+
9+
##Usage
10+
####Video
11+
You may want to see the video PF_Prj_Gen_example.mkv in directory usge of repo.
12+
In the video, I show the generation and the usage of the Generation file/project for Understand and SlickEdit.
13+
The Source Insight is same.
14+
15+
###Text word
16+
####0. compile
17+
compile the kernel or u-boot source code
18+
####1. clone
19+
20+
`git clone https://github.com/tonyho/Generate_Kernel_Uboot_Project_forIDE.git`
21+
22+
####2. Generate
23+
24+
cd Generate_kernel_uboot_project_forIDE
25+
./PF_Prj_Gen.sh Path_For_Compiled_Kernel(Uboot)_Directory OutPutProjectFileName
26+
27+
This would create the filelist for Understand and Source Insight and the Slickedit Project in Outputprojectfilename.And you can use these output file to genenate the project.
28+
29+
##ToDo
30+
- Add Eclipse support
31+
- Add Source Navigator Support
32+
- Add the dts for kernel/uboot

usage/PF_Prj_Gen_example.mkv

7.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)